﻿.Grid, table.Grid {
	margin: 1em;
	border-collapse: collapse;
	border: solid 1px #bec9d0;
	font-size: 0.8em;
	text-align: left;
	cursor: default;
}

.GridHeader {
	background: #ecebe4 url('_images/grid_header.gif') repeat-x 50% 65%;
	font-weight: bold;
	font-size: 1em;
	border: none;
}

.GridHeader td, .GridHeader th {
	border-bottom: double 2px #4471a9;
}

.GridHeader a {
	color: #242500;
	text-decoration: underline;
}

.GridRow td, .GridAltRow td, .GridHeader td, .GridRow th, .GridAltRow th, .GridHeader th {
	padding: 0.5em;
	border-left: solid 1px #bec9d0;
	border-right: solid 1px #bec9d0;
}

.GridRow td, .GridAltRow td, .GridRow th, .GridAltRow th {
	background-image: url('_images/grid_row.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}

.GridAltRow td, .GridAltRow th {
	background-color: #fff;
}

.GridRow td, .GridRow th {
	background-color: #ecf3f6;
}

.GridRow td:hover, .GridAltRow td:hover, .GridRow th:hover, .GridAltRow th:hover {
	background-color: #c6dbe9;
}

.GridFooter {
	border: none;
}

.GridPager {
	border-color: #bec9d0;
	color: #000000;
	vertical-align: text-bottom;
	text-align: left;
	border: none;
	font-size: 1.4em;
}

.GridPager a {
	color: #583900;
}

.GridPager a:hover {
	color: #c97600;
}

.GridPrint {
	margin: 1em;
	border-collapse: collapse;
	border: solid 1px #000000;
	font-size: 1em;
	text-align: left;
	cursor: default;
}

.GridPrint .GridHeader {
	background: #ecebe4;
	font-weight: bold;
	font-size: 1em;
	border: none;
}

.GridPrint .GridHeader td, .GridPrint .GridHeader th {
	border-bottom: solid thin #000000;
}

.GridPrint .GridHeader a {
	color: #000000;
	text-decoration: underline;
}

.GridPrint .GridRow td, .GridPrint .GridAltRow td, .GridPrint .GridHeader td, .GridPrint .GridRow th, .GridPrint .GridAltRow th, .GridPrint .GridHeader th {
	padding: 0.5em;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.GridPrint .GridRow td, .GridPrint .GridAltRow td, .GridPrint .GridRow th, .GridPrint .GridAltRow th {
	background-image: none;
}

.GridPrint .GridAltRow td, .GridPrint .GridAltRow th {
	background-color: #fff;
}

.GridPrint .GridRow td, .GridPrint .GridRow th {
	background-color: #fdfdfd;
}

.GridPrint .GridRow td:hover, .GridPrint .GridAltRow td:hover, .GridPrint .GridRow th:hover, .GridPrint .GridAltRow th:hover {
	background-color: #ffffff;
}

.GridPrint .GridFooter {
	border: none;
}
