/* DATAGRID */
.HeaderStyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	
	height:20px;
	background-color:#7ea71c;
}

.HeaderStyle a {
	color:#FFFFFF;
	text-decoration:none;
}

.HeaderStyle a:hover {
	color:#FFFF00;
	text-decoration:none;
}

.RowStyle {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	background-color:#FFFFFF;
}

.RowStyle a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.RowStyle a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.AlternatingRowStyle {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	background-color:#e7f2bf;
}

.AlternatingRowStyle a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.AlternatingRowStyle a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.PagerStyle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFF00;
	
	height:20px;
	background-color:#000066;
}

.PagerStyle a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.PagerStyle a:hover {
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
}
