/* CSS Document */

/* GERAIS */
body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-image: url(/img/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #666666;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 10px;		
	padding-left: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border-style: none;
}

a:link, a:visited, a:active {
	color:#D92028;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:hover {
	color:#000000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* SITE */

.logo {
	height: 106px;
	width: 232px;
	margin-top: 0px;
	margin-left: 4px;
	position: absolute;
}

.logo img {
	border-width: 0px;
}

.login {
	height: 84px;
	width: 244px;
	margin-top: 22px;
	margin-left: 706px;
	position: absolute;
	background-image: url(/img/back_login.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* TOP */

.acicb {
	height: 30px;
	width: 605px;
	margin-top: 0px;
	margin-left: 310px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 30px;
	text-align:right;
}

.img_top {
	height: 108px;
	width: 310px;
	margin-top: 31px;
	margin-left: 616px;
	position: absolute;
}

.top {
	background-image: url(/img/back_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-top: 22px;
}

/* FOOTER */


.footer {
	height: 110px;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;	
	padding-top: 10px;
}	

.footer td {
	text-decoration:none;
	color:  #666666;
	font-size: 11px;	
}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	color:  #666666;
	font-size: 11px;	
}

.footer a:hover {
	text-decoration:underline;
	color:  #666666;
	font-size: 11px;	
}

/* RECORDS */

.records_news span, .records_news_dir span {
	float: left;
	margin-left: 0px;
}


.records img, .records_news img, .records_news_dir img {
	float: right;
	margin-left: 5px;
	border-width: 0px;
}

/* MARKER */

.marker {
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}

.date {
	font-size: 14px;
	font-weight: bold;
	color: #929292;	
}

.date_lateral {
	font-size: 12px;
	font-weight: bold;
	color: #D92028;	
}

/* TABELAS */

.td_lateral {
	background-color:#F9F9F9;
	padding: 5px;
}

.td_lateral_dark {
	background-color:#EFEEEC;
	padding-top: 5px;
	padding-bottom: 5px;	
	*padding-bottom: 0px;		
	_padding-bottom: 5px;	
	padding-left: 5px;
	padding-right: 5px;	
}

.td_padding_dotted {
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 16px;
	background-image: url(/img/dotted.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.td_padding {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
}


.td_padding_space_line {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	line-height: 16px;	
}

.td_padding_space_line_tit {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;	
	color: #666666;
	font-weight: bold;
}

.td_padding_space {
	padding: 5px;
}

.td_padding_bottom {
	padding-bottom: 10px;
}

/*TITLES*/


.titles {
	color:#D92028;
	text-transform:none;
	font-size:16px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EFEEEC;
	padding-left: 10px;
}

.titles_form {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 7px;	
	border-bottom-style: solid;	
	border-bottom-width: 1px;	
	border-bottom-color: #CCCCCC;
}	
	
/* FORMS */

.btn_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 190px;	
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;	
	padding-right: 5px;	
	background-color: #FFFFFF;
	color: #666666;
}

.btn_arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 66px;
	height: 20px;
	color: #000000;
	padding-left: 8px;
	background-color:#FFFFFF;
	background-image: url(/img/arrow_button.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border: 1px solid #CCCCCC;
}

.btn_arrow_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	height: 20px;
	color: #000000;
	padding-left: 8px;
	background-color:#FFFFFF;
	background-image: url(/img/arrow_button.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border: 1px solid #CCCCCC;
}

.btn_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	height: 20px;
	color: #000000;
	padding-left: 8px;
	background-color:#FFFFFF;
	background-image: url(/img/info_button.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border: 1px solid #CCCCCC;
}

.cx_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	width: 180px;
	border: 1px solid #CCCCCC;
	line-height: 20px;
	padding-left: 5px;	
	background-color:#FFFFFF;
}

.cx_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;	
	width: 470px;
	border: 1px solid #CCCCCC;
	line-height: 20px;
	padding-left: 5px;	
	background-color:#FFFFFF;
}

.cx_large_width {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 470px;
	border: 1px solid #CCCCCC;
	line-height: 20px;
	padding-left: 5px;	
	background-color:#FFFFFF;
}

/* SPANS */

.span_title {
	text-decoration:none;
	color:#666666;
	font-size: 14px;	
	font-weight:bold;
}

.span_error {
	background-color:#C82122;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	vertical-align: middle;
}

/* LINKS */

.link_title:link, .link_title:visited, .link_title:active {
	text-decoration:none;
	color:#666666;
	font-size: 14px;	
	font-weight:bold;
}

.link_title:hover {
	text-decoration:underline;
	color:#666666;
	font-size: 14px;
	font-weight:bold;
}

.link_bold:link, .link_bold:visited, .link_bold:active {
	text-decoration:none;
	color:#666666;
	font-size: 12px;	
	font-weight:bold;
}

.link_bold:hover {
	text-decoration:underline;
	color:#666666;
	font-size: 12px;
	font-weight:bold;
}

/* CALENDARIO */

.calendario {
	width:224px;
	margin-bottom: 0px;
	*margin-bottom: 10px;
	_margin-bottom: 0px;
	overflow:hidden;
}
	
.calendario .calendar_title {
	font-size:12px;
	width:223px;
	*width:224px;	
	_width:224px;	
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;	
	margin-bottom: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align:center;
	font-weight:bold;
	background-color: #FFFFFF;
	text-transform: uppercase;
	overflow:hidden;
}

.calendario .calendar_title a:link, .calendario .calendar_title a:active, .calendario .calendar_title a:visited{
	color:#D92028;
	font-size:20px;	
	font-weight: bold;
	text-decoration: none;	
}

.calendario .calendar_title a:hover {
	color:#000000;
	text-decoration: underline;
	font-size:20px;
	font-weight: bold;	
}

.calendario .calendar_title .seta {
	width: 30px;	
	float: left;
	display:inline;	
	text-align: center;
}

.calendario .calendar_title .title {
	width: 160px;	
	display:inline;
	float: left;
	text-align: center;	
	color: #666666;
	font-size:16px;
	text-transform:none;
}

.calendar_component{
	width:224px;
	margin-left: 0px;
	margin-right: 0px;	
	margin-bottom: 0px;
	overflow:hidden;
}

.calendar_component div.days {
	background:#FFFFFF;
	float:left;
	display:inline;
	width:31px;
	height:25px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	color:#929292;
	line-height:25px;
	margin:0px 1px 1px 0px;
	padding: 0px;	
}

.calendar_component div.days abbr{
	border-bottom-style: none;
	border-bottom-width: 0px;
}

.calendar_component div.emptydays {
	background:#F9F9F9;
	float:left;
	display:inline;	
	width:31px;
	height:22px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:22px;
	margin:0px 1px 1px 0px;
	padding: 0px;	
}


.calendar_component div.dates {
	background:#FFFFFF;
	float:left;
	display:inline;	
	width:31px;
	height:22px;
	text-align:center;
	font-size:11px;
	color:#666666;
	line-height:22px;
	margin:0px 1px 1px 0px;
	text-decoration:none;
	padding: 0px;	
}

.calendar_component div.currentdate {
	background:#EBEAE7;
	float:left;
	display:inline;	
	width:31px;
	height:22px;
	text-align:center;
	font-size:11px;
	color:#D92028;
	font-weight:bold;
	line-height:22px;
	margin:0px 1px 1px 0px;
	text-decoration:none;
	padding: 0px;
}

.calendar_component div.evento {
	float:left;
	display:inline;	
	width:31px;
	height:22px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	padding: 0px;
}

.calendar_component a.event {
	background-color:#C82122;
	display:inline;	
	float:left;
	width:31px;
	height:22px;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:22px;
	margin:0px 1px 1px 0px;
	text-decoration:none;
	padding: 0px;
	/*text-decoration:underline;*/
}

.calendar_component a.currentdate {
	background-color:#C82122;
	display:inline;	
	float:left;
	width:31px;
	height:22px;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:22px;
	margin:0px 1px 1px 0px;
	text-decoration:none;
	padding: 0px;
	/*text-decoration:underline;*/		
}

/* FÓRUM */

.td_temas_forum {
	padding: 5px;
	background-color: #EFEEEC;
	border: 1px solid #CCCCCC;
}

.td_temas_forum2 {
	padding: 5px;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
}

/* MAPA DO SITE */

.subtitles_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3372C2;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(/img/hr.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.subtitles_line a:active, .subtitles_line a:link, .subtitles_line a:visited {
	color: #3372C2;
	text-decoration:none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subtitles_line a:hover {
	color: #0096D7;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ul_first {
	padding: 0px;
	margin: 0px;
}

.li_first {
	list-style-position: outside;
	list-style-image: url(/img/seta_mapa.gif);
	line-height: 15px;
	padding: 0px;
}

/*p {
	margin-top: 4px;
	margin-bottom: 4px;	
	margin-left: 0px;		
	margin-right: 0px;			
}*/

/* BOLETIM */

.boletim {
	float:left;
	height:222px;
	width: 100%;
	z-index:30;
	position:relative;
}

.destaques {
	float:left;
	height:200px;
	width: 100%;
	z-index:30;
	position:relative;
}

.img_destaque {
	height:222px;
	width: 100%;
	z-index:30;
	position:absolute;
}

.destaque {
	margin-top: 174px;
	height:48px;
	width: 100%;
	z-index:40;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);  
	-moz-opacity: .8;  
	opacity: .8; 
	position:absolute;	
	color: #ffffff;
}

.destaque_txt {
	margin-top: 180px;
	margin-left: 10px;	
	width:95%;
	height:48px;
	color: #000000;
	font-weight: bold;
	position:absolute;		
	z-index:45;	
	line-height: 17px;
	display:inline;
	font-size: 15px;
}

.destaque_news {
	margin-top: 152px;
	height:48px;
	width: 100%;
	z-index:40;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);  
	-moz-opacity: .8;  
	opacity: .8; 
	position:absolute;	
	color: #ffffff;
}

.destaque_txt_news {
	margin-top: 158px;
	margin-left: 10px;	
	width:95%;
	height:48px;
	color: #000000;
	font-weight: normal;
	position:absolute;		
	z-index:45;	
	line-height: 17px;
	display:inline;
	font-size: 12px;
}

.destaque_txt a:link, .destaque_txt a:visited, .destaque_txt a:active, .destaque_txt_news a:link, .destaque_txt_news a:visited, .destaque_txt_news a:active {
	color: #DD3940;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}

.destaque_txt_news a:link, .destaque_txt_news a:visited, .destaque_txt_news a:active {
	color: #DD3940;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}

.destaque_txt a:hover, .destaque_txt_news a:hover {
	color: #DD3940;
	font-size:16px;
	text-decoration:underline;
}


/* GOOGLE MAPS */

.mapa_google {
	border: 4px solid #CCCCCC;
}
