/* CSS Stylesheet 
 created by Causeway CSS Stylesheet Editor RCS 2001 
 www.causeway.co.uk/freestuf/cssedit/ */


/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
	height:100%;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	width: 100%;
/*min-height:100%; /* fix height for other browsers */
}
/** html #outer{height:100%;} /* IE6 and under treat height as min-height anyway*/

#main{
	background-image: url(../images/fundo_menu1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left:auto;
	margin-right:auto;
	width: 970px;
height:auto;
}

.pathway{
font-size:11px;
font-weight:bold;}

a{
	font-family: Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}

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

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #000000;
 margin: 0px;
 padding: 0px;
 	text-align: left;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
 	text-align: left;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
 	/*text-align: left;*/
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 10px;
 color: #000000;
 margin: 0px;
 padding: 0px;
 	text-align: left;
}

ul{
	list-style-type: disc;
	color:#990000;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 text-align:center;
 font-weight: bold;
 color: #334d55;
}

.atit_agrup{
 font-family: Arial,sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #767548;
 margin: 0px;
 padding: 0px;
 text-align: left;
}
#atit_agrup{
 font-family: Arial,sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #767548;
 margin: 0px;
 padding: 0px;
 text-align: left;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#navBar{
	float: left;
	width: 210px;

	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
height:100%;

}

#headlines{
	float:right;
	width: 20%;
	padding-right: 10px;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#content{
	float: left;
	width: 555px;
height:100%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	float: left;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	color: #000000;
	margin: 2px 0px 0px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	width: 100%;
	float: left;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	float: left;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 0px;
	height: 30px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 11px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 210px;
	padding-top: 55px;
}

/*#sectionLinks h3{
	padding: 10px 0px 2px 20px;
}*/

#sectionLinks a {
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;	/*height:18px;*/
}

#sectionLinks a:hover{
	/*height:18px;*/
}
#sectionLinks a:visited{
	/*height:18px;*/
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #666666;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 	color: #999966;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/*------------ #headlines styles ------------------------*/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 5px;
	font-size: 12px;
	width: 195px;
	height: 100%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



td,tr,p,div {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; padding:0px; }
/* h4 {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:color:#001122; }
h5 {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:color:#001122; }
h6 {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:color:#001122; }
a:link, a:visited {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#0000FF; text-decoration:none;
}
a:hover {color:#000000; background-color:#FFFFFF; text-decoration:none;
}
hr {background:#C0C0C0;
height:2px;
border:1PX inset none; }*/
a.mainmenu:link, a.mainmenu:visited {font-size:14px; font-weight:normal; color:#000000; font-weight:normal;
}
a.mainmenu:hover {font-weight:bold; color:#000099; }
.contentpane {
	border:0;
}

.sb_contentpane {
	border:0;
	background-color: #EEEEEE;
}

sb_sectiontableheader {
	border:0;
	background-color: #CCCCCC;
}

.contentpane_forum {
	border:0;
}

.contentpaneopen {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.contentpaneopentitle {
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-left:20px;
	background-color:#990000;
/*float: left;*/
	clear: both;
}

.contentpaneopentitle_newtit {
	padding: 0px;
	padding-left:20px;
	padding-top:5px;
	width: 240px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.contentpaneopentitle_newsnanet {
	padding: 0px;
	padding-left:20px;
	padding-top:5px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;}



.contentheading_newtit  {
font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}

.contentheading_newsnanet   {
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}


.contentpagetitle_newtit {font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}
.contentpagetitle_newtit:link  {
font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}
.contentpagetitle_newtit:visited  {color:#000000;
	text-decoration: underline;}
.contentheading_newtit:hover  {color:#990000;}


.contentpagetitle_newsnanet {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}
.contentpagetitle_newsnanet:link  {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}
.contentpagetitle_newsnanet:visited  {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}
.contentpagetitle_newsnanet:hover  {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-align:Left; padding:0px;color:#990000;}


.contentpaneopen_front{
	padding: 0px;
	padding-left:20px;
	padding-top:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	width: 100%;
}

.contentheading_front  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	white-space: nowrap;
	text-indent: 10px;
	padding-right:5px;
	margin: 0px;
	padding-left:20px;
	background-color:#990000;
	clear: right;
	width: 100%;
}

.componentheading_newtit  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	white-space: nowrap;
	text-indent: 10px;
	padding-right:5px;
	margin: 0px;
	padding-left:20px;
	background-color:#990000;
	clear: right;
	width: 100%;
}


.contentheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	white-space: nowrap;
	width:auto;
	text-indent: 10px;
padding-right:5px;
}

.contentpaneopenicons {
	padding: 0px;
	margin: 0px;
	float:right;
	clear: both;
	vertical-align: top;
	width: auto;
	background-color:#FFFFFF;
}

.buttonheading {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:#001122;
	width:auto;
	white-space: nowrap;
}

.contentpagetitle {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:Left;
	color:#001122;
	background-color: #FFFFFF;
	white-space: nowrap;
}

.contenttitlebg {
	width: 512px;
}

.bannerdiv{
width:100%;
height:100px;
}

.headbutsdiv{
	width:100%;
	height:95px;
	clear: both;
	float: left;
}

.contentdescription {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-align:Left; color:#000000; }
a.blogsection:link, a.blogsection:visited {font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000000; text-decoration:none;
font-weight:bold; font-size:13px;
}
a.blogsection:hover {font-weight:bold; text-decoration:underline; color:#990000; }
a.weblinks:link, a.weblinks:visited {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color:#001122; text-decoration:none;
font-weight:normal;
}
a.weblinks:hover {text-decoration:underline; color:#000000; }
a.readon:link, a.readon:visited {font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:Lime; text-decoration:none;
font-weight:normal;
}
a.readon:hover {font-weight:bold; text-decoration:underline; color:#000000; }
table.moduletable th {
	font-size:14px;
	font-weight:bold;
	text-align:Left;
	color:#FFFFFF;
	background-color:#990000;
	font:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	white-space:nowrap;
	width:100%;
	padding-left: 20px;
	padding-top: 2px;
}

table.moduletable {
width:95%;
	margin: 0px 0px 0px 0px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	}
/*---------------------------MENUS--------------------------------------	*/
table.moduletableagrup th {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	font:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	height:18px;
	white-space:nowrap;
	width:160px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 20px;
	padding-bottom: 2px;
	float: right;
}

table.moduletableagrup {
	margin: 0px;
	width: 200px;
	background-image: url(../images/menu_tab1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
.mainlevelagrup {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	font:Arial, Helvetica, sans-serif, Trebuchet MS, Verdana ;
	height:18px;
	white-space:nowrap;
	width:160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 8px;
	padding-left: 5px;
	padding-bottom: 2px;
	float: left;
	text-indent: -5px;
}

a.mainlevelagrup:link, a.mainlevelagrup:visited {font-size:14px; font-weight:bold; color:#000000;width:180px;
}
a.mainlevelagrup:hover {font-weight:bold; color:#FFFFFF; background-color:#959b67;width:180px;}

.sublevelagrup {
	font-size:12px;
	font-weight:bold;
	text-align:Left;
	color:#000000;
	white-space:normal;
	width:160px;
	margin-left:8px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

a.sublevelagrup:link, a.sublevelagrup:visited {font-size:11px; font-weight:bold; color:#000000;width:180px;}
a.sublevelagrup:hover {font-weight:bold; color:#FFFFFF; background-color:#969C67;width:180px;}
/*-----------------------------------------------*/

table.moduletablebairro th {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	font:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	height:18px;
	white-space:nowrap;
	width:160px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 20px;
	padding-bottom: 2px;
	float: right;
}

table.moduletablebairro {
	margin: 0px;
	width: 200px;
	background-image: url(../images/menu_tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	}
.mainlevelbairro {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	font:Arial, Helvetica, sans-serif, Trebuchet MS, Verdana ;
	height:18px;
	white-space:nowrap;
	width:160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 8px;
	padding-left: 5px;
	padding-bottom: 2px;
	float: left;
	text-indent: -5px;
}

a.mainlevelbairro:link, a.mainlevelbairro:visited {font-size:14px; font-weight:bold; color:#000000;width:180px;
}
a.mainlevelbairro:hover {font-weight:bold; color:#FFFFFF; background-color:#d2ba87;width:180px;}

.sublevelbairro {
	font-size:12px;
	font-weight:bold;
	text-align:Left;
	color:#000000;

	white-space:normal;
	width:180px;
	margin-left:8px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

a.sublevelbairro:link, a.sublevelbairro:visited {font-size:11px; font-weight:bold; color:#000000;width:176px;
}
a.sublevelbairro:hover {font-weight:bold; color:#FFFFFF; background-color:#ba9667;width:176px;}
/*-----------------------------------------------*/

table.moduletablenanet th {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	font:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	height:18px;
	white-space:nowrap;
	width:160px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 20px;
	padding-bottom: 2px;
	float: right;
}

table.moduletablenanet {
	margin: 0px;
	width: 200px;
	background-image: url(../images/menu_tab3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	padding-top: 00px;
	padding-bottom: 00px;
	margin-top: 20px;
	margin-bottom: 30px;
	}
.mainlevelnanet {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	font:Arial, Helvetica, sans-serif, Trebuchet MS, Verdana ;
	height:18px;
	display:block;
	/*white-space:nowrap;*/
	width:160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 8px;
	/*padding-left: 5px;*/
	/*padding-bottom: 2px;*/
	float: left;
	text-indent: -5px;
}

a.mainlevelnanet:link, a.mainlevelnanet:visited {font-size:14px; font-weight:bold; color:#000000;width:180px;
}
a.mainlevelnanet:hover {font-weight:bold; color:#FFFFFF; background-color:#d5867b;width:180px;}

.sublevelnanet {
	display:block;
	font-size:11px;
	font-weight:bold;
	text-align:Left;
	color:#00CC00;
	height:auto;
	white-space:normal;
	width:176px;
	margin-left:8px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 1.6em;*/
}


a.sublevelnanet:link, a.sublevelnanet:visited {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	width:176px;

}

a.sublevelnanet:hover {font-weight:bold; color:#FFFFFF; background-color:#cb635b;width:176px;}
/*---------------------------------------------------------------*/

.componentheading {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:Left;
	color:#FFFFFF;
	background-color: #990000;
}
/*.button {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#FFFFFF; background-color:#990000; font-style:normal; }*/


.button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aabbbf;
	border-right-color: #aabbbf;
	border-bottom-color: #aabbbf;
	border-left-color: #aabbbf;
	background-color: #990000;
	color: #FFFFFF;
	background-image: url(../images/btn_bg.gif);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.inputbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	width: auto;
}

.inputboxfiltro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 150px;
}

.tablefiltro {
margin-top:10px;
margin-bottom:10px;

}

#message .inputbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 200px;
}

.text_area{
width:100px;
}
.category {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#000000; text-decoration:none;
}
a.category:link, a.category:visited {font-weight:bold; color:#001122; }
a.category:hover {font-weight:bold; color:#000000; }
.poll {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; }
/*.sectiontableentry1, .contentpane {}
.sectiontableentry2 {}
.sectiontableheader {
	font-weight:bold;
	color:#000000;
	background-color: #FFFFFF;
}*/
.small {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#000000; text-decoration:none;
font-weight:normal;
}
.createdate {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; text-decoration:none;
font-weight:normal;
}
.modifydate {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#996600; text-decoration:none;
font-weight:normal;
}
/*ul {margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }*/
li {list-style-image:url('url(%27url(%27url(../images/arrow.png)%27)%27)');
}
.fase4rdf {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; font-weight:normal;
}
a.fase4rdf:link {font-size:11px; color:#000000; font-weight:normal;
}
a.fase4rdf:hover {font-weight:bold; color:#000000; }
table.searchintro {background-color:#FF8000; border:medium none SOLID 1px; }
table.contact {background-color:Gray; }
table.contact td.icons {background-color:#FF4000; }
table.contact td.details {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; background-color:#EFD93D; }

/*--------------------round corners 1----------------------*/
.blgrad { width:18px; height:18px; float:right; background-image:url(../images/corners/blgrad.gif); background-repeat:no-repeat;	background-position: right top;}

.brgrad { width:18px; height:18px; float:left; background-image:url(../images/corners/brgrad.gif); background-repeat:no-repeat;	background-position: left top;}

.tlgrad { width:18px; height:18px; float:right; background-image:url(../images/corners/2tlgrad.gif); background-repeat:no-repeat;	background-position: right bottom;}

.trgrad { width:18px; height:18px; float:left; background-image:url(../images/corners/2trgrad.gif); background-repeat:no-repeat; 	background-position: left bottom;}

.gradbgtop {
	height:110px;
	background-image: url(../images/barra_topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.gradbgbottom { height:18px; background-image:url(../images/corners/grad_bottom.gif); background-repeat:repeat-x;}

.gradbgleft {
	width:18px;
	height: 112px;
}

.gradbgright {
	width:18px;
	height: 112px;
}

/*--------------------round corners 1----------------------*/
.blgrad1 { width:18px; height:18px; float:right; background-image:url(../images/corners/1blgrad.gif); background-repeat:no-repeat;	background-position: right top;}

.brgrad1 { width:18px; height:18px; float:left; background-image:url(../images/corners/1brgrad.gif); background-repeat:no-repeat;	background-position: left top;}

.tlgrad1 { width:18px; height:18px; float:right; background-image:url(../images/corners/1tlgrad.gif); background-repeat:no-repeat;	background-position: right bottom;}

.trgrad1 { width:18px; height:18px; float:left; background-image:url(../images/corners/1trgrad.gif); background-repeat:no-repeat; 	background-position: left bottom;}

.gradbgtop1 {
	height:12px;
	background-image:url(../images/corners/1grad_top2.gif);
	background-repeat:repeat-x;
}

.gradbgbottom1 { height:12px; background-image:url(../images/corners/1grad_bottom2.gif); background-repeat:repeat-x;}

.gradbgleft1 { width:5px; background-color: #EEEEEE;}

.gradbgright1 { width:5px;background-color: #EEEEEE;}

/*--------------------round corners 1----------------------*/

/*--------------------round corners 1----------------------*/
.blgrad2 { width:18px; height:18px;  background-image:url(../images/corners/2blgrad.gif); background-repeat:no-repeat;	background-position: right top;}

.brgrad2 { width:18px; height:18px;  background-image:url(../images/corners/2brgrad.gif); background-repeat:no-repeat;	background-position: left top;}

.tlgrad2 { width:18px; height:18px;  background-image:url(../images/corners/2tlgrad.gif); background-repeat:no-repeat;	background-position: right bottom;}

.trgrad2 { width:18px; height:18px;  background-image:url(../images/corners/2trgrad.gif); background-repeat:no-repeat; 	background-position: left bottom;}

.gradbgtop2 { height:18px; background-image:url(../images/corners/2grad_top.gif); background-repeat:repeat-x; }

.gradbgbottom2 { height:18px; background-image:url(../images/corners/2grad_bottom.gif); background-repeat:repeat-x;}

.gradbgleft2 { width:18px; background-image:url(../images/corners/2grad_left.gif); background-repeat:repeat-y; }

.gradbgright2 { width:18px; background-image:url(../images/corners/2grad_right.gif); background-repeat:repeat-y;}

/*--------------------round corners 1----------------------*/
/*--------------------round corners left----------------------*/

.gradbgtop3 {
	height:12px;
	background-image:url(../images/corners/3grad_top.gif);
	background-repeat:no-repeat;
	background-position: center top;
}
.gradbgtop32 {
	height:25px;
	background-image:url(../images/colhead_meteo.jpg);
	background-repeat:no-repeat;
	/*background-position: center top; */
	width: 200px;
	background-color: #990000;
}

.gradbgbottom3 {
	height:12px;
	background-image:url(../images/corners/3grad_bottom.gif);
	background-repeat:no-repeat;
	background-position: center top;
}

.gradbgleft3 {
	width:1px;
	background-image:url(../images/corners/3grad_left.gif);
	background-repeat:repeat-y;
	/*float: right; */
	background-position: left top;
}

.gradbgright3 {
	width:1px;
	background-image:url(../images/corners/3grad_right.gif);
	background-repeat:repeat-y;
	/*float: left;*/
	background-position: right top;
}

/*--------------------round corners 1----------------------*/
#tablecontents{
	width:555px;
	height:100%;
}

.sectiontableentry1 {
	text-align: left;
	font-size: 10px;
	padding: 2px;
	background-color: #F0D5D0;
	height: 20px;
}
.sectiontableentry2 {
	background: #FFF;
	font-size: 10px;
	text-align: left;
	padding: 2px;
	height: 20px;
	background-color: #F8EBE9;
	color: #FFFFFF;
}


table.moduletableright_ th {
	text-align:center;
	color:#990000;
	font:bold 13px Arial, Helvetica, sans-serif;
	height:20px;
	white-space:nowrap;
	width:100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}

/*-----------------------------------------------------Custom HF HOMEPAGE _---------------------------------------------*/

.searchinputbox{
width:95px;
}

.sidecontents{
	height:auto;
	margin-top: 5px;
	width: 195px;
}
.contenttitletable{
	width:400px;
	height: auto;
	float: left;
}

.iconcontenttitletable{
	height: auto;
}

.maincontenttitletable{
background-color:#990000;
}
.searchbutton{
	background-color:#990000;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.right_modules_hf{
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.left_modules_hf{
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*-----------------------------------------------------*/
.blog_newtit {
	padding: 0px;
	margin:0px;
}

.blog_newtit table {
	padding: 0px;
	margin:0px;
}
.blog_newtit td {
	padding-left: 5px;
padding-right: 5px;
padding-top:5px;
}
.contentpaneopenicons_newtit {
	padding: 0px;
	float: right;
	clear: both;
	visibility: hidden;
	background-color:#FFFFFF;
	font-size: 2px;
}
a.readon_newtit:link{
font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight: bold;
}

a.readon_newtit:visited{
	color:#990000;
	font-weight: bold;
}
a.readon_newtit:hover{
	color:#333333;
	font-weight: bold;
}

/*-------------------------------------------------------------*/
.areareservada {
	height:25px;
	background-image:url(../images/colhead_reservada.jpg);
	background-repeat:no-repeat;
	/*background-position: center top; */
	width: 200px;
	background-color: #990000;
	float: left;
}
.blog{width:100%;}
 .blog_more_newtit2{
	width:100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
}
 .blog_more_newtit{
	width:100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
}
 
.nanet_homebuts{
	width:164px;
	height:130px;
	margin-top: 5px;
	margin-bottom: 10px;
}
/*-----------------------------------------------------------*/

.blog_newsnanet {
	padding: 0px;
	margin:0px;
}

.blog_newsnanet table {
	padding: 0px;
	margin:0px;
	width:508px;
}
.blog_newsnanet td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top:0px;
	/*color:#990000;
	font-weight:bold;
	font-style: italic;*/
}
.blog_sec_newsnanet{

	color:#990000;
	font-weight:bold;
	font-style: italic;
}



.contentpaneopenicons_newsnanet {
	padding: 0px;
	float: right;
	clear: both;
	visibility: hidden;
	background-color:#FFFFFF;
	font-size: 2px;
}
a.readon_newsnanet:link{
font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight: bold;
}

a.readon_newsnanet:visited{
	color:#990000;
	font-weight: bold;
}
a.readon_newsnanet:hover{
	color:#333333;
	font-weight: bold;
}


.title a:link, .title a:visited{
margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

.title a:hover{
margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	}


.category a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.category a:link, .category a:visited, .category a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.title {
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#main #content .feature .feature #tablecontents .contenttitlebg  .moduletable .box .box{
margin-top:10px;
margin-bottom:10px;
}


.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top:3px;
	margin-bottom:3px;
}

#main #content .feature .feature #tablecontents .contenttitlebg .moduletable_newsbox1 {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.readmore{
/*float:left;*/

}


.readmore a:link, .readmore a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #990000;
}

.readmore a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*------------------------------newtit2 -----------------------------*/
 .blog_more_newtit2{
	width:100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
}

.blog_newtit2 {
	padding: 0px;
	margin:0px;
}

.blog_newtit2 table {
	padding: 0px;
	margin:0px;
}
.blog_newtit2 td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	/*color:#990000;
	font-weight:bold;
	font-style: italic;*/
}
.blog_sec_newtit2{

	color:#990000;
	font-weight:bold;
	font-style: italic;
}



.contentpaneopenicons_newtit2 {
	padding: 0px;
	float: right;
	clear: both;
	visibility: hidden;
	background-color:#FFFFFF;
	font-size: 2px;
}
a.readon_newtit2:link{
font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight: bold;
}

a.readon_newtit2:visited{
	color:#990000;
	font-weight: bold;
}
a.readon_newtit2:hover{
	color:#333333;
	font-weight: bold;
}

.contentpaneopen_newtit2 {
	padding: 0px;
	padding-left:20px;
	padding-top:5px;
	width: 498px;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;*/
}

.componentheading_newtit2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	white-space: nowrap;
	text-indent: 10px;
	padding-right:5px;
	margin: 0px;
	padding-left:20px;
	background-color:#990000;
	clear: right;
	width: 100%;
}

.contentheading_newtit2  {
font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}
  
.contentpagetitle_newtit2  {font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:Left; color:#000000; padding:0px;width:100%;}
.contentpagetitle_newtit2:link  {font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}
.contentpagetitle_newtit2:visited  {font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:Left; color:#000000; padding:0px;}
.contentpagetitle_newtit2:hover  {font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:Left; padding:0px;color:#990000;}

.sectiontableheader_newtit2 {
/*padding-top:20px;*/
padding-bottom:2px;
margin-bottom:10px;
color:#990000;
font-size:13px;
font-weight:bold;
/*height:25px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.sectiontableentry1_newtit2 {
	padding: 0px;
	padding-left:0px;
	padding-top:5px;
	width: 100%;
	height:18px;

}

.sectiontableentry2_newtit2 {
	padding: 0px;
	padding-left:0px;
	padding-top:5px;
	width: 100%;
	height:18px;
}

.sectiontableentry1_newtit2 a:link, .sectiontableentry1_newtit2 a:visited,.sectiontableentry1_newtit2 a:hover {
color:#000000;
font-size:11px;
font-weight:bold;
	padding-left:0px;
	padding-top:5px;
	width: 100%;
	height:18px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;*/
}

.sectiontableentry2_newtit2 a:link, .sectiontableentry2_newtit2 a:visited,.sectiontableentry2_newtit2 a:hover {
color:#000000;
font-size:11px;
font-weight:bold;
	padding-left:0px;
	padding-top:5px;
	width: 100%;
	height:18px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;*/
}

.contentpaneopentitle_newtit2 {
	padding: 0px;
	padding-left:20px;
	padding-top:5px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.latestenews_newtit2:link,.latestenews_newtit2:visited, .latestenews_newtit2:hover {
color:#000000;
font-size:11px;
font-weight:bold;
	padding-left:0px;
	padding-top:5px;
	width: 100%;
	height:18px;
	
}
