﻿.grd_cmd_header, .grd_header_c, .grd_header_r, .grd_header_l
{
	background-color:#dadada;
	font-weight:500;
	height:24px;	
}
.grd_cmd_header
{
	width:16px;	
}
.grd_cmd_item, .grd_select, .grd_delete
{
	width:16px;
	text-align:center;
}
.grd_select a, .grd_delete a
{
	/*overflow:none;*/
	float:left;
	text-indent: -1000px;
	width:16px;
}
.grd_select a
{
	background:url(../imagens/ico_select.gif) no-repeat center center;
	
}

/* início do status */
.status
{
	clear: both;
	height: 20px;
	background-color: #ffffee;
}
.ico
{
	clear: both;
	float: left;
	width: 30px;
}
.msg
{
	float: left;
	padding: 2px;
	text-transform:uppercase;
	font-size: 8pt;
	font-weight: 800;
}
/* final do status */
