/* CSS Document */

/*a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #003333;
}
a:active {
	text-decoration: none;
	color: #003333;
}*/




.folder{
	
	width:194px;
	color:#66a2c4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal; float:left;
	cursor:pointer;
	margin:2px 0 0 0; background:url(../images/main_cat_nav_bg.png) left top no-repeat;
	text-transform:uppercase;
	
	}

.folder a {color:#66a2c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; line-height:34px; float:left;  background:url(../images/main_cat_img.jpg) 15px center no-repeat;
	font-weight:bold; text-decoration:none; display:block; padding:0 12px 0 36px; }

.folder a:hover { text-decoration:none; color:#66a2c4;}

.folder a span { }

	



.openfolder{
	
	width:194px;
	color:#66a2c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; float:left;
	font-weight:normal;
	cursor:pointer; background:url(../images/main_cat_nav_bg.png) left top no-repeat;
	margin:2px 0 0 0;
	
}

.openfolder a {color:#66a2c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; line-height:34px; float:left; background:url(../images/main_cat_img.jpg) 15px center no-repeat;
	font-weight:bold; text-decoration:none; display:block; padding:0 12px 0 36px;}

.openfolder a:hover {text-decoration:none; color:#66a2c4}

.openfolder  span { }





.subfolder{
	
	/*background-position:15px;*/
	
	color:#a7a6a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer; float:left;
	text-align:left; font-stretch:narrower;
	
}

.subfolder a {
	color:#2b72a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	text-align:left; float:left;
	display:block; padding:0 8px 0 44px;
	line-height:24px; background:url(../images/catNav_arrow.jpg) 10px 7px no-repeat;
	text-decoration:none;
		
}


.subfolder a:hover {
	
	/*background:url(../images/black_minus.png) right center no-repeat;*/
	text-decoration:underline; 
}

.subfolder a span{
	font-size:11px;
}


.smalldropdown{
	width:100px;
	font-size:11px;
	font-family:Tahoma;
 	border:solid 1px #7F9DB9;
 	background-color:#F7F7F7;

}


.sidebox_sh {
	margin: 0 auto; /* center for now */
	width: 300px; /* ems so it will grow */
	background: url(../image/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	
}
.sidebox_ad{
	margin: 0 auto; /* center for now */
	width: 410px; /* ems so it will grow */
	background: url(../image/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	
}
.boxhead{
	background: url(../image/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	
}
.boxhead h2 {
	background: url(../image/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 13px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody{
	background: url(../image/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/* Css for tool tip in the terminal module*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 250px;
border: 2px solid #000000;
padding: 6px;
color:#fff;
font:normal 14 px "Times New Roman", Times, serif;
background-color:#990000;
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;
}

.bg-link-text{
	position:absolute;
	z-index:1001;
	left:5px;
	top:3px;
	font-family: 'GothamHTFBookRegular';
	font-size:11px;
	color:#333333;
	font-weight:bold;
}
.userRecords{
color:#990000;
font-size:10px;


}

