﻿.cbGridView 
{
	background-color: #fff; 
	margin: 0 0 0 12px;
	border: solid 1px #525252; 
	border-collapse:collapse; 
}

.cbGridView td  
{
	padding: 2px; 
	border: solid 1px #c1c1c1; 
	color: #717171; 
	height : 20px;
	font: 11px Verdana;
}
.cbGridView th  
{
	padding: 4px 2px; 
	color: #fff; 
	background: #424242 url("../img/grd_head.png") repeat-x top; 
	border-left: solid 1px #525252; 
	font: 11px Verdana;
}
.cbGridView .alt  
{
	background: #fcfcfc url("../img/grd_alt.png") repeat-x top; 
}
.cbGridView .pgr 
{
	background: #424242 url("../img/grd_pgr.png") repeat-x top; 
}
.cbGridView .pgr table { margin: 5px 0; }
.cbGridView .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.cbGridView .pgr a { color: #666; text-decoration: none; }
.cbGridView .pgr a:hover { color: #000; text-decoration: none; }

.cbGridLink
{
	text-decoration: none;
	color : #6d5107;
}

.cbGridViewFooter
{
	color:Black;
}