/* DATAGRID.CSS */

.DataGrid
{
	width: 100%;
}

.AlternatingItem
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial;
	background-color: #f6f6f6;
	height: 20px
}

.EditItem
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, Verdana;
	background-color: #ffff99;
}

.Footer
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Arial;
	background-color: #00007f;
	height: 20px
}

.Header
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Arial;
	height: 20px;
	background-color: #6699cc;
}

.Item
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	height: 20px
}

.Pager
{
}

.SelectedItem
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial;
	background-color: #ffcc66;
	height: 20px
}

.hand
{
	cursor: hand;
}

.imgSort
{
	
}

.Header a:link, .Header a:visited, .Header a:hover
{
	color: White;
}

.AlternatingItem a:link, .AlternatingItem a:visited
{
	color: Blue
}

.AlternatingItem a:hover
{
	color: Red
}

.Item a:link, .Item a:visited, .Item a:visited
{
	color: Blue
}

.Item a:hover
{
	color: Red
}

.Item a:link.title, .Item a:visited.title, .Item a:visited.title
{
	font-weight: bold;
	font-size: 10pt;
	color: #6699cc;
	text-decoration: none;
}

.Item a:hover.title
{
	color: #6699cc;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

.AlternatingItem a:link.title, .AlternatingItem a:visited.title, .AlternatingItem a:visited.title
{
	font-weight: bold;
	font-size: 10pt;
	color: #6699cc;
	text-decoration: none;
}

.AlternatingItem a:hover.title
{
	color: #6699cc;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

.SelectedItem a:link, .SelectedItem a:visited
{
	color: Blue
}

.SelectedItem a:hover
{
	color: Red
}

.EditItem a:link, .EditItem a:visited
{
	color: Blue
}

.EditItem a:hover
{
	color: Red
}

