@charset "utf-8";

/* body controls */

html { 
	background: #004e85;
	/*height: 100%;*/
} 

body  {
	/*overflow: scroll;*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0160a2;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
/*
	background-image:url(../images/filete.jpg);
	background-repeat: repeat-x;
*/
	/*height: 100%;*/
}
#mainContent a,a:visited{
color:#000;
text-decoration:none;
}
#mainContent a:hover{
color:#000;
text-decoration:underline;
}

img {
	border: 0;
}

/* containers */

#separator {
	width: 100%;  /* this will create a container 80% of the browser width */
	height: 25px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#container {
	width: 770px;  /* this will create a container 80% of the browser width */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #004e85;
	padding: 9px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
} 

#header {
	background: #DDDDDD;
	padding: 0px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 122px;
	z-index: 0;
}

#menubar {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 21px;
	background-image: url(../images/bar.jpg); 
	clear: both;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	line-height: 22px;
	font-size: 10px;
}
#menubar a, a:visited {
	text-decoration: none;
	color: #FFF;
	}
#menubar a:hover {
	text-decoration: underline;
	color: #ffae00;
	}


#wrap {
	height: 100%;
}


/* header */
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* left side navigation */
#navcontainer {
	overflow: hidden;
	position: relative;
	top: 0px;
}
#navcontainer ul {
	padding: 0px;
 	display: inline-block;
	margin: 0px;
	top: 0px;
}
#navcontainer li {
	line-height: 32px;
	margin: 0px 10px 0px 0px;
	height: 32px;
	background-color: #fff;
	border-bottom:1px dotted #d8d8d8;
/*	text-transform: uppercase; */
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
/*
	border-bottom: 1px solid #556064;
	border-right: 1px solid #556064;
	border-top: 1px solid #9fAAAE;
	border-left: 1px solid #9fAAAE;
*/
    display: inline-block;
	cursor: pointer;
}

.navbut1 {
	background-image: url(../images/nav1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.navbut2 {
	background-image: url(../images/nav2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.navbut3 {
	background-image: url(../images/nav3.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.navbut4 {
	background-image: url(../images/nav4.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

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

#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 216px; /* since this element is floated, a width must be given */
	margin-top: 20px;
	height: 100%;
	padding: 0px;
	
}


/* right side navigation */
#canvas {
/*
	background: #8a8154 none repeat scroll 0%;
*/
	color:#222222;	
	width: 214px; 
	height: 100%;	
	overflow:  hidden;
}
.SpryHiddenRegion{
	display: none;
}
#menuplacer {
/*
	background: #8a8154 none repeat scroll 0%;
*/
	overflow:  hidden;
	
	color:  #222222;
	cursor: default;
	font-size: 10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	position: relative;
	text-align:left;
	width: 214px;
	height: 412px;	
}

.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 214px; /* since this element is floated, a width must be given */
	/*
background: #EBEBEB;
*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
	height: 100%;
	
}

#slider {
	height:0px;
	position: relative;
	float: left;
	width: 214px;
}

#menu {
	/*height:0px;*/
	clear: none;
	position: relative;
	float: left;
	width: 214px;
}

#repeater div {
	padding: 0 5px 0 10px;
	margin-bottom: 5px;
}

#repeater a {
	color: #FFFFFF;	
	text-decoration: none;		
	cursor: pointer;
}

#repeater {
	vertical-align: middle;
	clear: both;
	display: block;
	width: 214px;
	height: 30px;	
	margin: 0px;
	list-style: none;
}

#showall, #showallshown {
	z-index: 2;
	top: -30px;
	padding-top: 8px;
	display: block;
	clear: both; 
	position: relative;
	width: 214px;
	padding-left: 10px;
	text-align: left;
/*
	background-color: #98ACB6;
*/
	color: #000;
	height: 22px;
	cursor: pointer;
}

#colorbar {
/*
	background-color: #98ACB6;
*/
	height: 30px;
	z-index: 0;
}

/* center content */

#mainContent {
	overflow: hidden;
	padding: 0 10px;
	margin: 20px 0;
	width: 317px;
	float: left;
	border-left:1px dotted #d8d8d8;
	border-right:1px dotted #d8d8d8;
	background: #fff;
	min-height: 100%;
	font-size: 11px;
}

#ctitle {
/*
	border-top: 1px #9faaae solid;
	border-left: 1px #9faaae solid;
	border-bottom: 1px solid #556064;
	border-right: 1px solid #556064;
*/
	border-bottom:1px dotted #d8d8d8;
	padding-top: 15px;
	margin-left: 10px;
	height: 22px;
	font-size: 15px;
/*
	background-color: #8a8154;
*/


}

/* footer */

.thrColLiqHdr #footer2 {
	display: none;
	background: #313131;
	line-height: 30px;	
}

.thrColLiqHdr #ftitle {
	background: #313131;
	line-height: 20px;
	padding-left: 10px;
	font-size: 10px;
	color: #fff;
	/*
float: left;
*/
}

#fcopyright {
	background: #313131;

	float: left;
	font-size: 9px;
	text-align: right;
}

#footer {
	/*padding: 0 10px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* link format */

/* text format */


#lefttext {
	height: 100%;
	padding: 0;
}
/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* varios */

#sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#ptitle {
	padding: 50px 0px 4px 0px;
	font-size: 15px;
}

#placer {
	margin: 0px;
	position: relative;
	padding-left: 0;
	margin: 0;
	top: -30px	;
}

#dataarea {
	margin-top: 8px;
	float:left;
	width: 150px;
	color: #000000;
	font-size: 10px;
	font-weight: 100;
	white-space: nowrap;
}

#rightnav {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}

#leftnav, #leftnavshown {
	z-index: 2;
	top: -30px;
/*
	background-color: #98ACB6;
*/
	display: block;
	clear: both; 
	position: relative;
	width: 214px;
	padding-top: 8px;
	padding-left: 10px;
	text-align: left;
	color: #000;
	height: 22px;
	cursor: pointer;
}

/* show all action css*/

#mainContent li{ 
	clear: both;
	white-space: nowrap;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
#mainContent li a{ 
	float: left;
}
#mainContent li div{ 
	position: relative;
	width: 16px;
	right: 0px;
	float: right;
}

#mainContent ul{  
	list-style-type: none;
	padding: 10px 0 10px 20px;
	margin: 0;
}
#mainContent p{  
	padding: 0;
	margin: 0;
}
.topoftree {
	padding: 0 0 10px 0;
}
/* Bloco de noticias */ 

.footer_submenu {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:70%;
	font-size-adjust:none;
	font-style:normal;
font-variant:normal;
font-weight:normal;
border-top:1px dotted #d8d8d8;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px 10px 15px 0px;
padding:0px;
}
.footer_submenu li {
border-bottom:1px dotted #d8d8d8;
line-height:130%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
.footer_submenu li a {
color:#759398;
display:block;
padding:4px 0px 4px 2px;
text-decoration:none;
outline: none;
-moz-outline: none; 
}
.footer_submenu li a:visited {
color:#759398;
text-decoration:none;
}
.footer_submenu li  a:hover {
background-color:#0160a2;
color:#FFFFFF;
text-decoration:none;
}
.footer_submenu a#readmore:hover {
background-color:#FFF;
color:#759398;
text-decoration:none;
}
/*popups*/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}