﻿


.OverRow
{
    background-color: #A1ADF1;

    color:Purple;
    text-align:center;
}
.SelectedRow
{
    background-color: #D1DDF1;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.Row
{
	text-align:left;    
    line-height:26px;
    font-size:12px;

}




.AlternatingRow
{
	text-align:left;
    background-color: #E0E0E0;
    line-height:26px;
    font-size:12px;
}
.HeaderRow
{
    background-color: #BBBBBB;
    color: #6D6D6D;
    text-align: center;
}
.HeaderRow a
{
    color: #D36E6E;
}
.PagerRow
{
    background-color: White; height: 26px;
  
}
.PagerRow a
{
	color:#000; text-decoration:none; background:#fff; border:solid 1px #fff; 
}
.PagerRow a:hover
{
	color:#fff; text-decoration:none; background:#88e; border:solid 1px #66f; 
}
.PagerRow span
{
    color:#fff; background:#88e; border:solid 1px #66f; 
}
