/* CSS Document */
.grid
{
    width: 100%;
    border: 1px solid #D4D8D9;
    border-top-width: 0px;
}

.grid .headerstyle
{
    display: none;
	/*font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #D4D8D9;
	background-color: #29ABE2;
	text-align: left;*/
}

.grid .headerstyle a
{
	/*color: #FFFFFF;
	text-decoration: none;*/
}

.grid .headerstyle th
{
	/*padding: 8px 5px 8px 6px;*/
}

.grid .itemstyle
{
	font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	background: #FFFFFF;
	text-align: left;
}

.grid .alternateitemstyle
{
	font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	background: #F5F9FA;
	text-align: left;
}

.grid .itemstyle a, .grid .alternateitemstyle a
{
	color: #808080 !important;
}

.grid .itemstyle td, .grid .alternateitemstyle td
{
	border-top: #D4D8D9 1px solid;
	padding: 5px 5px 5px 6px;
}

.grid .linkbutton
{
	
}

.grid a.itemprincipal
{
	color: #000000 !important;
	font-weight: bold;
}

.grid .iteminativo
{
	color: #F15A24 !important;
}

.grid .itemstyle a.iteminativo, .grid .alternateitemstyle a.iteminativo
{
	color: #F15A24 !important;
}

.grid .itemigreen
{
	color: #00AA00 !important;
}

.grid .itemstyle a.itemigreen, .grid .alternateitemstyle a.itemigreen
{
	color: #00AA00 !important;
}


.grid .linkbutton
{
	
}

.grid .edititem
{
	font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #29ABE2;/*url(../image/body/botoes/bg_botao_editar.gif);*/
	border-width: 0px; 
}

.grid .cancelitem
{
	font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #F7931E;
	border-width: 0px; 
}

.grid .deleteitem input
{
    font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0A282;
	color: #FFFFFF;
	border-width: 0px; 
}

.grid .updateitem
{
	
}

.grid .cancelitem
{
	
}

.grid .pagerstyle
{
    font-size: 11px;
    color: #FFFFFF;
}

.grid .pagerstyle span
{
    background-color: #8CC63F;
    padding: 0px 5px 0px 5px;
}

.grid .pagerstyle a
{
    background-color: #91CCE6;
    color: #FFFFFF;
    padding: 0px 5px 0px 5px;
}

.grid_categoria_secao
{
    background-color: #A7B5C4;
    padding: 5px 0;
}

.grid_categoria_secao .sem_categoria
{
    padding: 0 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 10pt;
}

