/** Celula da grid **/
.spwCelulaGrid {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CEDBD3;
	border-right-color: #CEDBD3;
	border-bottom-color: #CEDBD3;
	border-left-color: #CEDBD3;
	height: 20px;
	min-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	overflow: hidden;
}

/** Cabecalho da grid **/
.spwCabecalhoGrid {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	font-size: 10px;
	background-color: #cccccc;
	font-weight: bold;
	color: #000000;
	cursor: POINTER;
	overflow: hidden;
}

/** Tabela de filtros extras **/
.tabelaExtraFiltros{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #000000;
	border-left-color: #cccccc;
	background-color: #cccccc;
}

/** Titulo da grid de consulta **/
.spwTituloGrid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #9B9B9B;
	color: #FFFFFF;
}

/** Rodape da grid **/
.spwRodapeGrid {
	border: none;
	font-size: 10px;
	background-color: #cccccc;
	color: #000000;
    height:20;
    font-weight: bold;
}

/** Layer da grid **/
.spwLayerGrid {
	width:100%; 
	overflow: auto; 
	border:1px;
}

/** Tabela da grid generica **/
.spwTabelaGrid {
	border-width: 1px;
	border-style: solid;
	border-color: #005252;
}

/** Formulário da grid **/
.spwGridForm {
	border-width: 1px;
	border-style: solid;
	border-color: #005252;
	background-color: #EEEEEE;
	border-left-width: 0;
	border-right-width:0;
}

/** Tabela da grid tipo "grid-edit" **/
.spwTabelaGridEdit {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005252;
	border-right-color: #005252;
	border-bottom-color: #005252;
	border-left-color: #005252;
}

/** Dados da grid **/
.spwCampoTextoGrid {
	font-size: 10px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	height: 100%;
	width: 100%; 
}

.spwBotaoGrid,.spwBotaoGrid-d,.spwBotaoGrid-o,.spwBotaoDefaultGrid,.spwBotaoDefaultGrid-o,.spwBotaoDefaultGrid-d {
	font-size: 10px;
	padding-left: 1;
	padding-right: 1;
	padding-top: 0;
	padding-bottom: 0;
	height: 16;
}

/** Botao da grid **/
.spwBotaoGrid {
	background-color: #6699FF;
	border: 1px solid #0066FF;
	cursor: POINTER;
}

/** Botao da grid com foco **/
.spwBotaoGrid-o {
	background-color: #33CCFF;
	border: 1px solid #0099CC;
	cursor: POINTER;
}

/** Botao da grid com foco **/
.spwBotaoGrid-d {
	background-color: #CCCCCC;
	border: 1px solid #969696;
}

/** Botao da grid default **/
.spwBotaoDefaultGrid {
	background-color: #FFCC00;
	border: 1px solid #FF9900;
	cursor: POINTER;
}

/** Botao da grid default com foco **/
.spwBotaoDefaultGrid-o {
	background-color: #FFDD00;
	border: 1px solid #FF9900;
	cursor: POINTER;
}

/** Botao da grid default desabilitado **/
.spwBotaoDefaultGrid-d {
	background-color: #CCCCCC;
	border: 1px solid #969696;
}

/** Imagem do cabecalho descendente **/
.spwCabecalhoDesc {
	background-image: url(../imagens/desc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/** Imagem do cabecalho ascendente **/
.spwCabecalhoAsc {
	background-image: url(../imagens/asc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.spwBotaoPrimeiro {
	background-image: url(../imagens/primeiro.gif);
	border: 0px;
	width: 24;
	height: 16;
	cursor: POINTER;
}
.spwBotaoProximo {
	background-image: url(../imagens/proximo.gif);
	border: 0px;
	width: 18;
	height: 16;
	cursor: POINTER;
}
.spwBotaoUltimo {
	background-image: url(../imagens/ultimo.gif);
	border: 0px;
	width: 24;
	height: 16;
	cursor: POINTER;
}
.spwBotaoAnterior {
	background-image: url(../imagens/retroceder.gif);
	border: 0px;
	width: 21;
	height: 16;
	cursor: POINTER;
}
.spwBotaoPrimeiro-o {
	background-image: url(../imagens/primeiro-o.gif);
	border: 0px;
	width: 24;
	height: 16;
	cursor: POINTER;
}
.spwBotaoProximo-o {
	background-image: url(../imagens/proximo-o.gif);
	border: 0px;
	width: 18;
	height: 16;
	cursor: POINTER;
}
.spwBotaoUltimo-o {
	background-image: url(../imagens/ultimo-o.gif);
	border: 0px;
	width: 24;
	height: 16;
	cursor: POINTER;
}
.spwBotaoAnterior-o {
	background-image: url(../imagens/retroceder-o.gif);
	border: 0px;
	width: 21;
	height: 16;
	cursor: POINTER;
}
.spwBotaoPrimeiro-d {
	background-image: url(../imagens/primeiro-d.gif);
	border: 0px;
	width: 24;
	height: 16;
}
.spwBotaoProximo-d {
	background-image: url(../imagens/proximo-d.gif);
	border: 0px;
	width: 18;
	height: 16;
}
.spwBotaoUltimo-d {
	background-image: url(../imagens/ultimo-d.gif);
	border: 0px;
	width: 24;
	height: 16;
}
.spwBotaoAnterior-d {
	background-image: url(../imagens/retroceder-d.gif);
	border: 0px;
	width: 21;
	height: 16;
}
