@charset "utf-8";
/* CSS Document by Bruno Marcondes */

body{
	font-family: Verdana, Arial;
	background:url(images/bg_topo.jpg) repeat-x top; 
	bgcolor:#FFFFFF;
	margin:0px;
}
#div01white{
	font-size:11px;
	padding:15px;
	color: #838383;
	text-align:justify;
	float:left; 
	width:368px; 
	border-left: 1px solid #c4c3c3;
	background-color:#FFFFFF;
}
#div02gray{
	float:left; 
	width:314px; 
	background-color:#f3f3f3;
}
#div02gray ul{
	list-style-image:url(images/img_mark01.gif);
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	float:left;	
	margin:0px 0 20px 10px;
	padding: 10px;
	width:145px;
}
#div02gray li a:link{
	color:#006600;
	text-decoration:none;
}

#div02gray li a {
	color: #000;
	text-decoration: none;
}

#div02gray li a:link { 
	color: #000; 
}
#div02gray li a:visited { 
	color: #000; 
}

#div02gray li a:hover {
	border-bottom: 1px dotted #CC0000;
	color: #919191;
}

#div03lateral{
	float:right; 
	width:52px; 
	background:url(images/bg_rightbar.jpg) repeat-y 0 0;
}
#divBodyFull{
	width: 670px;
	float:left;
	padding: 20px;
}
.TxtOrange{
	color: #f17903;
	font-weight: bold;
}
.TxtTah11 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #7b7b7b;
}
.TxtVerm {
	color: #CC0000;
	font-weight: bold;
}
.TxtGeral {
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 12px;
	color:#666666;
}





       #login form{
	   		font-family: "Trebuchet MS", Verdana, Arial;
	        font-size: 10pt;
        }
        
        #login fieldset{
	        padding: 20px;
	        border: 1px solid #ccc;
            width: 70%;
        }
        
        #login legend{
	        font-weight: bold;
	        color: #c03;
	        font-size: 11pt;
	        letter-spacing: 1px;
        }
        
        
        /* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
        html>body #login legend{
        	margin-bottom: 0px;
        }
        
        #login input{
	        border-top: 1px solid #ccc;
	        border-left: 1px solid #ccc;
	        border-bottom: 1px solid #ccc;
	        border-right: 1px solid #ccc;
	        font-size: 13px;
	        margin-bottom: 10px;
	        color: #0E0659;
        }
        
        #login select{
	        border: 1px solid #ccc;
	        font-size: 13px;
	        margin-bottom: 10px;
	        color: #0E0659;
        }
        
        #login label{
	        display: block;
	        width: 100px;
	        float: left;
	        color: #000;
	        border-bottom: 1px solid #f1f1f1;
        }
        
        #login span{
	        color: #999;
	        font-size: 12px;
        }
		
		#login textarea {
			font-family: Verdana, Arial;
	        font-size: 10pt;
		}
        
        #login .botao{
			float:right;
	        font-family: "Trebuchet MS", Verdana, Arial;
			font-size: 17px;
	        background: #f1f1f1;
	        margin: 15px 0px 0px 0px;
        }