body {
   font-family:Arial;
   color:#333333;
   font-size:11px;
   background-color:#FFFFFF;
   margin:0px 0px 0px 0px;
}

a {
   font-size:11px;
   font-weight:normal;
}

font.lowlevellink {
   color:#E1DAF0;
   font-weight:bold;
}

.leftnav1 {
   color:#3A1F80;
   padding:0px 12px;
}

.leftnav2 {
   color:#3A1F80;
   padding:3px 12px;
}

ol, ul {
   margin-top:0px;
   margin-bottom:0px;
}

li {
   font-size:11px;
   margin-top:5px;
   margin-bottom:10px;
   white-space:normal;
}

table {
   font-size:11px;
   white-space:normal;
}

a:link, a:visited {
   color: #3A1F80;
   text-decoration: none;
}

a:hover, a:active {
   color: #765FAF;
   text-decoration: underline;
}

font.sectionnames {
   color:#A08000;
   font-size:16px;
   font-weight:bold;
}

select, option, textarea, input {
   font-family: arial;
   color: #333333;
   font-size:11px;
}

#bgdotshorirep {
   background-image:url(/app/system/images/bg_dotline.gif);
   background-repeat: repeat-x;
   height: 3px;
}

#bgdotsvertrep {
   background-image:url(/app/system/images/bg_dotline.gif);
   background-repeat: repeat-y;
   width: 3px;
}

font.footermaintdatetime {
   font-family: arial;
   color: #E1DAF0;
   font-size:11px;
}

.tableRowColor0 {
background-color:#edeaf5;
}

.tableRowColor1 {
background-color:#f8f5ff;
}

.formButtonSmall 
{
   font: 10px arial, normal; 
	color: #990000;
	background-color:#E5EFEA;
   border-top: 0px;
   border-bottom: 0px;
   border-left: 0px;
   border-right: 0px;
   text-align: left;
   width: 40px;
   cursor: pointer;
}

p.ContentPara {
padding:0px 0px 0px 0px;
margin:5px 10px 15px 15px;
}


div.hint {
position: absolute; 
visibility: hidden; 
text-align: left; 
padding: 5px; 
border: 1px solid #122E4B;
}






/* Standard Input Form Display */
DIV#standardInputForm {width:600px; margin: 0px auto;}
DIV#standardInputForm FORM { background-color:#fdfbfd; padding:10px; border-width:1px; border-color:#999999; border-style:dotted;} /* background-color:#f8f5ff*/
DIV#standardInputForm FORM TABLE {width:100%}
DIV#standardInputForm FORM TABLE TR TD {padding:2px;}
TD.standardInputFormTitle {text-align:center; font-size:16px; font-weight:bold; color:#907070; background-color:#edebed;} /* background-color:#edeaf5*/
TD.standardInputFormSubtitle {text-align:center; font-size:12px; color:#503030;}
TD.standardInputFormLeftCol {text-align:right; width:40%; vertical-align:top; font-weight:bold;}
TD.standardInputFormRightCol {text-align:left; width:60%; vertical-align:top;}
.Required {color:#990000;}
.Sample {font-size:10px;}
.ButtonBox {background-color:#d9ebeb; margin:0px auto; border:outset 1px; width:175px; padding:10px; text-align:center; font-weight:bold; display:block; border-color:#ffffff #999999 #999999 #ffffff;}

/* Standard Tabular Results Grid & Row Displays */
TABLE#tabularResultsGrid, TABLE#tabularResultsRow {margin:0px auto; border-collapse:collapse;}
TABLE#tabularResultsGrid th, TABLE#tabularResultsRow th {background-color:#e1daf0; border:none; font-weight:bold; text-align:left; vertical-align:top; padding:4px;}
TABLE#tabularResultsGrid th {border:#cabae0 solid 1px;}
TABLE#tabularResultsGrid th.center, TABLE#tabularResultsRow th.center {text-align:center;}
TABLE#tabularResultsGrid th.right, TABLE#tabularResultsRow th.right {text-align:right;}
TABLE#tabularResultsGrid td, TABLE#tabularResultsRow td {border:none; text-align:left; vertical-align:top; padding:4px;}
TABLE#tabularResultsGrid td {border:#e1daf0 solid 1px;}
TABLE#tabularResultsGrid td.tableRowColor0, TABLE#tabularResultsRow td.tableRowColor0 {background-color:#edeaf5;}
TABLE#tabularResultsGrid td.tableRowColor1, TABLE#tabularResultsRow td.tableRowColor1 {background-color:#f8f5ff;}

/* Standard Content Section Display */
#ContentContainer {width:764px;} /* = 800 - 36 rt margin */
.fullContentWidth {width:764px;} /* = #ContentContainer */
.cntLfPicCell {width: 183px; vertical-align:top;}
.cntCentrCell {width: 398px; vertical-align:top;}
.cntRtCTACell {width: 183px; vertical-align:top;}

