.HeaderStyle
{
	background: url(../../Images/gridtitle.jpg);
	border: 1px solid darkgreen;
	text-align: center;
	height: 22px;
	font-size: 12px;
}

.HeaderStyle th
{
	border: 1px solid #8AB9FB;
}

.ItemStyle
{
	background-color: #ffffff;
	color: #000000;
	border: 1px solid darkgreen;
	padding: 3px;
	height: 22px;
	font-size: 10pt;
}

.ItemStyle td
{
	border: 1px solid 8AB9FB;
}

.AlternatingItemStyle
{
	background-color: #EAF1FB;
	color: #000000;
	border: 1px solid darkgreen;
	padding: 3px;
	height: 22px;
	font-size: 10pt;
}

.AlternatingItemStyle td
{
	border: 1px solid #8AB9FB;
}

div.pagger
{
	text-align: center;
	margin-top: 10px;
	width: 100%;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #8AB9FB;
	border-bottom-color: #8AB9FB;
	font-size: 9px;
}
div.pagger span
{
	height: 16px;
	margin-left: 10px;
	margin-right: 10px;
}
div.pagger span a
{
	margin-bottom: 10px;
}

.alt
{
}
.over
{
	background-color: #EAF1FB;
}
