/* ROUND BOX - Tabela com bordas arredondadas */

.round-box { 
	empty-cells: show; 
	}
	 
.round-box td { 
	padding: 0; 
	margin: 0; 
	}
	 
.round-box .s { 
	font-size: 1px; 
	line-height: 1px; 
	} 
	
.round-box .tl, .round-box .tr, .round-box .bl, .round-box .br { 
	width: 3px; 
	height: 3px; 
	background-repeat: no-repeat; 
	} 

.round-box .tl { 
	background-image: url("../../comum/imagens/225120104-corner_tl.gif"); 
	background-position: top left; 
	} 
	
.round-box .tr { 
	background-image: url("../../comum/imagens/417926813-corner_tr.gif"); 
	background-position: top right; 
	} 
	
.round-box .bl { 
	background-image: url("../../comum/imagens/438374107-corner_bl.gif"); 
	background-position: bottom left; 
	} 

.round-box .br { 
	background-image: url("../../comum/imagens/195825403-corner_br.gif"); 
	background-position: bottom right; 
	} 
	
.round-box .sq { 
	background-image: none; 
	}

.round-box td.s, .round-box td.c { 
	background-color: #ccc; 
	} 
	
/* FIM ROUND BOX - Tabela com bordas arredondadas */

.big-round-box { 
	empty-cells: show; 
	}
	 
.big-round-box td { 
	padding: 0; 
	margin: 0; 
	}
	 
.big-round-box .s { 
	font-size: 1px; 
	line-height: 1px; 
	} 
	
.big-round-box .tl, .big-round-box .tr, .big-round-box .bl, .big-round-box .br { 
	width: 11px; 
	height: 11px; 
	background-repeat: no-repeat; 
	} 

.big-round-box .tl { 
	background-image: url("../../comum/imagens/esq_topo.gif"); 
	background-position: top left; 
	} 
	
.big-round-box .tr { 
	background-image: url("../../comum/imagens/dir_topo.gif"); 
	background-position: top right; 
	} 
	
.big-round-box .bl { 
	background-image: url("../../comum/imagens/esq_base.gif"); 
	background-position: bottom left; 
	} 

.big-round-box .br { 
	background-image: url("../../comum/imagens/dir_base.gif"); 
	background-position: bottom right; 
	} 
	
.big-round-box .sq { 
	background-image: none; 
	}

.big-round-box td.s, .big-round-box td.c { 
	background-color: #ccc; 
	} 

.clicavel {
	cursor: pointer;
	cursor: hand;
	}
	
.input_dinheiro {
	text-align: right;
	font-family: monospace;
	font-size: 14px;
}

.input_data {
	text-align: right;	
}

div#contorno {
	width: 997px;
	height: auto;
	padding: 0;
	margin: 1px 0 0 0;
}

div#topo {
	width: 100%;
	height: 352px;
	background-image: url(../../especifico/imagens/indexR1C1.png);
}

div#login {
	width: 100%;
	height: 210px;
	background-image: url(../../especifico/imagens/fundo_interno_inferior.png);
	background-repeat: repeat-x; 
	padding-top: 15px;
}

div#campos {
	width: 560px;
	height: 80px;
}

div#campos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
}

div#campos ul li {
	float: left;
	height: 100%;
}

div#campos ul li.primeira {
	width: 40%;
}
div#campos ul li.meio {
	width: 25%;
}
div#campos ul li.ultima {
	width: 35%;
}

div#campos ul li a.linkInicial:link, a.linkInicial:visited {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}

div#campos ul li a.linkInicial:hover, a.linkInicial:active {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	cursor: pointer;
	color: #FFF;
}

div#campos ul li.meio input.botaoSubmit {
	border: 0;
	margin-top: 5px;
	cursor: pointer;
}

div#campos label {
	width: 50px;
	padding-right: 0px;
	padding-top: 3px;
	margin-right: 5px;
	float: left;
	text-align: right;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
}

div#campos span {
	width: auto;
	height: 28px;
	display: block;
	padding: 0px;
	text-align: left;
}

div#linkLogo { 
	width: 200px;
	height: 125px;
}

div#linkLogo img { 
	border: 0;
	margin-top: 25px;
}

div#rodape {
	width: 100%;
	height: 15px;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}

* html div#campos img/**/ {
filter:expression(
	   this.alphaxLoaded ? "" :
	   (
	       this.src.substr(this.src.length-4)==".png"
	       ?
	       (
	     (!this.complete)
	     ? "" :
		 this.runtimeStyle.filter=
		 ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
		 (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
		 String(this.alphaxLoaded=true).substr(0,0)+
		 (this.src="spacer.gif").substr(0,0)
	       )
	       :
	       this.runtimeStyle.filter=""
	    )
   );
}


.messagebox_titulo_invertido
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color: #ffffff;
	text-decoration: none;
}