table.grid tr, table.grid tr td {
	border-style: none;
	border-width: 0px;
	border-bottom: 1px solid #949df1;
}

table.grid tr.dataHeader, table.grid tr.dataHeader td {
	font-weight: bold;
	color: #004a9c;
	background-color:#083163;	
}

table.grid tr td.gridPagerCell 
{
	border-bottom: 0px;
}

table.grid td tr.gridPagerCell td
{
	border-bottom: 0px;
	background-color:#083163;
}

table.grid tr
{
	border-bottom: 0px;
}

table.grid 
{
	border-style: none;
	border-width: 0px;
	border-bottom: 0px;
}

table.grid tr td {
	padding-left: 4px;
	padding-right: 4px;
	color: Black;
}
table.grid tr td.specialColumn {
	color: #004a9c;
}

table.grid tr.dataItem {
	background-color: #F1F3F2;
	border: 1px solid #000;
	empty-cells: show;
}

table.grid tr.dataItemAlternate 
{
	background-color: white;
	border: 1px solid #000;
	empty-cells: show;
}

table.grid tr.dataItem a, table.grid tr.dataItemAlternate a {
	color: #083163;
}

table.grid tr.dataItem a:hover, table.grid tr.dataItemAlternate a:hover {
	color: #ee3a42;
}

table.grid tr td.gridMessage {
	padding: 4px;
	background-color: #cddbec;
	font-weight: bold;
	color: Black;
}

tr.grid td {
	padding: 0px;
}
tr.grid td.headerColumn {
	font-weight: bold;
	
}
table.grid tr td.gridHeaderCell span.gridHeader, span.gridHeader {
	font-weight: bold;
	color: #004a9c;
	
}
table.grid tr td.gridHeaderCell span.gridHeaderSeparator, table.grid tr td.gridHeaderCell span.gridHeaderValue 
{
	

}

table.pager tr td {
	padding-left: 0px;
	padding-right: 0px;
	color: white;
	vertical-align: middle;
}
td.gridPagerCell
{
	background-color:#083163;	
	
}

a.adjustGridColumns {
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
	color:White;
}
a.GridSortColumns {
	text-decoration: none;
	font-weight: bold;
	margin-right: 1px;
	color:White;
	font-family:Arial;
}

a.GridSortColumns:hover {
	color:#ece9d8;
	text-decoration: none;
	font-weight: bold;
	margin-right: 1px;
	font-family:Arial;
}

	
