﻿.OverRow 
{
    text-align : center;
}
.SelectedRow 
{
	background-color : #D1DDF1;
	color : Red;
    text-align : center;
}
.Row
{
	background-color :White;
    text-align : center;
}
.AlternatingRow
{
	background-color :  #F5FFFB;
    text-align : center;
}
.HeaderRow
{
	border-bottom: solid 1px #C8E4FF;
	background-color: #E6F0FF;
	font-weight: bold;
	text-align: center;
	height: 20px;
}
.HeaderRow a:hover
{
	font-weight: bold;
}
.PagerRow
{
	background-color : White;
}

.readonlyLabel
{
	border: 1px solid #E0E8EF; 
}

  