#message_box {
	position: absolute;
	top: 0px;
	left: 520px;
	z-index: 10;
	background: #000000;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 650px;
}BODY {
	scrollbar-face-color: #DCE0E2;
	scrollbar-shadow-color: #687888;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #0066CC;
	scrollbar-darkshadow-color: #DCE0E2;
	scrollbar-track-color: #0099CC;
	scrollbar-arrow-color: #0066CC; 
}
.header {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-left:40px;
	background:url(/images/hd_adm_blue.jpg);
	background-repeat:repeat-x;
	height:58px;
	vertical-align:center;
}
.hdsub {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-left:40px;
}

.sub {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.bod {
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
}
.sub2 {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	font-family: Tahoma;
}
A {     
	color: #0066CC;
	font-family: Tahoma;
	font-size: 12px;
    Color : #0066CC; 
	text-decoration : none;
	border:none;
}
A:hover { 
    color: #0066CC;
	font-family: Tahoma;
	font-size: 12px;
	Color : #CC6600; 
	text-decoration : underline;
	border:none;
}
.bodwh {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	padding-left:10px;
	
}
.bodg {
	color:#CC9900;
	font-family: Tahoma;
	font-size: 12px;
	padding-left:10px;
	
}
.sub3 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #CC0000;
}
.title {
	font-family: Tahoma;
	font-size: 24px;
	font-style: normal;
	color: #FF6600;
	font-weight: bold;

}
.title2 {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 32px;
	font-weight: normal;
}
.sub4 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #CC3300;
}
.sub5 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}
.title3 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #20687D;
}
.title4 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #416a2f;
}
.tableheader_s{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	background-color:#FFFFCC;
	height:20px;
	vertical-align:middle;
	text-align:center;
}
.tableheader2{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	background-color:#CCCCFF;
	height:20px;
	vertical-align:middle;
	text-align:center;	
}
.tableheader2_s{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	background-color:#CCCCFF;
	height:20px;
	text-align:center;
}
.tabledata{
	font-family: Tahoma;
	font-size: 12px;
	vertical-align:middle;
	text-align:center;	
}

#registersubmit, #submit, .submit {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:white;
	background-image:url(/images/button_bg.png);
	background-position:0 9px;
	background-repeat:repeat-x;
	border-color:#D1D1D1 #C1C1C1 #A1A1A1;
	border-style:solid;
	border-width:1px;
	font-size:14px;
	font-weight:bold;
	height:30px;
	padding-left:8px;
	padding-right:8px;
	text-shadow:1px 1px 1px #FFFFFF;
	vertical-align:middle;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000000;

	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
		
	font-weight: bold;
	background-color: #0099EE;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

