﻿.grid_main
{
	background: #f7f7f7;
	border: solid 1px #e5e5e5;
	border-right: solid 2px #e5e5e5;
	border-top: 0px;
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
	cursor: default;
}

.grid_header
{
	font: bold 10px Verdana, Arial, Sans-serif;
	background-image: url(../img/GridHeaderBg.gif);
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbb;
	padding-left: 6px; 
	height: 22px;
	text-align:center;   
}

.grid_row
{
    background: #f7f7f7;
	line-height: 22px;
	border: solid 1px #f7f7f7;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
}

.grid_selected
{
	background: #e5e5e5;
	height: 22px;
	border: solid 1px #e5e5e5;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;    
}

.grid_pager
{
	background: white;
	border: solid 1px white;
	border-top: 1px solid #c7c7c7;
	height: 21px;
	color: #999;    
}
