﻿.OverRow
{
    background-color: #A1ADF1;
    text-align: center;
    font-size:12px;
    height:21px;
}
.SelectedRow
{
    background-color: #D1DDF1;
    color: #333333; 
    font-size:12px;  
    text-align: center;
    height:21px;
}
.Row
{
    background-color: #EFF3FB;
    text-align: center;
    font-size:12px;
    height:21px;
}
.AlternatingRow
{
    background-color: White;
    text-align: center;
    font-size:12px;
    height:21px;
}
.HeaderRow22
{
    background-color: #507CD1;
    color: White;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    height:21px;
}

.HeaderRow, .HeaderRow TH
{
	text-align:left;	
	font-size:12px;
	font-weight:normal;
	text-align: center;
	COLOR: #222222; 	
	background-color: #E8EEFF;	
	height:21px;
	background-image:url(../../images/header_row_bg.gif); 	
	background-repeat:repeat-x;
}

.PagerRow
{
    background-color: White; height: 26px; 
    font-size:12px;   
}
.PagerRow a
{
	color:#000; text-decoration:none; background:#fff; border:solid 1px #fff; height:21px;font-size:12px;
}
.PagerRow a:hover
{
	color:#fff; text-decoration:none; background:#88e; border:solid 1px #66f; height:21px;font-size:12px;
}
.PagerRow span
{
    color:#fff; background:#88e; border:solid 1px #66f; height:21px;font-size:12px;
}

.RightMenu
{
    border-right: 2px outset;
    border-top: 2px outset;
    font-size:12px;
    border-left: 2px outset;
    border-bottom: 2px outset;
    background-color: buttonface;
}
.RightMenu hr
{
    width: 100px;
    font-size:12px;
}
.RightMenu ul
{
    list-style: none; margin:0; padding:0;font-size:12px;
}
.RightMenu ul li
{
    vertical-align: bottom;font-size:12px;
}



