/** Celula da grid **/
.spwCelulaGrid {
	border:1px solid #cccccc;
	border-top:none;
	border-left:none;
	height:20px;
	min-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	overflow:hidden;
}

/** Cabecalho da grid **/
.spwCabecalhoGrid {
	background:#cccccc;
	border:1px solid #c9c7c7;
	border-top:none;
	border-left:none;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	cursor:pointer;
	overflow:hidden;
}

/** Tabela de filtros extras **/
.tabelaExtraFiltros {
	border:none;
	border-bottom:1px solid #000000;
	background-color:#c5c597;
}

/** Titulo da grid de consulta **/
.spwTituloGrid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left: 10px;
	background-color:#8B0000;
	color: #fff;
}

/** Rodape da grid **/
.spwRodapeGrid {
	border:none;
	font-size:10px;
	background-color:#cccccc;
	color:#000000;
    height:20px;
    font-weight:bold;
}

/** Layer da grid **/
.spwLayerGrid {
	width:100%; 
	overflow:auto; 
	border:1px;
}

/** Tabela da grid generica **/
.spwTabelaGrid {
	border:1px solid #cccccc;
	background:#fff;
}

/** Formulário da grid **/
.spwGridForm {
	border:1px solid #cccccc;
	border-left:none;
	border-right:none;
	background:#f0f1ea;
}

/** Tabela da grid tipo "grid-edit" **/
.spwTabelaGridEdit {
	border:1px solid #666;
	border-top:none;
}

/** Dados da grid **/
.spwCampoTextoGrid {
	font-size:10px;
	border:none;
	height:100%;
	width:100%; 
}


/** Imagem do cabecalho descendente **/
.spwCabecalhoDesc {
	background:url(../imagens/desc.gif) no-repeat right bottom #9C9C9C;
}

/** Imagem do cabecalho ascendente **/
.spwCabecalhoAsc {
	background:url(../imagens/asc.gif) no-repeat right bottom #9C9C9C;
}

.spwBotaoPrimeiro {
	background-image:url(../imagens/primeiro.gif);
	border:none;
	width:24px;
	height:16px;
	cursor:pointer;
}
.spwBotaoProximo {
	background-image: url(../imagens/proximo.gif);
	border:none;
	width:18px;
	height:16px;
	cursor:pointer;
}
.spwBotaoUltimo {
	background-image: url(../imagens/ultimo.gif);
	border:none;
	width:24px;
	height:16px;
	cursor:pointer;
}
.spwBotaoAnterior {
	background-image: url(../imagens/retroceder.gif);
	border:none;
	width:21px;
	height:16px;
	cursor:pointer;
}
.spwBotaoPrimeiro-o {
	background-image: url(../imagens/primeiro-o.gif);
	border:none;
	width:24px;
	height:16px;
	cursor:pointer;
}
.spwBotaoProximo-o {
	background-image: url(../imagens/proximo-o.gif);
	border:none;
	width:18px;
	height:16px;
	cursor:pointer;
}
.spwBotaoUltimo-o {
	background-image:url(../imagens/ultimo-o.gif);
	border:none;
	width:24px;
	height:16px;
	cursor:pointer;
}
.spwBotaoAnterior-o {
	background-image: url(../imagens/retroceder-o.gif);
	border:none;
	width:21px;
	height:16px;
	cursor:pointer;
}
.spwBotaoPrimeiro-d {
	background-image: url(../imagens/primeiro-d.gif);
	background-color:#e5e5d1;
	border:none;
	width:24px;
	height:16px;
}
.spwBotaoProximo-d {
	background-image: url(../imagens/proximo-d.gif);
	background-color:#e5e5d1;
	border:none;
	width:24px;
	height:16px;
}
.spwBotaoUltimo-d {
	background-image: url(../imagens/ultimo-d.gif);
	background-color:#e5e5d1;
	border:none;
	width:24px;
	height:16px;
}
.spwBotaoAnterior-d {
	background-image: url(../imagens/retroceder-d.gif);
	background-color:#e5e5d1;
	border:none;
	width:24px;
	height:16px;
}
td.spwCellHeader{
	padding-left: 10px;
}
