﻿/* ---- Pager ---- */
.PagerTable
{
	width: 600px;
}
.PagerTable .LeftCell
{
	width: 20%; 
	text-align: left;
}
.PagerTable .CenterCell
{
	width: 50%;	
	text-align: center;
}
.PagerTable .RightCell
{
	width: 20%; 
	text-align: right;
}
.PagerTable tr td
{
	font-size: 8pt;
	font-family: Tahoma;
}
.PagerTable tr td A:Link.PagerLink, .PagerTable tr td A:Visited.PagerLink, 
.PagerTable tr td A:Active.PagerLink, .PagerTable tr td A:Hover.PagerLink
{
	font-size: 8pt;
	font-family: Tahoma;
}
.PagerTable tr td A:Link.PagerLink, .PagerTable tr td A:Visited.PagerLink, .PagerTable tr td A:Active.PagerLink
{
	color: #0033cc; 
	text-decoration: none;
	font-family: Tahoma;
}
.PagerTable tr td A:Hover.PagerLink
{
	color: #333; 
	text-decoration: underline;
	font-family: Tahoma;
}


/* ---- Default Gridview ---- */
.DefaultGrid
{
	color: #000; 
	width: 600px; 
	border: solid 1px #6593CF;
}
.DefaultGrid td
{
	border-right: solid 1px #cbcbcb;
}
.DefaultGridRow
{
	background-color: #ffffff; 
	color: #333; 
	text-align: center;
}
.DefaultGridAltRow
{
	background-color:#edf5ff; 
	color: #333; 
	text-align: center;
}
.DefaultGridHighlightedRow
{
	background-color: #ffffb8; 
	color: #333; 
	text-align: center;
}
.DefaultGridHeader
{
	background: url(images/gridHeader1.gif) repeat-x 0px 0px; 
	padding: 4px 5px 4px 10px; 
	text-align: center;
}
.DefaultGridTitle
{
	font-weight: bold; 
	font-size: 8pt; 
	text-align: center; 
	color: #000;
	font-family: Tahoma;
}