table.Grid
{
	margin-top: 5px;
	border-color: #8AB9FB;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin-bottom: 25px;
}

table.Grid tr.HeaderStyle
{
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	letter-spacing: normal;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
	padding-top: 3px;
	height: 20px;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #000000;
}
table.Grid tr.HeaderStyle th, .HeaderStyle td
{
	border: 1px solid #8AB9FB;
	background: url(../images/gridtitle.jpg);
	text-align: center;
}


.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;
}

