/*
 Hack for Firefox 3 
.nomedasuadiv, x:default { atributos }   
 Hack for Firefox 2 
.nomedasuadiv, x:-moz-any-link { atributos }   
 Hack for Internet Explorer 7 
.nomedoseuelemento { *display:none; }   
 Hack for Internet Explorer 6 
.nomedoseuelemento { _display:none; } 
*/
@import url('downloads.css');
@import url('links.css');
@import url('noticias.css');

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	color:#000000;
}

a:visited, a:active, a:link, .link{
	text-decoration: none;
	color:#0B75A5;
}

a:hover{
	text-decoration:underline;
	}

.left{ float:left }
.right{ float:right }
.clear{ clear:both }

#todo{
	width: 896px;
	color: #666666;
	margin: 0 auto;
}

/*
CABECALHO
*/

#header_topo{
	width: 896px;
	height: 41px;
	background-color: #FFFFFF;
}

#topo{
	width: 896px;
	height: 219px;
	background-color: #FFF;
}

#logo{
	width: 252px;
	height: 219px;
	float: left;
}

#banner_menu{
	width: 644px;
	height: 219px;
	background-color: #FFF;
	float: left;
}

#menu{
 	width: 644px;
	height: 58px;
}

#menu a{
	color: #FFFFFF;
}


.botao_top{
	height: 58px;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}

#banner{
	width: 644px;
	height: 161px;
	
}

/*
CORPO
*/

#corpo, .corpo_back{
	margin-left:16px;
	background-color: #ebebeb;
}

/*
COLUNA ESQUERDA
*/

#esquerda{
	width: 200px;
	text-align: center;
}
.botao_lateral{
	width: 160px;
	height: 25px;
	margin:6px auto 0 auto;
	padding-left: 10px;
	border-bottom: 1px solid #d5d2c5;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	color: #545050;
}
.botao_lateral a{
	color: #545050;
}

#datepicker, #cal_eventos, x:default { margin-left:12px; }   
#datepicker, #cal_eventos, x:-moz-any-link { margin-left:12px; }   
#datepicker, #cal_eventos { *margin-left:0; _margin-left:0; }   

#cal_eventos{
	width:170px;
	background-color:#fff;
	padding:5px;
}
#box_eventos{
	height: 210px; overflow: auto; text-align:left; font-size:11px
}

/*
COLUNA DO MEIO
*/

#meio{
	padding: 0 20px;
}
#titulo_sessao {
	font-family: "Trebuchet MS", Arial;
	font-size:30px;
	color: #2A9CD1;
}

/*
COLUNA DIREITA
*/

#direita{
	width: 220px; padding-left:15px
}









#titulo_agenda{
	width: 172px;
	float: right;
	margin-top: 60px;
}

#agenda{
	width: 172px;
	height: 407px;
	float: right;
	text-align: left;
	background-image: url(../_imgs/agenda_back.gif);
	background-repeat: repeat-x;
}

.box_titulo_direita{
	height: 30px;
	width: 200px;
	background-image: url(../_imgs/box_titulo_back.gif);
	margin-top: 10px;
	font-size: 16px;
	font-style: italic;
}

.box_direita{
	width: 198px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	border-top-width: 0;
	padding-bottom: 5px;	
	font-size: 11px;
	color: #595757;
}

.box_subtitulo_direita{
	margin-top: 5px; 
	width: 128px; 
	margin-left: 5px;
	float: right;
}

.box_titulo_meio{
	height: 30px;
	width: 414px;
	background-image: url(../_imgs/box_titulo_back.gif);
	/*margin: 0 auto;*/
	margin-top: 10px;
	font-size: 16px;
	font-style: italic;
}

.box_meio{
	width: 412px;
	background-color: #FFFFFF;
	/*margin: 0 auto;*/
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	border-top-width: 0;
	padding: 5px 0 5px 2px;
}

#login_dir{
	color: #545050;
	width: 200px;
}

#corpo_bottom {
	float: right;
	background-image: url(../_imgs/corpo_bottom.gif);
	width: 880px;
	height: 20px;
}

#footer {
	background-image: url(../_imgs/footer.gif);
	background-position:top; 
	width: 880px;
	height: 61px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top:20px
}


.counter {
	border:medium none;
	font-size:9px;
	padding:0;
	width:25px;
	background-color: #EBEBEB;
}

.conteudo{
	width:400px;
	margin-top:30px;
	}

