/* CSS Document */
body {
	padding:5px;
    background-color:#FFF;
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	text-align: left;
}

h1 { font-size: 22px; background-color: #BFE2EA; padding: 9px; }
h2 { font-size: 20px; background-color: #BFE2EA; padding: 6px; }
h3 { font-size: 18px; background-color: #BFE2EA; padding: 3px; }

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #666;	
}

a:hover {
	color: #000;	
}

table{
    margin-top:10px;
    margin-bottom:10px;
    border:none;
}

table thead tr th { padding: 10px; background-color: #BFE2EA; }
table tfoot tr td { padding: 10px; font-weight: bold; background-color: #BFE2EA; }
table tbody tr td { vertical-align:top; padding:5px; border-left: 1px solid #BFE2EA; border-bottom: 1px solid #BFE2EA; }
table img { border: 0;}

#coluna1{ width:190px; float:left; border-left: 2px solid #CDCDCD; padding-left: 3px; }

#tabs{ width:1000px; clear:both; }

#footer{ padding: 3px; clear:both; }

form div{
    padding:2px;
}

.disabled_field {

    background-color: #CCCCCC;
    border: 1px solid #999;
	font-size:13px;	
}

input, select, textarea{
    color: #000;
    background-color: #F4F4F4;
    border: 1px solid #999;
}

.btnNovo{
	background-image: url("../imagem/icones/new.png");
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #F4F4F4;
	padding: 10px 10px 10px 25px !important;
	cursor: pointer;
}

.btnAbreSubTela{
	background-image: url("../imagem/icones/bt_mais.gif");
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #F4F4F4;
	padding: 10px 10px 10px 25px !important;
	cursor: pointer;
}

.btnBusca{
	background-image: url("../imagem/icones/search.png");
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #F4F4F4;
	padding: 10px 10px 10px 25px !important;
	cursor: pointer;
}

.btnSalvar{
	background-image: url("../imagem/icones/save.png");
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #F4F4F4;
	padding: 10px 10px 10px 25px !important;
	cursor: pointer;
}

.btnProcessar{
	background-image: url("../imagem/icones/processar.png");
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #F4F4F4;
	padding: 10px 10px 10px 25px !important;
	cursor: pointer;
}

.btnOk{
	background-image: url("../imagem/icones/tick.png");
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #F4F4F4;
	padding: 10px 10px 10px 25px !important;
	cursor: pointer;
}


.button{
	background-color: #F4F4F4;
	padding: 10px 10px 10px 25px !important;
	cursor: pointer;
	font-weight: normal;
}

.componente select{
	width:300px;	
	font-size:11px;
}

.componente input{
	width:300px;	
	font-size:11px;
}
.credito select{
	width:350px;	
	font-size:11px;
}


.button, .submit{ border: 1px solid #999; padding:5px; font-size:12px; font-weight: bold; }

.check, .radio { border:none; background-color: #FFF; }

.campos_grandes {
	width:300px;
}

.campos_medios {
	width:200px;
}

.campos_pequenos {
	width:100px;
}

.campos_superpequenos {
	width:30px;
}

.label{
	clear:both;	
}


/* Tool Tip */
#tt {position:absolute; display:block;}
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {display:block; padding:10px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden}

#wait{
	width: 40px;
	height: 40px;
	display: none;
	background: url('../imagem/icones/loading-small.gif') no-repeat center;
}

#logo_rodape{
	background: url('../imagem/logo.jpg') no-repeat;
	width: 600x; 
	height: 360px; 
	margin-left:200px; 
	margin-right:178px;	
}


.mensagemReposicao{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color:#FF0000;
	background-position: top;	
}

.mensagemBonificacao{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color:#009900;
	background-position: top;		
}
/* CSS da index.php */

#abaAcesso{
	border: 2px solid #BFE2EA;
	width: 350px;	
	margin-left: 300px;
	overflow:hidden;
}
.abaAtiva{
	float: left; width: inherit; padding: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #BFE2EA;
	cursor: pointer;
	border-bottom: 2px solid #BFE2EA;
}
.abaInativa{
	float: left; width: inherit; padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	background-color: #F0F0F0;
	cursor: pointer;
	border-bottom: 2px solid #BFE2EA;		
}

.linha_par 
{
	color:#002034;
	background-color:#FFFFCC;
}
.linha_impar {
	color:#441000;
	background-color:#CCCCCC;
}

.campo_tipo_reclama {
    background-color: #FF0000;
    border: 1px solid #999;
	font-size:13px;	
	color:#FFFFFF;
}

#formProcedimentos{ clear: both; padding: 10px; display: block; }
#formParecer{ clear: both; padding: 10px; display: none; }


