

.iconeGrid{
	border: 	none;
	height: 	15px;
	width: 	15px;
}

#todoGrid{
	position: 	relative;
}

.cabecalho{
	background-color: 	#EBEADB;
}

.celula{
	cursor: 	default;
	display: 	inline-block;
	display: 	-moz-inline-box;
	font: 	11px Tahoma;
	height: 	17px;
	overflow: 	hidden;
	padding: 	0px 2px 0px 5px;
	text-overflow: 	ellipsis;
	white-space: 	nowrap;
	width: 	100px;
}

.celCabecalho, .celCabecalhoOver{
	background-position: 	center right;
	background-repeat: 	no-repeat;
	border-bottom: 	3px solid #CBC7B8;
	border-left: 	1px solid #FFF;
	border-right: 	1px solid #ACA899;
	color: 	#000000;
	height: 	20px;
	padding-top: 	2px;
}

.celCabecalhoOver{
	background-color: 	#FAF8F3;
	border-bottom: 	3px solid #F9B119;
}

.valorCelula{
	border-right: 	1px solid #EEE;
	white-space: 	nowrap;
}

.linha, .linhaOver{
	background-color: 	#FFF;
	border-bottom: 	1px solid #EEE;
	color: 	#000073;
}

.linhaOver{
	background-color: 	#EEE;
}

.linhaSelecionada{
	background-color: 	#369;
	color: 	#FFF;
}

.linhaSemRegistros{
	color: 	#369;
	cursor: 	default;
	font: 	bold 11px Tahoma;
	padding: 	5px 0px 0px 30px;
}

.marcador{
	background-color: 	#EBEADB;
	color: 	#369;
	width: 	30px;
}

.marcadorNormal, .marcadorOver, .marcadorSelecionado{
	border-bottom: 	1px solid #E2DECD;
	border-right: 	1px solid #E2DECD;
	border-top: 	1px solid #F2F1E2;
	text-align: 	center;
}

.marcadorOver{
	color: 	#F00;
}

.marcadorSelecionado{
	background-color: 	#369;
	border-bottom: 	1px solid #369;
	border-right: 	1px solid #369;
	border-top: 	1px solid #369;
	color: 	#FFF;
}

.inputEdicao{
	border: 	1px solid #369;
	color: 	#1E67A8;
	font-size: 	9px;
	font-weight: 	bold;
	height: 	95%;
	width: 	100%;
 }