@charset "iso-8859-1";
/** Body do site **/
body, td {
	font-family: tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
	color:#f0f0f0;
}

/** titulo **/
.txTitulo {
	color:#987C68;
	font-weight:bold;
}

/** texto cinza **/
.txCinza {
	color:#999999;
}

/** texto rosa **/
.txRosa {
	color:#CC0066;
}

/** copyright **/
.txCopyright {
	color:#987C68;
	font-size: 9px;
}

a, a:hover, a:active, a:visited {
	font-family: tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#f0f0f0;
	text-decoration:none;
}
a:hover {
	color:#CC0066;
}

/* input tipo texto, textarea, select e option */
.inputText, textarea, select, option, .inputTextNotFilled {
	font-family: Verdana, Sans-Serif, Tahoma;
	font-size: 10px; 
	color: #f0f0f0;
	padding-left:2px;
	padding-right:2px;
	border-width: 0px;
	background-color:#333333;
	overflow:auto;
}

/* input tipo texto */
.inputText {
	height:19px;
}

.inputTextNotFilled {
	background-color:#999999;
}
/* input tipo botão */
.btConfirmar, .btCancelar, .btLogin, .btEliminar {
    font-size: 10px;
}
