/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:2em; 
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberacive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid  #ffffff;
 font: bold 10px arial, sans-serif
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #cccccc;
 border-bottom: #ffffff;
 background: #eeeeee;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #666666; }
ul.tabbernav li a:visited { color: #666666; }

ul.tabbernav li a:hover
{
 color: #000000;
 background-color: #ffffff;
 border-color: #cccccc;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ffffff;
 color: #000000;
 border-bottom: 1px solid #ffffff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom:1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px ;
 font-size:10px;
 font-family: arial;
 color:#999999;
 font-weight: bold;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set ov????AE???C??¹??erflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
		
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	
		}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #eeeeee;
	}
	
/*GERAL*/	
body 
{
	background: #87a8b8 url(../img/back.jpg) repeat-x;
	margin:0px;
	padding:0px;
	border: 0px;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
}
#img{border: solid 3px;}
#img a{border: solid 3px;}
#img a:hover{border: solid 3px;}
.border
{ 
	padding:3px; 
	border: 1px solid #cccccc; 
	margin:5px;	
}
.border:hover
{ 
	padding: 3px; 
	border: 1px solid #000000; 
	margin:5px;	
}

textarea, select, input{
	font-size: 11px;
	font-family: Verdana;
	color: #666666;
    background-color: #eeeeee;
	border:1px solid #eeeeee;
	-moz-border-radius: 2px 2px 2px 2px;
}
td {
	font-size: 11px;
	font-family: Verdana;
	color: #333333;
/*	border: 1px solid #cccccc; */
}

#twitter_div ul {
	margin: 0;
	padding: 2px;
	font-size: 9px;
    font-family: verdana;
	color:  #ffffff;
	list-style-type: none;
	z-index:51;
}

#twitter_div ul li {
	font-size:9px;
    font-family: verdana;
	color:  #ffffff;
	padding: 2px;
	border-bottom: 1px solid #cccccc;
	z-index:51;
	
}

#twitter_div ul li a {
	text-decoration:none;
	font-size: 9px;
    font-family: verdana;
	color:  #999999;
	z-index:51;
}
#twitter_div ul li a:hover {
	text-decoration:none;
	font-size: 9px;
    font-family: verdana;
	color:  #ffffff;
	z-index:51;
}
#post
{
	position:absolute;
	left:0px;
	top:255px;
	width:980px;
	height:930px;
	font-family:Arial;
	font-size:12px;
	padding: 10px;
	background:#fff;
	color: #000000;
	overflow:auto;
	z-index:1
}
#postindex
{
	position:absolute;
	left:0px;
	top:255px;
	width:980px;
	height:950px;
	font-family:Arial;
	font-size:12px;
	padding: 10px;
	background:#fff;
	color: #000000;
	z-index:1
}
.titulo
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:11px;
	color: #2692b1;
    text-align:left;
}
.day
{ 
	color: #666666;
	font-size: 9px;
	font-family: tahoma;
	text-align: left;
}
.caixa
{
	padding:5px;
	margin:0px;
	background-color: #eeeeee;
	border-left: 1px solid #999999;
/*	height:120px;*/
}
h1{
background : none;
border-bottom : 1px dotted #666666;
margin : 0 0 3px 0;
padding : 0 0 1px 0;
font-size : 12px;
color :  #999999;
clear : both;
}
h2{
background : #397890;
margin : 0 0 3px 0;
padding : 2px;
font-size : 12px;
color :  #eee;
clear : both;
}
h3 {
background : none;
border-bottom : 1px dotted #f1f1f1;
margin : 0 0 3px 0;
padding : 0 0 1px 0;
font-size : 12px;
color : #50c7dd;
clear : both;
} 
h4{
background : none;
border-bottom : 1px dotted #cccccc;
margin : 0 0 3px 0;
padding : 0 0 1px 0;
font-size : 14px;
color : #333;
clear : both;
} 
.down li, .down ul  {
margin : 0px;
list-style : none;
padding : 0px;
}
.down ul li {
display : block;
width : 500px;
height : auto;
border-bottom : 1px solid #eeeeee;
margin : 0px;
padding : 5px;
top:0px;
float : left;
}
.down ul li a, .down ul li a:link, .down ul li a:active, .down ul li a:visited {
text-decoration : none;
color : #666666;
}
.down ul li a:hover {
text-decoration : none;
color : #000000;
} 
#diadia{
	position:absolute;  
	left:10px; 
	top:570px; 	
	width:140px; 
	height:auto;
	text-align:center;
	z-index:50
}
/*FIM GERAL*/

/*LINKS*/
a.um:link {text-decoration: none;color: #999999;}
a.um:visited {text-decoration: none;color: #999999;}
a.um:hover {text-decoration: none; color: #000000;}
a.um:active {text-decoration: none;color: #999999;}

a.artigo:link {text-decoration: none;color: #000000;}
a.artigo:visited {text-decoration: none;color: #000000;}
a.artigo:hover {text-decoration: underline; color: #000000;}
a.artigo:active {text-decoration: none;color: #000000;}

a.artigo2:link {text-decoration: none;color: #ffffff;}
a.artigo2:visited {text-decoration: none;color: #ffffff;}
a.artigo2:hover {text-decoration: underline; color: #ffffff;}
a.artigo2:active {text-decoration: none;color: #ffffff;}

/*FIM LINKS*/

/*TOP*/
#topo  {
	background : url(../img/topo.jpg);
	height :255px;
	width : 1000px;
	top:0px;
	margin : 0px;
	padding : 0px;
	clear : both; 
	border:0px;
	z-index: 2;
}
#busca{
	position:absolute;
	width :299px;
	margin : 0px;
	top:179px;
	left:790px;
	border:0px;
	z-index: 20;
	height: 62px;
}

#flash
{
	position:absolute;
	top:282px;
	left:170px;
	width:602px;
	height:200px;
	border:0px;
	z-index:10;
}

/*FOOTER*/
#fim {
	position:absolute;
	background: url(../img/footer.jpg);
	height :424px;
	background-position : bottom ;
	width :1000px;
	margin : 0px;
	padding : 0px;
	clear : both; 
	font-size:10px;
	border:0px;
	top:1225px;
	z-index:1;
}

#fim #txtfim
{
	position:absolute;
	/*left:20px;*/
	padding:250px 0 10px 10px;
	/*top:20px;*/
	width:1000px;
    /*height:60px;*/
	font-family:verdana; 
	font-size:10px;
	text-align:center;
	color: #fff;
	z-index:2;
}
#fim #caixa1
{
	position:absolute;
	left:3px;
	top:10px;
	width:320px;
	height:200px;
	padding:3px;
	color: #fff;
	border-right:1px solid #666;
	z-index:50
}
#fim #caixa2
{
	position:absolute;
	left:338px;
	top:10px;
	width:320px;
	height:200px;
	padding:3px;
	color: #fff;
	border-right:1px solid #666;
	z-index:50
}
#fim #caixa3
{
	position:absolute;
	left:670px;
	top:10px;
	width:320px;
	height:200px;
	padding:3px;
	color: #fff;
	z-index:50
}
#fim #design
{
	position:absolute;
	left:828px;
	top:333px;
	width:155px;
	height:73px;
	padding:3px;
	color: #fff;
	z-index:50
}
#fim #parceria
{
	position:absolute;
	left:5px;
	top:362px;
	width:647px;
	height:54px;
	padding:3px;
	color: #fff;
	z-index:50
}

/*FIM FOOTER*/


/*MENU*/
#menu
{
	position:absolute;
	top: 220px;
	left:5px;
	width:1000px;
	font-size:13px;
	font-family:arial;
	color:#ffffff;
	z-index:55;
}
#menu li a
{
	text-decoration:none;
	color:#ffffff;
	padding: 8px;
}
#menu li a:hover
{	
	text-decoration:none;
	background-color: #fff; 
	color:#276d87;
	padding: 8px;
}

.menu-hv, .menu-vv { position: relative; margin: 0; padding: 0; display: block; zoom: 1;}
 .menu-hv * ,    .menu-vv * { margin: 0; padding: 0 ; list-style: none}
 .menu-hv li ,   .menu-vv li { position: relative; line-height: 1.2em; vertical-align: top }
 .menu-hv a ,    .menu-vv a { display: block; zoom: 1; line-height: 1.2em }
 .menu-hv li ul, .menu-vv li ul { position: absolute; visibility: hidden; background-color: #276d87  }
 .menu-hv li:hover ul,  .menu-vv li:hover ul,
 .menu-hv li.hover ul,  .menu-vv li.hover ul { visibility: visible }
 .menu-hv li:hover ul ul,  .menu-vv li:hover ul ul,
 .menu-hv li.hover ul ul,  .menu-vv li.hover ul ul { visibility: hidden }
 .menu-hv li li:hover ul,  .menu-vv li li:hover ul,
 .menu-hv li li.hover ul,  .menu-vv li li.hover ul { visibility: visible }
 .menu-hv li li:hover ul ul,  .menu-vv li li:hover ul ul,
 .menu-hv li li.hover ul ul,  .menu-vv li li.hover ul ul { visibility: hidden }
 .menu-hv li li li:hover ul,  .menu-vv li li li:hover ul,
 .menu-hv li li li.hover ul,  .menu-vv li li li.hover ul { visibility: visible }
 /* características horizontal-vertical */
 .menu-hv:after, .menu-hv.after { content: "."; line-height: 0px; clear: both; display: block; visibility: hidden}
 .menu-hv li { float: left; }  
 .menu-hv li ul li { float: none; }
 .menu-hv li ul li ul { position: absolute; left: 100%; top: 0; }
 /* características vertical-vertical */
 .menu-vv { float: left; } 
 .menu-vv li ul { left: 100%; top: 0; }
 /* ****************************************
   ALTERE ABAIXO. defina a largura dos itens do seu menu abaixo
   ou apague as linhas se for definir em outro lugar */
 .menu-hv li { width: 110px;}
 .menu-vv li { width: 110px;}
 /*.menu-hv li a:hover { 
 	background-color: #3cb5c8;  
	border-bottom: 1px solid #1d96a9;
	font-size:11px;
	font-family:arial;
	color:#ffffff;
	padding: 3px;
	}
 .menu-vv li a:hover {
 	background-color: #3cb5c8;  
	border-bottom: 1px solid #1d96a9;
	font-size:11px;
	font-family:arial;
	color:#ffffff;
	padding: 3px;
	}*/
/*FIM MENU*/

/*FIM LATERAL*/

/*CORPO*/
#content
{
  position: relative;
  left: 50%;
  width: 1000px;
  top:0px;
  margin: 0 0 0 -500px;
}

#corpo
{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:800px; 
	height:100%; 
}
#fundo
{
    position: absolute;
	left:0px; 
	top:255px; 
	width:1000px; 
	height:1000px; 
    background-color:#ffffff;
	z-index:1
}
#form
{
	position:absolute; 
	left:447px; 
	top:148px; 
	width:300px; 
	height:29px; 
	z-index:30
}

#tops
{
	font-family: arial;
	font-size: 13px;
	text-align: left;
	color: #ffffff;
	background: #93a7ae;
	display: block;
	font-weight:bolder;
	padding: 8px;
	z-index:9;
	text-transform: uppercase;
}
#mapa
{
	position:absolute;  
	left:15px; 
	top:775px; 	
	width:232px; 
	height:155px;
	z-index:50
}
#bloco1
{
	position:absolute;
	left:3px;
	top:10px;
	width:320px;
	height:810px;
	padding:5px;
	border-right:1px solid #eeeeee;
	z-index:10
}
#bloco2
{
	position:absolute;
	left:338px;
	top:10px;
	width:314px;
	height:810px;
	padding:5px;
	border-right:1px solid #eeeeee;
	z-index:10
}
#bloco3
{
	position:absolute;
	left:670px;
	top:10px;
	width:320px;
	height:810px;
	padding:3px;
	z-index:10
}
#flags
{
	position:absolute;
	left:10px;
	top:910px;
	width:970px;
	height:150px;
	text-align:center;
	padding:5px;
	border-top:1px solid #eeeeee;
	z-index:50
}
#back
{
	position:absolute;  
	left:10px; 
	top:0px; 	
	width:360px; 
	height:460px;
	padding:5px;
	border: 1px solid #cccccc; 
	margin:5px;
	background:#fff;
	overflow:auto;
	z-index:50
}
#contador
{
	position:absolute;  
	left:200px; 
	top:190px; 	
	width:550px; 
	color:#fff;
	height:4auto;
	z-index:60;
}
