/****************************/
/* ASP.NET Data Grid Styles */
/****************************/
.dataGrid
{
	border-collapse:separate;
	font-family: Verdana, Tahoma, Arial;
	width: 100%;
	width: 690px;
	margin: 0;
	padding: 0;
	border: solid 0px #566D96;
}
.dataGrid TR TD
{
	font-size: 11px;
	border: 0;
	margin: 0;
	padding: 5px;
	border: 0;
	border: solid 0px #566D96;
}

.dataGrid TR.HeaderStyle,
.dataGrid TR.FooterStyle
{
	background-color: #496582;
	color: #fff;
	font-weight: bold;
}
.dataGrid TR.ItemStyle
{
	background-color: #fff;
}
.dataGrid TR.AlternatingItemStyle
{
	background-color: #D7DDE4;
}
.dataGrid TR.SelectedItemStyle 
{
	background-color: #ffc;
}

.CommandColumn
{
	width: 100px;
	text-align: center;
}

/****************************/
/* DataGrid Link Styles     */
/****************************/

.dataGrid A, .dataGrid A:visited, .dataGrid A:active
{
}
.dataGrid TR TD A:hover
{
}

.dataGrid TR.HeaderStyle A, .dataGrid TR.HeaderStyle A:visited, .dataGrid TR.HeaderStyle A:active,
.dataGrid TR.FooterStyle A, .dataGrid TR.FooterStyle A:visited, .dataGrid TR.FooterStyle A:active
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #fff;
}
.dataGrid TR.HeaderStyle A:hover,
.dataGrid TR.FooterStyle A:hover
{
	color: #fff;
	border-bottom: solid 1px #fff;
}
.dataGrid TR.ItemStyle A, .dataGrid TR.ItemStyle A:visited, .dataGrid TR.ItemStyle A:active,
.dataGrid TR.AlternatingItemStyle A, dataGrid TR.AlternatingItemStyle A:visited, dataGrid TR.AlternatingItemStyle A:active,
.dataGrid TR.SelectedItemStyle A, dataGrid TR.SelectedItemStyle A:visited, dataGrid TR.SelectedItemStyle A:active
{
	color: #333;
	font-weight: normal;
	text-decoration: none;
	border: 0;
}
.dataGrid TR.ItemStyle A:hover,
.dataGrid TR.AlternatingItemStyle A:hover,
.dataGrid TR.SelectedItemStyle A:hover
{
	color: #f75521;
	border-bottom: solid 1px #f75521;

	color: #9B1A0A;
	border-bottom: solid 1px #9B1A0A;
}

/****** DISPLAY RESULTS PER PAGE ******/
div.ResultsPerPage 
{
	border: solid 0px red;
	display: block;
	margin: 0px;
	padding: 0px;

	padding-top: 3px;
/*
	padding-bottom: 20px;
*/
	width: 100%;

	text-align:right;
	font-size: 11px;
	line-height: 150%;
}
div.ResultsPerPage A, div.ResultsPerPage A:visited, div.ResultsPerPage A:active
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #333;
}
div.ResultsPerPage A:hover
{
	color: #f75521;
	border-bottom: solid 1px #f75521;
}

