/**********ProGrid Styles*************/
.dgHeader {
	font-weight: bold;
	font-size: 11px;
 	text-align:center;
 	/*background-color:#0082D6;*/
	background-color:#676767;
 	color:#FFF;
	height:25px;
}
.dgEvenRow {
	/*background:#D2E8FF;*/
	background-color:#B7B7B7;
}
.dgOddRow {
	background-color:#E5E5E5;
	/*background:#F0FBFF;*/
	/*background-color:#BDBDBD;*/
}

.dgOverRow{
	background-color:#F6E6A8;
	
}
.dgCols{
	font-size: 12px;
	padding:4px;
	height:16px;
	color:#333;
}
.dgTable {
	background-color:#FFFFFF;
	border-spacing:1;
	border:0px solid #ADD7FF;
	width:100%;
	padding:0;
	margin:0;
}
.dgPager {
	font-weight: bold;
	font-size: 11px;
}
.dgTitle {
	font-weight: bold;
	font-size: 12px;
}
td.dgFooter {
	font-weight: bold;
	font-size: 11px;
	/*background:#0082D6;*/
	background-color:#676767;
	/*background-color:#BDBDBD;*/
 	
	color:#FFF;
	height:18px;
}
td.dgFooter a{
	font-weight: bold;
	font-size: 11px;
 	color:#FFFFFF;
	text-decoration:underline;
}
td.dgFooter a:hover{
	font-weight: bold;
	font-size: 11px;
 	color:#000;
	text-decoration:underline;
}
.dgCheckbox {
margin: 0px;
float:left;
width:35px;
}


