﻿.grid_b
{
	background: #ffffff;	
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
}

.headerGrid_b
{
	background: white url('../imagens/headerBg.gif') repeat-x bottom;
	border-bottom: solid 1px #FFF; 
	height: 28px;
	text-align: left;
}

.headerGridTd_b
{
	border-top: solid 1px #ececec;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #ececec;
	border-bottom: solid 1px #fff;
	text-align: left;
}

.headerGridAltTd_b
{
	background: #f1f1f1;
	text-align: left;
}

.gridSelectedRow_b
{
	background:#666666;
	color: #FFFFFF;
	text-align: left;
}

.grid
{
	background: #f9f9f9;	
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
}

.headerGrid
{
	background: white url('../imagens/headerBg.gif') repeat-x bottom;
	border-bottom: solid 1px #FFF; 
	height: 28px;
	text-align: left;
}

.headerGridTd
{
	border-top: solid 1px #ececec;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #ececec;
	border-bottom: solid 1px #fff;
	text-align: left;
}

.headerGridAltTd
{
	background: #f1f1f1;
	text-align: left;
}

.gridSelectedRow
{
	background:#666666;
	color: #FFFFFF;
	text-align: left;
}


