/***********************************************/
/* main.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color:f7f7ef;
	font-family:Arial, sans-serif;
	/*background:cccccc;*/
	/*background-image: url("../images/common/background.gif");*/
}
.Legend {
	color:#ff0000;
	font-weight:normal;
	font-style:italic;
	font-size: 9pt;
}

.dashBox {
	border : 1px dotted #CCCCCC;
	padding : 12px
}

.Header1 {
	color:#003366;
	font-weight:bold;
	font-size: 8pt;
}

h3 {
 	font-family: Arial,sans-serif;
 	font-size: 100%;
 	color: #ffffff;
	background-color: 3f5f80;
 	margin: 0px;
 	padding: 0px;
}

.rowOdd {
	background-color:#fffafa;
	font-weight:normal;
	font-size: 8pt;
}

.rowEven {
	background-color:#dcdcdc;
	font-weight:normal;
	font-size: 8pt;
}

.warningText {
	color:#990000;
	font-weight:bold;
	font-size:12pt;
}

.warningTextSmall {
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10pt;
}


Caption {
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}


#SpacerBar{
	text-align:right;
	padding: 0px 0px 5px 5px;
	border-top: 1px solid #80603F;
	border-bottom: 1px solid #80603F;
	background-color:#3F5F80;
	color: #cccccc;
}

.FAQAdminButton {
	background-color : #CDC9D8; 
	border : 1px solid #808080;
	font-size: 8pt;
	width: 40px
}
.readOnly{
	background-color: #CDC9D8;
}
.textEntry{
	background-color: #FFFFFF;
}
.pageCaption {
 font-family: Verdana,Arial,sans-serif;
 font-size: 18px;
 color: #003366;
}

a.staticLink {font-size:12}
a.staticLink:link,a.staticLink:visited {color:#003366;}
a.staticLink:hover,a.staticLink:active {color:#993300;}


