/*****************************/
/*** Core html setup stuff ***/
/*****************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
/*address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}*/
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  display:inline;
}

body {
	margin: 0px 0px 0px 0px;
	width: 100%;
	display: table;
}

body, td{
	font-family: Arial,verdana;
	font-size: 13px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#9A0199;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; margin:0px; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	background: #fff url(../images/bg_site.jpg) top center repeat-x;
}

div#top_menu{
	height:34px;
	margin:0px auto 15px auto;
	width: 980px;
}

#topnav{ float:left; height: 34px; width:978px; margin: 0px; padding:0px;}
#topnav ul { width: auto; float: left; list-style-type:none; }
#topnav ul li{ margin: 0; padding: 0; height: 34px; float: left; position: relative;padding-right:4px;background: transparent url(../images/linha_menu.gif) top right no-repeat; }
#topnav ul li.item1 a{  color: #FFFFFF; font-weight: bold; padding: 10px 15px 8px 25px; display: block; float: left;text-transform:uppercase;background: transparent url(../images/ico_home.gif) 5px center no-repeat; }

#topnav ul li a{ color: #FFFFFF; font-weight: bold; padding: 10px 15px 8px 15px; display: block; float: left;text-transform:uppercase; }
#topnav ul li a:hover{ background-color: #870187; text-decoration: none; font-weight: bold; color: #fff; }
#topnav ul li ul ul { margin: -50px 0 0 11em; }
#topnav ul li li { width:auto; height: 34px; }
#topnav ul li li a { color: #000000; text-transform: none; display: block; background: none; width: 277px; border-top: 1px solid #DDDDDD; border-left: 0px; padding: 9px 10px 6px 10px; height:20px; }
#topnav ul li li a:hover{ background: none; background-color: #333333; left: 0; width: 277px; padding: 9px 10px 6px 10px; height:20px; border-top: 1px solid #DDDDDD; }
#topnav ul li ul { left: -999em; top: 49px; left: 0; display: block; height: 36px; width: 277px; position: absolute; z-index: 99; left: -999em; clear: left; margin-top: 0px; margin-left: 0px; }
#topnav ul li:hover ul ul, #topnav ul li:hover ul ul ul { left: -999em; }
#topnav ul li:hover ul, #topnav ul li li:hover ul, #topnav ul li li li:hover ul { left: auto; }


div#h_area{
	margin:0px auto 1px auto;
	height: 82px;
	width:980px;
	padding-top:18px;
}

.logo span {
	position:absolute;
	top:-200px;
}
a.logo,a.logo:link,a.logo:hover, a.logo:visited{
	font-size:26px;
	width:300px;
	height:65px;
	display: block;
	line-height: 58px;
	color: #1F1E1E;
	text-decoration:none;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/logo.gif) 0 0 no-repeat;
}
.article_column .contentpaneopen img { display:none; }
.contentpaneopen img { margin:0 15px 10px 0; }
div#main_bg{
	margin:0px auto;
	width: 978px;
	text-align:left;
	background: #FFFFFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
div#main_top{
	margin:0px auto;
	padding:0px;
	width: 978px;
	height: 210px;
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
}

div.banner{ background: #F3F3EB url(../images/banner.jpg) top center no-repeat; }
div#main_top table.contentpaneopen{
	padding:0px;
	margin-top:20px;
	margin-right:15px;
	width:600px;
	height:160px;
	overflow: auto;
	text-align:left;
	float:right;
}
div#main_top table.contentpaneopen td{
	color:#333333;
}
div#main_top table.contentpaneopen td a:link, div#main_top table.contentpaneopen td a:hover{
	color:#777777;
}

.search {
	text-align:left;
	width: 156px;
	height:43px;
}
.search .inputbox {
	background:#FFFFFF;
	width: 156px;
	height: 17px;
	font-size: 11px;
	color: #454545;
	margin:9px 0px 0px 20px;
	border: 1px solid #D3D3D3;
}


#leftcolumn{
	width:180px;
	float:left;
}
#rightcolumn{
	width:250px;
	float:right;
}

#maincolumn{
	width:500px;
	float:left;
	margin:0 20px 0 20px;
	overflow:hidden;
}
#maincolumn_middle{
	width: 740px;
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
	overflow:hidden;
}
#maincolumn_big{
	width: 967px;
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
	overflow:hidden;
}

div.nopad {
	width:100%;
}

div.nopad ul {
	clear: both;
}
.article_separator {
	height:25px;
	line-height:35px;
	clear:both;
	border-bottom:1px solid #ccc;
	display:block;
	margin-bottom:15px;
}
form#form-login fieldset { 
	border: none;
	margin: 0;
	margin-left:10px;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0px;
	font-size: 10px;
	color: #858585;
}

#leftcolumn div.module_menu, #leftcolumn div.module{
	margin-bottom:25px;
}
.article_column {
	padding-right:25px;
}
.column_separator { padding-right:0; }
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
	
}
div.bannergroup_text {
	margin:0px 13px 15px 13px;
}
.bannerheader {
	font-weight:bold;
	margin-bottom:10px;
}
.banneritem_text {
	margin-bottom:10px;
}
.bannerfooter_text {
	margin-bottom:10px;
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div div,
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
	background: url(../images/rub_bottom.png) center bottom no-repeat;
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div{


}

#leftcolumn div.module_menu div div div div, #leftcolumn div.module div div div div{
	background: none;
	padding:4px 8px;
}
table.poll thead td {
	text-align: left;
	padding-left:10px;
}
table.poll td {
	text-align: left;
}
#leftcolumn ul.menu li ul{
	list-style: none;
}
.pollstableborder {
	margin: 5px 0px 10px 0px;
}
.poll td div{
	display:inline;
}

/* forms */

#leftcolumn .moduletable ul,
#rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

.moduletable ul {
	padding:5px 10px 5px 12px;
	margin:0px;
}

.moduletable ul li {
	padding:0px 10px 5px 15px;
	margin:0px;
	line-height:18px;
}
#leftcolumn ul.menu li#current ul li,
#rightcolumn ul.menu li#current ul li {
	margin: 0px;
	padding: 0px;
}
ul.menu {
	width: 180px;
	background-color:#DFF2FF;
}
ul.menu li a, ul.menuli a:visited {
	display: block;
	padding: 5px 10px;
	border-bottom:1px solid #B2CCEB;
	voice-family: "\"}\""; 
	voice-family: inherit;
	color:#333;
	text-decoration: none;
	}
ul.menu li a:hover {
	background-color:#EFF8FF;
	color:#000;
	}
#leftcolumn h3,
#rightcolumn h3{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:9px 10px;
	background: #DFF2FF url(../images/bg_menu_tit.gif) left top repeat-x;
}
#rightcolumn .moduletablead { margin-bottom:25px;}
#twtr-widget-1 h3 { background:none; }
ul.menu li ul {
	padding:0px 0px 5px 0px;
	margin:0px;
}
ul.menu li ul li{
	padding:0px 0px 0px 15px;
	border:none;
}
ul.menu li#current ul li a{
	margin-left:15px;
	text-decoration:none;
}
ul.mostread {
	padding:5px 10px 5px 12px;
	margin:0px;
}
ul.mostread li{
	padding:0px 10px 5px 15px;
	margin:0px;
	line-height:18px;
}
ul.latestnews {
	padding:5px 10px 5px 12px;
	margin:0px;
}
ul.latestnews li{
	padding:0px 10px 5px 15px;
	margin:0px;
	line-height:18px;
}
div.componentheading{
	font-size:16px;
	font-size:19px;
	margin:7px auto;
}
td.contentheading{
	font-weight:normal;
	font-size:27px;
	color:#003399;
	padding-bottom:15px !important;
}
.contentpaneopen h3{
	font-weight:normal;
	font-size:18px;
	color:#003399;
	padding-bottom:15px !important;
}
.modulebusca { float:right;margin-top:6px;}
.buttonbusca { color:#fff; background-color:#333;padding:3px 4px;border:0; }
.modulebusca .searchbusca .inputboxbusca {padding:3px;border:0;width:221px;}
table.contentpaneopen td.contentheading{

}
a.contentpagetitle, a.contentpagetitle:visited {color:#003399;font-size:18px;font-weight:bold;}
table.contentpaneopen{
	border-collapse: collapse;
	width:100%;
}
td.buttonheading{
	padding:0px 2px 0px 2px;
}
table.contentpaneopen td{
	padding:0px;
}
.contentpaneopen p{
	line-height:140%;
}
span.small, td.createdate, td.modifydate{
	font-size:11px;
	color:#999999;
}
.rodape { background: url(../images/fundo_rodape.jpg) 0 0 repeat-x; }
.rodape .bottom { width:980px;margin:0 auto; }
span.pagination span, span.pagination a{
	padding:5px;
}
.moduledoacao { z-index:100;position:absolute; margin-top:-75px;margin-left:770px;color:#fff;}
.moduletableredes p { margin-bottom:10px; }
.moduletableredes {margin-bottom:25px; }
div#f_area{
	background: #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin:0px auto;
	width: 978px;
	text-align:left;
	margin-bottom:3px;
}
#f_area div.moduletable, #f_area div.moduletable_menu{
	float: left;
	margin:10px 4px 10px 6px;
	width: 234px;
}
#f_area h3{
	text-align: left;
	height: 51px;
	width: 184px;
	line-height: 51px;
	color:#000000;
	font-size:19px;	
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:0px;
	padding-left: 50px;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

#syndicate{
	float:left;
	padding-left: 25px;
}
.moduletablead2 { padding:20px 126px;}
.moduleflash { position:absolute;margin-top:-101px;margin-left:290px;z-index:1;}
.direitos {background-color:#A4D8FF;}
.moduletabledireitos { background-color:#A4D8FF; padding:20px 0;margin:0 auto; width:980px;}
.moduletablelink { padding:20px 0; height:190px; }
.moduletablelink h3 { font-size:17px;padding-bottom:5px;font-weight:bold;color:#fff !important; }
.moduletablelink a, .moduletablelink a:visited { color:#B3C2E1 !Important; }
.moduletablelink .col1, .moduletablelink .col2, .moduletablelink .col3, .moduletablelink .col4, .moduletablelink .col5 { float:left; padding-right:2%;margin-right:2%; width:18%; border-right:1px solid #335CAD;}
.moduletablelink .col3 { width:18%; }
.moduletablelink .col4 { color:#B3C2E1; width:30%;border-right:0;margin-right:0; }
.moduletablelink .col4 p { color:#B3C2E1; margin:15px 0 5px 0;}
.moduletablelink .moduletable { background-color:#fff;width:770px; margin:0 auto;border:0; padding:0; }