/* FORM */

textarea, input, select {
   background:#fff;
   color:#000;
   border:1px solid #CCC;
   vertical-align:middle;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   outline:none /*Tira a borda do Chrome*/
   
   }
   
textarea{font-family:Arial, Helvetica, sans-serif; font-size:12px}

label{
	margin-left:0px;
	}

	
.btn_form{
	 width:59px; 
	 height:18px;
	 font-weight:bold;
	 color:#fff;
	 background:url(../imagens/template/enviar.png) no-repeat;
	 cursor:pointer;
	 padding:0 2px 0 2px;
	 border:none}
	 
.btn_form:hover{
	 background:url(../imagens/template/enviar.png) no-repeat 0 -18px;
}	 

.mioloMSombra{background:none}
.conteudo{float:none; width:auto; padding-top:40px}
.conteudo a:link{font-size:13px}
.conteudo table{color:#2a2a2a; margin-bottom:15px}
.conteudo .tituloTabela{color:#000}

td, th{vertical-align:top}

.tablePrincipal{background:#fff; width:90%}

.linhaTabelaSelectPar{background:#d2dfec;; font-size:12px; height:30px; padding:10px; border:1px solid #fff}

.linhaTabelaSelectImpar{background:#e6eef5; font-size:12px; height:30px; padding:10px; border:1px solid #fff}


.tdLabelForm{min-width:0px; font-size:14px; font-weight:bold; text-align:right; padding-right:20px; padding-bottom:20px}


.comboboxP{width:155px;}
	
.textAreaG{width:350px; height:200px}

.inputTextMG{width:350px}



.inputTextP{width:115px;}
	
.inputTextM{width:350px; padding:3px 0}

.inputTextG{width:200px}

.button{cursor:pointer; background:#022e7a; color:#fff; font-weight:bold; border:0; padding:10px; font-size:12px; border-radius:10px}

.button:hover{background:#306e9d;}

.btnCadastrar{cursor:pointer; background:#2886bc; color:#fff; font-weight:bold; border:0; padding:0 10px}

.btnCadastrar:hover{background:#000;}

.tituloTabelaSelect{
	font-weight:bold;
    color:#022e7a;
	font-size:12px;
	background:#fff}

textarea{overflow:auto}

.botaoEspaco{width:200px; padding-right:20px}

.trMargem td{padding-bottom:15px;}
.tamanhoInputBusca{min-width:0;}


.tabelaIndex{width:840px}

.tabelaIndex .tituloTabelaSelect{background:none; padding-top:20px}

.tabelaIndex .linhaTabelaSelectImpar{background:#eee}

.btnGeral{float:left; text-align:center; display:inline-block; height:18px; padding:5px 10px; margin:1px 0 0 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background:#b61d2c; color:#fff !important; font-size:11px !important}

.btnGeral:hover{background:#660206;}

a:link{color:#022e7a; text-decoration:none}
a:visited{color:#022e7a}
a:hover{color:#306e9d}

.styleLinksTh{font-size:12px}

.menuAdm{text-align:left}
.menuAdm a{padding:10px; background:#6579ab; color:#fff !important; display:inline-block; text-decoration:none !important; border-radius:10px 10px 0 0; float:left; margin-left:5px}
.menuAdm a:hover{background:#69aad3}

.menuSair{background:#273558 !important;}
.menuSair:hover{background:#69aad3 !important;}