/* Estilo de Datagrid */

.DataGrid
{
	font-size: 9px !important;
	background-image: none;
	color: #666666;
	font-family: Tahoma !important;
	height: 0px !important;
	background-color:#FFFFFF;
}

.Header
{
	font-weight: bold;
	font-size: 9px;
	background-image: none;
	text-transform: capitalize;
	color: #666666;
	font-family: Tahoma !important;
	height: 10pt !important;
	background-color: #e6e6e6;
	text-align: center;
}

.Alternativas
{
	font-size: 9px !important;
	text-transform: capitalize !important;
	color: #666666;
	font-family: Tahoma !important;
	height: 10pt !important;
	background-color: #e6e6e6 !important;
}

.SelectItem
{
	font-size: 9px !important;
	text-transform: capitalize !important;
	font-family: Tahoma !important;
	color: #666666 !important;
	height: 10pt !important;
	background-color: #CCCCCC; font-weight:bold
}

.Item
{
	font-size: 9px !important;
	background-image: none;
	text-transform: capitalize !important;
	color: #666666;
	font-family: Tahoma !important;	
	height: 10pt !important;
	background-color: #666666;
}

.Header_eReceita
{
	font-weight: bold;
	font-size: 9px;
	background-image: none;
	text-transform: capitalize;
	color: #000000;
	font-family: Tahoma !important;
	text-align: left;
	vertical-align:text-top;
	top: expression(this.offsetParent.scrollTop);
	position:absolute;
	background-color:DarkGray;
	left:0px;
	height:28px;	
}
