@charset "utf-8";
/* CSS Document */

body {
	background-image: url(files/main_bg.gif);
	scrollbar-3dlight-color: #D1D7DC; /*CONTORNO BARRA*/
	scrollbar-arrow-color: #006699; /*SETA*/
	scrollbar-darkshadow-color: #98AAB1; /*CHANFRO EXTERIOR*/
	scrollbar-face-color: #DEE3E7; /*BARRA*/
	scrollbar-highlight-color: #FFFFFF; /*CHANFRO INTERIOR*/
	scrollbar-shadow-color: #DEE3E7; /*SOMBRA EXTERIOR*/
	scrollbar-track-color: #EFEFEF; /*FUNDO*/
	font-family:Tahoma;font-size:11px;
	/*cursor:default;*/
	
	
	
	margin: 0;
	padding: 0;
	color: #999999;
	background: #f2f1f1 url(bg1.gif) repeat-x;
	text-align: left;
	font-family: Arial, "Arial Narrow", Courier, Tahoma;
	font-size: 0.7em;
	line-height: 1.5em;
}


/* ###########################MENU#############################*/
.navegacao {
	float:left;
	width:820px;
	height:26px;
	border:none;
	background:rgb(220,220,220) repeat-x;
	color:#000066;
	font-size:3.0em;
	font-size:90%;
} /*Color navigation bar normal mode*/
.navegacao ul {
list-style-type:none;
margin-top:2px;
color:#000066;
}
.navegacao ul li {
	float:left;
	font-size: 11px;
	color:#000066;
	position:relative;
	border-right:solid 1px rgb(175,175,175);
	left: -45px;
}
.navegacao ul li ul {
	display:none;
	margin:0;
	border:none;
	margin-left:45px;	
	padding:0 0px 0px 0px; 
}


.navegacao ul li a {
	float:left;
	display:block;
	height:2.1em;
	line-height:2.1em;
	padding:0 11px 0 10px;
	text-decoration:none;
	font-weight:bold;
	color:#000066;
}
.navegacao ul li:hover {width:auto;}
.navegacao table {position:absolute; z-index:999; top:0; left:0; border-collapse:collapse;}

/*Non-IE6*/
.navegacao ul li:hover a {background-color:rgb(210,210,210); text-decoration:none;} /*Color main cells hovering mode*/
.navegacao ul li:hover ul {display:block; position:absolute; z-index:998; top:2.0em; margin-top:0.1em; left:0;}
.navegacao ul li:hover ul li ul {display: none;}
.navegacao ul li:hover ul li a {display:block; width:10em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 10px 4px 10px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.navegacao ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6*/
.navegacao ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color main cells hovering mode*/
.navegacao ul li a:hover ul {display:block; position:absolute;z-index: 998; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
.navegacao ul li a:hover ul li a {display:block; w\idth:10em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.navegacao ul li a:hover ul li a ul {visibility:hidden; height:0px; width:0px; position:absolute; z-index: 997;}
.navegacao ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/




/* ###########################MENU#############################*/


/* top elements */
* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: -50;
	margin-bottom: 50;
	margin-left: 50;
}

img{

}


/* links */
a {
	color: #3270B4;
	margin: 0px;
	text-decoration: none;
}
a:hover {
	color: #333333;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	color: #666666;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1em;
	font-weight: bold;
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 {
	font-size: 1.3em;
	text-transform:none;
}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #568EB6;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/*################################################################################################################*/
/*################################################################################################################*/
/*################################################################################################################*/
.email{
	float:left;
	background:url(images/icn_email2.gif) no-repeat left;
	padding: 0px 0px 0px 20px;
}
.TitleNews {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   

}

.FontTitleNews{
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}



.TextNews {
	height: auto;
	font-family: "Trebuchet MS", Arial, Courier, Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
}

/*################################################################################################################*/
/*################################################################################################################*/
/*################################################################################################################*/



/* form elements */
form {
	margin:10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FFFFFF;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #CCCCCC;
	color:#777;
	background-color: #F2F2F2;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}

form.searchform input.text { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 22px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

.textobox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #cccccc; 
	background: #f2f2f2;
	color: #929292; 
	height: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:bottom;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}
#content-banner {
	clear: both;
	width: 820px;
	height:144px;
	margin: 0;
	padding: 0;
	background-color: #999999;
}

/* header */

#header {
	position: relative;
	height: 85px;	
	background: #000 url(images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	/*font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;*/
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0px;
	right: 0px;
}


/* main */
#main {
	float: left;
	margin-left: 0px;
	padding: 0;
	width: 50%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* maininside */
#maininside {
	float: left;
	margin-left: 0px;
	padding: 0;
	width: 575px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	background:#FFFFFF;
	float: left;
	width: 23%;
	margin: 0;
	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #666666;
	border-left:4px solid #333333;
	text-decoration: underline;
}

/* rightbar */
#rightbar {
	float: right;
	width: 25%;
	padding: 0;
	margin:0;
}
	
	/* RODAPE */
	#Rodape {
		width: 820px; 
		height: 100%;
		float: center;
		clear: both;
		color: #FFF;
		margin: 0;
		padding: 0;
		height: 20px;
		font-size: 95%;
		background-color: #CCCCCC;
		border-top-width: 5px;
		border-top-style: solid;
		border-top-color: #999999;
	}
	#Rodape a { 
		text-decoration: none; 
		font-weight: bold;	
		color: #FFF;
	}
	#Rodape .Rodape-left{
		float: left;
		width: 73%;
	}
	#Rodape .Rodape-right{
		float: right;
		width: 27%;
	}
	
	/* RODAPE */


#header ul {
	z-index: 0;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: -2px;
	bottom: 3px !important;
	bottom: 5px;
	font: bold 12px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
}

#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left top;
}

.header ul li ul 
{
	display:none; 
	border:none;
}

/*Color navigation bar normal mode*/


#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

#header a span {float:none;}

/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* left and central column */
		.left_side { float: left; width: 159px; padding: 0px 5px 8px 8px; }
		.right_side { float: right; width: 405px; margin: 0 5px 0 0; text-align: justify; }
		
		.article { padding: 0 5px 0 0px; margin-bottom: 20px; }
		
	.grey_top { clear: both; width: 382px; background: #EDEDED url(grey_top.gif) no-repeat; color: #000; height: 5px; padding: 0; margin: 0px 0 0 6px; }
	.grey {
	width: 370px;
	margin: 0 0 0 6px;
	padding: 10px;
	background: #EDEDED url(grey_bottom.gif) no-repeat bottom left;
	color: #808080;
}
		
	.grey a {
	color: #4284B0;
	background: inherit;
	font-weight: bold;
	}
	
	.grey a:hover {
	color: #000;
	}
	
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
	}
	
		
/* right side
   ---------- */

/* left side
   --------- */

.right {
	float: right;
	width: 180px;
	margin: 0px 10px 30px 10px;
}
.rightfoto {
	float: left;
	width: 100px;
	margin: 0 0 10px 0;
}
	.box_top {
		background: #F0F0F0 url(leftbox_top.gif) no-repeat;
		color: #808080;
		height: 40px;
		width: 159px;
	}
	
	.box_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.box {
		border-left: 2px solid #F0F0F0;
		border-right: 2px solid #F0F0F0;
		padding: 0 4px 0 7px;
		margin: 0;
		width: 144px;
		color: #595959;
		background: #FFF;
	}
	
	.box_bottom {
		background: #FFF url(leftbox_bottom.gif) no-repeat;
		color: #000;
		height: 13px;
		width: 160px;
		margin: 0 0 7px 0;
	}

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

#LinkCinza {
	color: #666666;
	text-decoration: none;
}
#LinkCinza:hover {
	color: #000000;
	text-decoration: underline;
}
.textcontent {
	font-family: "Trebuchet MS", Arial, Courier, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;

}

.block {
background: #f0f0f0;
padding: 15px;
}
.boxcinza {
	background-color: #FFFFFF;
	height: 60px;
	width: 500px;
	margin-top: auto;
	margin-right: 80px;
	margin-bottom: auto;
	margin-left: 15px;
	font-family: Arial, "Arial Narrow", Courier, Tahoma;
	font-size: 12px;
	padding: 5px;
	color: #000000;
}
#LinkCinzaContent {
	color: #666666;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Courier, Tahoma, Verdana;
	font-size: 11px;
}
#LinkCinzaContent:hover {
	color: #000000;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Courier, Tahoma, Verdana;
	font-size: 11px;
}
#LinkDown {
	color: #666666;
	text-decoration: none;
	font-family: Arial, "Arial Narrow", Courier, Tahoma;
	font-size: 11px;
}
#LinkDown:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, "Arial Narrow", Courier, Tahoma;
	font-size: 11px;
}


a.verinfo:hover span{ 
    width:162px; 
    height:40px;
    font-size:12px;
    color:black;
}

a.tooltip
{
    position:relative; 
    padding:0;
    z-index:24;
}

a.tooltip:hover
{
    z-index:25; 
	text-decoration: none;
  }

a.tooltip span{display: none}

a.tooltip:hover span
{ 
    display:block;
    position:absolute;
    width:250px;
    top:25px;
    left:0px;
    font: 12px verdana, helvetica, sans-serif; 
    padding:5px 5px 15px;
    border:1px solid #D2D2D2;
    color:#565656;
    background-color:white;

}

a.tooltip h4{
	background:transparent url(bg_titulos.gif) no-repeat 0px 0px;
	padding-left:20px;

}
a.tooltip p{
	background:transparent url(bg_titulos.gif) no-repeat 0px 0px;
	padding-left:20px;

}

/*
a.tooltiprevenda:hover span{ 
    width:132px; 
    height:120px;
}
a.tooltip:hover span.home{ 
    display:block;
    position:absolute;
    width:150px; 
    text-align:left;
    top:140px;
    left:142px;
    font: 12px arial, verdana, helvetica, sans-serif; 
    padding:5px 10px;
    border:1px solid black;
    background:#cccccc; 
    color:#000;
    }
*/

.maitxt {
	height: auto;
	width: 400px;
	margin-left: 150px;
	margin-top: -150px;
	font-family: "Trebuchet MS", Arial, Courier, Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
}

.maitxt  h3{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;

}
.maitxt  h2{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;

}#LinkDown2 {
	color: #666666;
	text-decoration: underline;
	font-family: Arial, "Arial Narrow", Courier, Tahoma;
	font-size: 11px;
}
#LinkDown2:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, "Arial Narrow", Courier, Tahoma;
	font-size: 11px;
}
.textoboxform {
	margin: 0;
	border: 1px solid #cccccc;
	background: #f2f2f2;
	color: #929292;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:bottom;
}