.body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 margin: 5px;
}
.on {background-color:#FFCCFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 margin: 10px;}
.off {background-color:white;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 margin: 10px;}
.textbox {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000000;	background-color: #ffffff;	border: 1px solid #999999;	padding: 2px;}

OPTION.red{background-color:red;font-weight: bold;}
OPTION.white{background-color:white;}



A:VISITED {color:"#2977B9";text-decoration: underline;}
A:HOVER {color:"#FFCC00";text-decoration: none;}
A:LINK {color:"#2977B9";text-decoration: underline;}

.btn {
 font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: hand;
cursor: pointer;
background-color: #EEEEEE;		 ;
   border-style:outset ;
    font-size: 12px;

}

.advancedSearch{ 
cursor: hand;
cursor: pointer;
color: #0B59C5;
text-decoration: none;
}



.openSearch{ 
}



.btnRed {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	background-color: #F9BCBC;	border: 1px solid #999999;	padding: 2px; cursor: hand;
cursor: pointer;}


.RFRow 
{
	border:1px solid #FF4500;
}
.RFinput
{
	background-color: #FFFFFF;
	border-top: solid 1px #F7ACBC;
	border-right: solid 1px #F7ACBC;
	border-bottom: solid 1px #F6C6D0;
	border-left: solid 1px #F6C6D0;
	font-family: Verdana, Arial; font-size: 12px; color: #FF0000;
	font-weight: bold;
}
.Otherinput
{
	font-family: Verdana, Arial; font-size: 12px; color: #000000;
}

.input
{
	font-family: Verdana, Arial; font-size: 12px; color: #000000;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url('images/shade.gif') repeat-x top left;; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url('images/shadeactive.gif');
border-bottom-color: white
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.plainlink {
	color: #000000;
	text-decoration: none;
}
.plainlink:HOVER {
	color: #FFCC00;
	text-decoration: none;
}
.plainlink:VISITED {
	color: #000000;
	text-decoration: none;
}
.plainlink:LINK {
	color: #000000;
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 100%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

.copyright:LINK {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #333333;
 text-decoration: none;
 text-align: center;
font-weight: normal;
}
.copyright:HOVER {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #333333;
 text-decoration: underline;
font-weight: normal;
}
.copyright:VISITED  {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #333333;
 text-decoration: none;
font-weight: normal;
}

#dhtmltooltip{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
position: absolute;
left: -300px;
width: 250px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
