@charset "utf-8";
/* CSS Document */


* { margin:0; padding:0; }

body{
	font:12px Arial, Helvetica, sans-serif;	
	color:#2F2F2F;
}

#tudo{
	width:776px;	
}

#topo{
	height:69px;
	background:url(../img/bg-topo.jpg);
}

#coluna-esquerda{
	width:160px;
	float:left;
	padding:10px;
	margin:14px 0;
}

#coluna-direita{
	width:566px;
	height:300px;
	overflow-y: scroll ;
	float:right;
	padding:0 10px;
	border-left:1px solid #bab8a5;
	margin:14px 0;
	position:relative;
}

#rodape{
	height:52px;
	background:url(../img/bg-rodape.jpg);
	clear:both;
}

fieldset{
	border:1px solid #ccc;
	margin:5px 0;
	padding:6px;
}

fieldset a{
	color:#793A1B;
}

label{
	display:block;	
	padding:3px 0;
	font-weight:bold;
	font-size:11px;
}

input, select {
	padding:2px;
	margin-bottom:10px;
}

input[type="submit"]{
	margin:10px 0;
	cursor:pointer;
}

table td{
	padding:8px 4px;
	border:0;
}

a:link{
	text-decoration:none;
	color:#5C5B56;
}

a:hover{
	text-decoration:underline;
}

a:active{
	color:#35628F;
}

a:visited{
	color:#bcbcbc;
}

.loader{
	display:block;
	background:url(../img/loader.gif) center no-repeat;
	height:40px;
}
#carregar {
	background:#fff;
	filter: alpha(opacity=80);	opacity:0.8; -khtml-opacity:0.9;	
	margin-left:-395px; margin-top: -277px;
	width:776px; height:554px;
	position: absolute;	left:50%; top:50%;
	z-index: 3000;
}
#carregar p {
	background:url("../img/loader.gif") center bottom no-repeat;
	font:150% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	margin:0; padding:0;
	margin-left:-395px; margin-top: -80px;
	width:776px; height:100px;
	position: absolute;	left:50%; top:50%;
	
}