﻿

.selected{background-color: #325091;}

.selected a
{
	color: White;	
	text-decoration:none;
	white-space:nowrap;
}

.gridviewdata
{

	font-size:12px;
	font-weight:normal;
	color:Black;
	margin-top:0px;

}

.gridviewdataaltrow{background-color:White;}

.gridviewdatarow{background-color:#eeeeee;}

.gridviewdatarow a
{
	text-decoration:none;
	color:Black;
	white-space:nowrap;
}

.gridviewdataaltrow a
{
	text-decoration: none;
	color:Black;
	white-space:nowrap;
}

.highlight{background-color: #c5d4f7;}

.highlight a
{
	color:Black;	
	text-decoration:none;
	white-space:nowrap;
}

.GridLabel
{
	padding-top:0px;
	padding-left:5px;
	font-weight:bold;
	font-size:13px;
	color:White;
	}
	
.GridTitle
{
	/*background-image: url('/images/titleFill.gif'); */
	background-color: #8e8e8e;
	background-repeat: repeat-x;
	border-top:solid 2px #8e8e8e;
	border-left:solid 2px #8e8e8e;
	border-right:solid 2px #8e8e8e;
	border-bottom:solid 2px #8e8e8e;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	height:20px;
	}
	
.GridBody
{
	/*background-image: url('/images/titleFill.gif'); */
	background-color: white;
	border-bottom:solid 2px #8e8e8e;
	border-left:solid 2px #8e8e8e;
	border-right:solid 2px #8e8e8e;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-top:2px;
	}
