body 
{
  /* hack for old versions of IE which don't support auto-margins */
  text-align:center;
  /* hack for (apparently) some versions of Mozilla, where automargins could become negative */
  min-width:800px;
  /* Set default font size */
  font-family: Helvetia,Arial,Sans-Serif;
  font-size: 8pt;
  margin: 5px 5px 5px 5px;
}

.PageFrame
{
  width: 800px;
  background-color: #CCCCCC;
  padding: 5px 5px 5px 5px;
  text-align: left;
  margin: 0 auto 0 auto;

  border-left:   solid 1px #DDDDDD;
  border-top:    solid 1px #DDDDDD;
  border-right:  solid 1px #BBBBBB;
  border-bottom: solid 1px #BBBBBB;
}

.ContentFrame
{
  border-left:   solid 1px #BBBBBB;
  border-top:    solid 1px #BBBBBB;
  border-right:  solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  
  background-color: #FFFFFF;
  margin: 5px 0 5px 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
}

/* table styles */

.DetailsTable
{
    width: 550px;    
    border-collapse: collapse;
}

.DetailsTableNoWidth
{
    border-collapse: collapse;
}


.DetailsTable td.Label, .DetailsTableNoWidth td.Label
{
    padding: 0 0 0 0;
    width: 100px;
}

.DetailsTable td.LabelPlus, .DetailsTableNoWidth td.LabelPlus
{
    padding: 0 0 0 0;
    width: 120px;
}

.DetailsTable td.Plus, .DetailsTableNoWidth td.Plus
{
    padding: 0 0 0 0;
    width: 20px;
}

.DetailsTable td.Value
{
    padding: 0 0 0 0;
    width: 175px;
}

.DetailsTableNoWidth td.Value
{
    padding: 0 0 0 0;
}

.DetailsTable td.ValueTripleWidth
{
    padding: 0 0 0 0;
    width: 450px;
}

.HistoryDropDownWidth
{
	width: 285px;	
}

.HistorySingleWidthInput
{
	width: 115px;	
}

.HistoryDoubleWidthInput
{
	width: 230px;	
}


/* content sections */

.EditableSection
{
  border-style: solid;
  border-color: #E0E0E0;
  background-color: #F0F0F0;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
  width: auto;
  margin-bottom: 5px;
}

.NotesSectionMostRecent
{
  border-style: solid;
  border-color: #F0F0B0;
  background-color: #FFFFD0;
  border-width: 1px;
  padding: 2px 2px 2px 2px;
  width: auto;
  margin-bottom: 5px;
  color: #000000;
}

.NotesSectionList
{
  border-style: solid;
  border-color: #F8F8C0;
  background-color: #FFFFE0;
  border-width: 1px;
  padding: 2px 2px 2px 2px;
  width: auto;
  margin-bottom: 5px;
  color: #999988;
}

.NotesSectionList .NoteHeader
{
  font-weight: bold;
  background-color: #F8F8C0;
}

.NotesSectionMostRecent .NoteHeader
{
  font-weight: bold;
  background-color: #F0F0B0;
}

.NoteHeader span
{
    padding-left: 2px;   
}

.NoteFooter
{
  margin-top: 5px;
  font-size: 7pt;
  font-weight: bold;
  text-align: right;
}


.InformationSection
{
  border-style: solid;
  border-color: #F0F0B0;
  background-color: #FFFFD0;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
  width: auto;
  margin-bottom: 5px;
  color: #000000;
}

.AllNotesDisplay
{
  padding: 5px 5px 5px 5px;
  width: auto;
  height: 500px;
  overflow: scroll;
  overflow-x: hidden; /* [LGW] this is fine */
}

.AllNotesDisplayShorter
{
  padding: 5px 5px 5px 5px;
  width: auto;
  height: 400px;
  overflow: scroll;
  overflow-x: hidden; /* [LGW] this is fine */
}


.ActionsSection
{
  border: solid 1px #CCCCCC;
  background-color: #E0E0E0;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
  width: auto;
  margin-bottom: 5px;
}

.AlertSection
{
  border: solid 1px #FFCCCC;
  background-color: #FFE0E0;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
  width: auto;
  margin-bottom: 5px;
}

.ResultsSection
{
  border: solid 1px #CCCCCC;
  background-color: #E0E0E0;
  padding: 5px 5px 5px 5px;
  width: 775px;
  margin-bottom: 5px;
}

.SearchResultsTable
{
    width: 775px;
    border-collapse: collapse;
    border-style: none;
}

.SearchResultsTable Caption
{
  display: none;
  visibility: hidden;
}

.SearchResultsTable td
{
  border-style: none;
  border-bottom: solid 1px #D0D0D0;
  padding-left: 5px;
  padding-right: 5px;
}

.SearchResultsTable th
{
  color: #FFFFFF;
  text-align: left;
  background-color: #FF1100;
  font-size: 8pt;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  
  border-style: none;
  border-bottom: solid 1px #FFFFFF;
  border-top:    solid 1px #880500;
}

.SearchCriteriaTable
{
	width: 775px;
}

.ResultsTable
{
  border-collapse: collapse;
  border-style: none;
}

.ResultsTable Caption
{
  display: none;
  visibility: hidden;
}

.ResultsTable td
{
  border-style: none;
  border-bottom: solid 1px #D0D0D0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 7.5pt;
}

.ResultsTable th
{
  color: #FFFFFF;
  text-align: left;
  background-color: #FF1100;
  font-size: 7.5pt;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  
  border-style: none;
  border-bottom: solid 1px #FFFFFF;
  border-top:    solid 1px #880500;
}

/* text styles */
.Warning
{
  color: #FF0000;
  font-weight: bold;
}

.InstructionHeading
{
  font-weight: bold;
}

/* header and footer */

.HeaderFrame
{
  color: #FFFFFF;
  text-align: center;
  background-color: #FF1100;
  padding: 5px 5px 5px 5px;

  border: solid 1px #FF1100;
  
  background-image: url(Images/mondial_tick.gif);
  background-repeat: no-repeat;
  background-position: right top;
  height: 16px;
  
}

.Heading
{
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}

.FooterFrame
{
  padding: 0 5px 0 5px;
}

/* standard headings */

h1
{
  font-size: 10pt;
  font-weight: bold; 
}

h2, h3, h4
{
  font-size: 8pt;
  font-weight: bold; 
}

/* standard form elements */

input, select, textarea
{
  font-size: 8pt;
  font-weight: bold;
  font-family: Helvetia,Arial,Sans-Serif;
  color: #303030;
}

.AllCaps
{
   text-transform: uppercase;
}

.NonEditableInput
{
  background-color: #EAEAEA;
}

/*
.EditableInput
{
  background-color: #FFFFFF;
}*/

/* link style */

a:link
{
  color: #880500;
  font-weight: bold;
  text-decoration: none;
}

a:visited
{
  color: #880500;
  font-weight: bold;
  text-decoration: none;
}

a:active
{
  color: #880500;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #FF1100; 
  font-weight: bold;
  text-decoration: underline;
}

.NotesSection
{
	vertical-align: top; 
	width: 200px;
	background-color: #FFFFFF;
	border: none;
}

.SingleNoteSection
{
	vertical-align: top; 
	padding: 0 0 0 5px; 
	margin: 0 0 0 0; 
	width: 200px;
	background-color: #FFFFFF;
	border: none;
}

.NewNoteTextBox
{
	width: 180px;
}

