body 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

.td1	{
	background-color: #F4F4F4;
	}
	

.aminusone	{  
	font-family: Arial, Helvetica, Verdana; 
	font-size: 8pt;
	}
	
.errorclass	{  
	font-family: Arial, Helvetica, Verdana; 
	font-size: 8pt;
	color:#CC0000
	}

a:active {
	text-decoration: underline;
	COLOR: #6699CC; 
	font-size:8pt;
	}

a:link {
	text-decoration: underline;
	COLOR: #CC0033; 
	font-size:9pt;
	}
a:visited {
	text-decoration: underline;
	COLOR: #CC0033; 
	font-size:9pt;
	}
a:hover {
	text-decoration: underline;
	COLOR: #6699CC; 
	font-size:9pt;
	}


a.banner:link 	 {  
	color: #1B4C79; 
	text-decoration: none; 
	font-weight: bold; 
	cursor: hand; 
	font-size: 8pt
	}
a.banner:active	 {  
	color: #1B4C79; 
	text-decoration: none; 
	font-weight: bold; 
	cursor: hand; 
	font-size: 8pt
	}
a.banner:visited {  
	color: #1B4C79; 
	text-decoration: none; 
	font-weight: bold; 	
	cursor: hand; 
	font-size: 8pt
	}

a.banner:hover 	 {  
	color: #FF6600; 
	text-decoration:underline; 
	font-weight: bold; 
	cursor: hand;
	font-size: 8pt
	}

.bluebar {
	background-color: #6699CC;
}

	
.subheading {
	background-color: #C6D9EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-variant: normal;
	color: #000000;
}

.lightgray {
	background-color:#CCCCCC;
	}
	
.darkgray {
	background-color:#999999;
	}
	
.whitetext {
	color:#FFFFFF;
	text-align:left;
	text-transform:capitalize;
	font-weight: bold;
	}
	
.readonlytext {
 background-color: #e9ece3;
}
/*MODAL WINDOW DIV STYLES*/
#modifyModal, #uploadModal {
visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1500;
     background-image:url(../images/maskBG.png);
     /*background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);*/
     }

#modifyModal div, #uploadModal div {
	 position: absolute;
	 top: 220px;
	 left:300px;
     margin: 0px;
     background-color: #fff;
     border:1px solid #000;
     padding:1px;
     text-align:center;
}

a.smalllink:link, a.smalllink:visited{
	font-family: Arial, Helvetica, Verdana; 
	font-size: 7.5pt;
	color:#CC0033;

}
a.smalllink:hover{
	font-family: Arial, Helvetica, Verdana; 
	font-size: 7.5pt;
	color:#6699cc;
	text-decoration:none;

}		

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #6699CC;
padding: 1px;
text-align:center;
font-weight:bold;
color:#990000;
font-size:11px;
background-color: #f4f4f4;
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,strength=3);
}
.contaner{
border:solid 1px #7f9db9;}

.heading{
background-color:#7f9db9;
padding-left:20px;
color:#fff;
font:bold 12px  Verdana, Arial, Helvetica, sans-serif;}
.textbox{
width:150px;
border: solid 1px #7f9db9;
height:18px;}
.label{
font:normal 12px  Verdana, Arial, Helvetica, sans-serif;
padding-left:20px;}

.dropdown{
width:150px;
border: solid 1px #7f9db9;
height:18px;}

sup{
	color: #C00;
}

.red{
	color: #C00;
}

h3{
	margin: 0; margin-left: 5px; padding: 0; font-size: 14px; font-weight: bold;
}