A.GridLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	color: #567fa2;
}
A:Hover.GridLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #567fa2;
}
A.GridHeader
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
}
A:Hover.GridHeader
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
}
A.ActionBarLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	color: #FFFFFF;
}
A:Hover.ActionBarLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
A.GreenLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	color: #099742;
}
A:Hover.GreenLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #099742;
}
A.RedLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	color: #af1c0d;
}
A:Hover.RedLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #af1c0d;
}
A.YellowLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	color: #e19404;
}
A:Hover.YellowLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #e19404;
}
LABEL.AboveTable
{
	font-family: Arial;
	font-size: 12px;
	color: #03315e;
	font-weight: bold;
}
LABEL.GridHighlight
{
	font-family: Arial;
	font-size: 12px;
	color: #fa0427;
	font-weight: normal;
}
LABEL.Paging
{
	font-family: Arial;
	font-size: 11px;
	color: #6d9dce;
	font-weight: normal;
}
LABEL.GreenStatus
{
	font-family: Arial;
	font-size: 11px;
	color: #099742;
	font-weight: normal;
}
LABEL.RedStatus
{
	font-family: Arial;
	font-size: 11px;
	color: #af1c0d;
	font-weight: normal;
}
LABEL.YellowStatus
{
	font-family: Arial;
	font-size: 11px;
	color: #e19404;
	font-weight: normal;
}
LABEL.Search
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
TD.ActionBar
{
	background-image: url(../images/action_bar_bg.gif);
	height: 38px;
	background-repeat: repeat-x;
	border-right: 1px solid #406890;
	border-left: 1px solid #406890;
	border-top: 1px solid #406890;
}
TD.GridHeadreBG
{
	background-image: url(../images/grid_header_bg.gif);
	height: 30px;
	background-repeat: repeat-x;
	border-right: 1px solid #bcc5ca;
	border-left: 1px solid #bcc5ca;
}
TD.GridLeft
{
	border-bottom: 1px solid #cfe7ff;
}
TD.Grid
{
	border-bottom: 1px solid #cfe7ff;
}
TD.Pagin
{
	background-color: #e9f2ff;
	border-bottom: 1px solid #bcc5ca;
}
TD.AboveTableLeftPadding
{
	padding-left: 18px;
}
TD.AboveTable
{
	background-image: url(../images/above_table_bg.gif);
	height: 29px;
	background-repeat: repeat-x;
	border-top: 1px solid #bfc7d2;
}
TD.YellowStripe
{
	background-color: #fe9d0e;
}
TR.SelectedRow
{
	background-color: #e9f3ff;
}

#PaginationButton
{
	border: 5px solid;
	margin-top:10px;
	padding-top:10px;
}

.GridOnMouseOver
{
	background-color:Red;
}

.GridOnMouseOut
{
	background-color:White;
}

