@charset "utf-8";
body {
	background-color: #080808;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/*admin page*/

.arial12_menu{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000;}
.arial14_head{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFF;}
.arial16_yellow{ font-family:Arial; font-weight:bold; font-size:16px; color:#f58220; }
.arial16_head{ font-family:Arial; font-weight:bold; font-size:16px; color:#FFF; font-weight:bold; }
.arial12_white{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff;}
.arial12_yellow{ font-family:Arial; font-size:12px; color:#f58220; }
.texta{font-family:tahoma;
	font-size: 11px;
	color: #000000;
	height:17px;
	width:210px;
	padding:2px 0 0 3px;
}

.border{border:1px solid #536b84;}

/*Data Grid Starts*/
.DataGridStyle {


}
.DataGridStyle td{
	padding:4pt;
	border:0pt solid #000;
}

.DataGridAlternateItemStyle td{
	font-family:tahoma;
	font-size: 14px;
	font-weight: normal;
	color:#000000;
	background-color:#9eb7d1;
}

.DataGridAlternateItemStyle td a{
	font-family:tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	background-color:#ADC8F2;
}

.DataGridAlternateItemStyle td a:hover{
	font-family:tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	background-color:#ADC8F2;
	text-decoration:none;
}

.DataGridItemStyle td{
	font-family:tahoma;
	font-size: 14px;
	font-weight: normal;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center; 
}

.DataGridItemStyle td a{
	font-family:tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	background-color:#ADC8F2;
}

.DataGridItemStyle td a:hover{
	font-family:tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	background-color:#ADC8F2;
}
.DataGridHeaderStyle{
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	/*Background-color:#1254CF;*/
	text-decoration:none; 
	height:25px;
	text-align:center;
	
}
.DataGridHeaderStyle a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	Background-color:#1254CF;
	text-decoration:underline; 
	height:25px;
	text-align:center;
}
.DataGridFooterStyle td{
	font-family:tahoma;
	font-size:11px;
	font-weight: Bold;
	Background-color:#1254CF;
	text-align:right;
	color:#FFFFFF;
	text-decoration:none;
	height:10px;
}
.DataGridFooterStyle td a{
	font-family:tahoma;
	font-size:11px;
	font-weight: Bold;
	Background-color:#1254CF;
	text-align:right;
	color:#FFFFFF;
	text-decoration:none;
}
.Paging
{
	font-size: 1px;
	color:#FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	text-align:right;  
}
/*Data Grid Ends*/


