* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.vcSome {
	display:none;
}
body {
	height:100%; 
	max-height:100%; 
	background:#fff; 
	font-family:'Arial'; 
	font-size:11px;
	overflow: hidden;
}
/* for internet explorer */
* html body {
	padding:22px 0 22px 0;
}
div#conteudo {
	position:fixed; 
	top:22px;
	left:0;
	bottom:22px; 
	right:0; 
	overflow:auto;
	padding:0;
	text-align:center;
	background: url(../img/bg_login2.gif) top repeat-x;
}
* html div#conteudo {
	height:100%; 
	width:100%;
}
div#bg {
	height:100%; 
	width:100%;
}
div#ctr {
	width:990px;
	margin:0 auto;
}
div#lft{
	width:490px;
	float:left;
	text-align:left;
}
div#rgt { width:490px; float:right; text-align:left;}
div#lft div.top{ height: 153px; text-align:right;}
div#lft div.mid{ height:247px;}
div#lft div.mid form.cssform{
	background-color:#7FAFC0;
	font-size:12px;
	padding: 5px;
}
form.cssform td label {
	color:#369;
	font-weight:bold;
	font-size:12px;
	float:right;
	text-align:right;
	margin-right: 5px;
}
form.cssform input.inp{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 135px;
	font-size: 12px;
	border: 1px #369 solid;
	margin: 3px 0;
}
form.cssform td {
	text-align:right;
	position:relative;
}
form.cssform input.btn{
	width: 75px;
	height: 18px;
	border:0;
	font-size: 12px;
	background:#369;
	color:#fff;
	font-weight:bold;
}
form.cssform div.links{
	width:100%;
	clear:both;
	text-align: right;
	padding:5px 0;
}
form.cssform div.links a, form.cssform div.links a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
form.cssform div.links a:hover, form.cssform div.links a:active {
	text-decoration:underline;
}

div#lft div.bot{ text-align:right; color:#666;}

div#rgt div.top{ height: 98px;}
div#rgt div.mid{ height:329px; background:url(../img/bg_azul_listrado.gif) repeat-x; text-align:center;}
div#rgt div.mid img{ margin-top: 15px; }
div#rgt div.bot{ text-align:right; color:#666;}

div#topo {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:22px; 
	overflow:auto; 
	background:#80AFC1;
}
* html div#topo, * html div#rodape {height:22px;}

div#rodape {
	position:absolute; 
	bottom:0; 
	left:0;
	width:100%; 
	height:22px; 
	overflow:hidden;
	background:#80AFC1;
}

#loading{
    position: absolute;
    left: 45%;
    top: 40%;
    border: 1px solid #6593cf;
    padding: 2px;
    background: #c3daf9;
    width: 150px;
    text-align: center;
    z-index: 20001;
}
#loading .loading-indicator{
    border: 1px solid #a3bad9;
    background: white url("../img/block-bg.gif") repeat-x;
    color: #003366;
    font: bold 13px tahoma,arial,helvetica;
    padding: 10px;
    margin: 0;
}
#loading-mask {
    width: 100%;
    height: 100%;
    background: #c3daf9;
    position: absolute;
    z-index: 20000;
    left: 0;
    top: 0;
}