body{
	/*background-color: #F3F3F3;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#tegisConteudo {height:auto; min-height: 87% !important; }
/*#tegisConteudo{padding-bottom: 70px;}*/

#divRodape {
	position: relative !important;
	/*margin-top: -10% !important;  Este margin, tem que ser o mesmo valor da altura do rodapé, só que negativo */
	height: 13% !important; /* E aqui, fica a altura do rodapé */
	/*height: 75px !important;  E aqui, fica a altura do rodapé */
	clear: both !important;
}

#cabecalho{
	padding-left: 0px;
	padding-right: 0px;
	background-color: white;
}

#leftHalf {
	/*background-image: linear-gradient(to bottom, #D3D3D3, white);*/
	background: url(../imagens/esquerda_new.jpg);
	width: 50%;
	position: absolute;
	left: 0px;
	/*top: 110px;*/
	top: 0px;
	height: 100%;
	/*background-repeat: repeat-x;*/
	background-repeat: repeat-x;
	z-index: -1;

	background-color: #F2F2F2;
}

#rightHalf {
	/*background-image: linear-gradient(to bottom, #D3D3D3, white);*/
	/*background: url(../imagens/bg.jpg);*/
	background: url(../imagens/direita_new.jpg);
	width: 50%;
	position: absolute;
	right: 0px;
	top: 0px;
	/*top: 110px;*/
	height: 100%;
	background-repeat: repeat-x;
	z-index: -1;

	background-color: #F2F2F2;
}

.conteudo{
	padding-left: 0px;
	padding-right: 0px;
	background-color: #F3F3F3;
}

.border{
	/*min-height: 70%;*/
	border-style: solid;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: black;
	padding-left: 10px;
	padding-right: 10px;
}

.bloco{
	padding: 15px;
}

.formCab{
	padding-top:7px;
	height: 30px;
	background-color:#2F4D5E;
	color:#FFFFFF !important;
	font-size:13px;
	font-weight:bold;
	text-align:center; 
}

.formCell{
	margin-bottom: 7px;
	padding:5px;
	background: #E6E6E6;
	min-height: 37px;
	height: auto;
}

.formulario{
	padding-left:20px;
	padding-right: 20px;
	/*padding-top: 10px;*/
	/*padding-bottom: 50px;*/
}

.footer{
	padding-top: 7px;
	background: #2F4D5E;
	color:white;
	text-align: center;
	font-size: 10px;
	/*height: 75px;*/
}

*.footerDiv{
	margin-bottom: 10px;
	margin-top: 5px;
}

.simplePanel{
	margin-right: 5px;
	margin-top: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-radius: 3px;
	background: #E6E6E6;
	padding: 3px 0 4px 0;
	text-align: center;
}

.toolt{
	font-weight: bold;
	color:#2F4D5E;
}

#btnNovoDiv{
	padding-right: 10px;
}

#btnNovo{
	width: 100px;
}

.usuarioTxt{
	font-size: 10px;
	font-weight: normal;
}

#lista{
	padding: 3px;
	/*margin-top: 50px;*/
}

#botoes{
	padding-top: 25px;
}

#carregando{
	width:200px;
	height:75px;
	top: 40%;
	left: 83%;
}

.subMenu{
	padding-left: 20px;
	padding-right: 20px;
	/*padding-bottom: 5px;*/
}

.subTitulo{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2F4D5E;
	margin-bottom: 5px;
}

.imgPdf{
	height:22px;
	width:22px;
}

#alertaConteudo{
	padding-right:15px; 
}

*.text-normal{
	font-weight: normal !important;
}

*.text_bold{
	font-weight: bold !important;
}

.multiple{
	background-image:none;
}

.TextoLista{
	font-size: 12px !important;
}

.dateSize{
	width:140px !important;
}

.user{
	border: solid 1px #2F4D5E;
	/*border-radius: 3px;*/
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 6px;
	/*padding: 8px 0 12px 1px;*/
	/*text-align: left;*/
	float: right;
	background-color: white !important;
	color: #2F4D5E;
	/*background-color: #333333 !important;*/
	max-width: 180px;
	width: 100%;
}

.user, #user li, #user li a{
	color: #2F4D5E;
	font-weight: bold;
	font-size: 10px;
}

#user{
	max-width: 180px;
	border: solid 1px #2F4D5E;
}

#user li{
	/*background-color: #333333;*/
	border-bottom: solid 1px #2F4D5E;
}

#user li:hover{
	background-color: #E6E6E6 ;
	/*background-color: #272727 ;*/
}

.user.button:before{
	position: absolute !important;
	border-style: none;
	content: url(../imagens/engrenagem.png) !important;
	display: block !important;
	border-color: none;
	top: 35%;
	right: 25px; 
	/*left: 140px; */
}

#usrDiv{
	padding-top: 3px;
	padding-left: 5px;
}

.mainButton{
	margin-top: 15px !important;
}

.mainButton *{
	float: right;
}

#divImagemModulo{
	height: 30px !important;
}

#imagemModulo{ 
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	height: 30px;
}

.filter{
	width: 200px !important;
	border: 2px solid #cccccc !important;
	background-image: url('../imagens/icone_pesquisa.png') !important;
	background-repeat: no-repeat !important;
	padding-left: 30px !important;
}

.normal-cursor{
	/*utilizado na navegação*/
	cursor: default !important;
}

.no-shade:hover{
	/*utilizado na navegação*/
	background-color: white !important;
}

.dateSize{
	width:140px !important;
}

.indisponivel a , .indisponivel label {
	background-color: #F0F0F0 !important;
	color: #AAA !important;
}