/*--------------------------------------------------
  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:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #125b93;
 font: bold 12px Verdana, 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 #125b93;
 border-bottom: none;
 background: #eeeeee;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #125b93; }

ul.tabbernav li a:hover
{
 color: #ffffff;
 background: #ca4825;
 border-color: #125b93;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ca4825;
 color: #ffffff;
 border-bottom: 1px solid #125b93;
}

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:12px;
 font-family: verdana;
 color:#125b93;
 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 overflow 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: #000;
	}
/*GERAL*/	
#content
{
  position: relative;
  left: 50%;
  width: 1000px;
  margin: 0 0 0 -500px;
}
body 
{
	background:url(../img/back.jpg) repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
}
#img{border: solid 3px;}
#img a{border: solid 3px;}
#img a:hover{border: solid 3px;}
.borda
{ 
	margin:5px;	
	padding: 3px; 
	border: 1px solid #cccccc; 	
}
.borda:hover
{ 
	margin:5px;	
	padding: 3px; 
	border: 1px solid #eeeeee; 
}

textarea, select {
	font-size: 12px;
	font-family: times;
	color: #666666;
	border:1px solid #cccccc;
	background-color: #eeeeee;
}
input {
	font-size: 12px;
	color: #666666;
	border:1px solid #cccccc;
	background-color: #eeeeee;
}
td
{
	font-family:verdana; 
	font-size:12px;
	color: #000000;
}
/*HS*/
h1
{
	font-weight:bolder;
	font-family:times; 
	font-size:15px;
	color: #000000;
    text-indent: 10pt;
	padding-left: 5px;
	padding-right: 5px; 
	padding-bottom: 2px;
	padding-top: 2px;
	border: 1px solid #666666; 
	text-align:left;
}
h2
{
	font-family:verdana; 
	font-size:15px;
	margin:0;
	padding:0px;
	border-bottom: 1px solid #666666;
	font-weight: bolder;
	color: #666666;
}
h3
{
	font-family:verdana; 
	font-size:12px;
	margin:0;
	padding:0px;
	font-weight: bolder;
	color: #ff9900;
}
h4
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:12px;
	color: #a82a77;
    border-bottom: 1px solid #d6d6b9;
    padding-bottom: 5px;
    text-indent: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
}
h5
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:12px;
	color: #333333;
    text-indent: 10pt;
    width: 260px;
	height: 15px;
    padding: 1px 1px 1px 1px;
    background-color: #ecece3;
	text-align:left;
}
h6
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:10px;
	color: #666666;
    text-indent: 10pt;
	padding:0px;
	text-align:justify;
}
/*FIM HS*/

/*FIM GERAL*/

/*TOPO*/	
#topo
{	 
	position:absolute;
	left:0px; 
	top:0px; 
	width:1000px; 
	height:334px;
	z-index:2;
	background: url(../img/topo.jpg);
}
#topo #busca
{	 
	position:absolute;
	left:680px; 
	top:90px; 
	width:300px; 
	height:auto;
	z-index:2;
	padding:5px;
	/*background-color:#f4e7bb;*/
}
#topo #data
{	 
	position:absolute;
	left:650px; 
	top:55px; 
	width:300px; 
	height:20px;
	z-index:50;
	padding:5px;
	color:#fff;
}
#topo #banner
{	 
	position:absolute;
	left:344px; 
	top:139px; 
	width:630px; 
	height:184px;
	z-index:2;
	padding:5px;
	/*background-color:#f4e7bb;*/
}
/*FIM TOPO*/
/*FOOTER*/
#fim
{
	position:absolute; 
	left:0px; 
	top:807px; 
	width:1000px; 
	height:94px;
	background: url(../img/fim.jpg) no-repeat;
	z-index:1
}
#fim #txtfim
{
	position:absolute; 
	left:580px; 
	top:70px; 
	width:420px; 
	height:16px; 
	color: #333333;
	z-index:7
	
}
#fim #logo
{
	position:absolute; 
	left:80px; 
	top:20px; 
	width:180px; 
	height:16px; 
	color: #333333;
	z-index:7
	
}
/*FIM FOOTER*/
/*CORPO*/
#anuncio
{
	position: absolute;
	left:332px;
	top:434px;
	width:658px;
	height:70px;
	z-index:50
}
#fundo
{
	position: absolute;
	left:0px;
	top:331px;
	width:1000px;
	height:425px;
	background: url(../img/corpo.jpg);
	z-index:1
}
#tops
{
	font-family: arial;
	font-size: 22px;
	text-align: left;
	color: #c01918;
	text-indent:25pt;
	display: block;
	height:40px;
	/*font-weight:bolder;*/
	background: url(../img/backtop.png);
	padding: 3px 3px 3px 3px;
	z-index:9;
}
#post
{
	position:absolute;
	left:0px;
	top:340px;
	width:1000px;
	height:469px;
	text-align: left;
	font-family:verdana;
	font-size:11px;
	color: #000000;
	overflow:auto;
	/*background: #e3e3e3;*/
	z-index:10
}
.day2
{ 
	color: #fff;
	font-size: 9px;
	font-family: tahoma;
	text-align: left;
}
.day
{ 
	color: #666666;
	font-size: 9px;
	font-family: tahoma;
	text-align: left;
}
.titulo
{
	font-weight:bolder;
	font-family:arial; 
	font-size:13px;
	color: #933d02;
    text-align:left;
}
.bloquote
{	
	color: #bb0001;
	font-size: 12px;
	font-family: arial;
	font-weight:bold;
	text-align: left;
	background: #efdb9e;
	border: 1px dotted #e2cb87;
	padding: 5px 5px 5px 5px;
	margin:10px;
}
#bloco1
{
	position:absolute;
	left:114px;
	top:56px;
	width:201px;
	height:84px;
	z-index:45
}
#bloco2
{
	position:absolute;
	top: 56px;
	left: 464px;
	width: 180px;
	height: 85px;
	text-align:right;
	z-index:10;
}
#bloco3
{
	position:absolute;
	top: 56px;
	left: 773px;
	width: 202px;
	height: 82px;
	z-index:10;
}
#bloco4
{
	position:absolute;
	top: 207px;
	left: 20px;
	width: 302px;
	height: 197px;
	z-index:10;
}
#bloco5
{
	position:absolute;
	left:349px;
	top:207px;
	width:300px;
	height:200px;
	text-align:left;
	color: #ffffff;
	z-index:10
}
#bloco6
{
	position:absolute;
	left:673px;
	top:209px;
	width:313px;
	height:200px;
	text-align:left;
	z-index:26
}
#pastoral
{
	position:absolute;
	left:326px;
	top:500px;
	width:244px;
	height:161px;
	font-family: arial;
	font-size: 11px;
	text-align:left;
	z-index:26
}

/*FIM CORPO*/

/*MENU*/
#lateral
{
	position:absolute;
	left:40px;
	top:180px;
	width:270px;
	height:600px;
	border-right: 1px dotted #bbae81;
	padding-right:5px;
	z-index:60;
}
#lateral #news
{
	position:absolute; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #55554d;
	left:0px; 
	top:300px; 
	width:900px; 
	height:60px;
	list-style : none;
    float : left;
	z-index:50
}
#menu
{
	position:absolute;
	top: 30px;
	left:320px;
	width:600px;
	font-size:12px;
	font-family:arial;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	z-index:100;
}
#menu li a
{
	text-decoration:none;
	background-color: #f3a800;
	color:#ffffff;
	padding: 5px;
}
#menu li a:hover
{	
	text-decoration:none;
	background-color: #c01918; 
	color:#ffffff;
	padding: 5px;
}

.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  }
 .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: 100px;}
 .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*/

/*LINKS*/
a.um:link {text-decoration: none;color: #333333;font-weight:bold;}
a.um:visited {text-decoration: none;color: #333333;font-weight:bold;}
a.um:hover {text-decoration: none; color: #125b93;font-weight:bold;}
a.um:active {text-decoration: none;color: #333333;font-weight:bold;}

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.branco:link {text-decoration: none;color: #fff;}
a.branco:visited {text-decoration: none;color: #fff;}
a.branco:hover {text-decoration: underline; color: #fff;}
a.branco:active {text-decoration: none;color: #fff;}

a.red:link {text-decoration: none;color: #c01918; font-weight:bold;}
a.red:visited {text-decoration: none;color: #c01918; font-weight:bold;}
a.red:hover {text-decoration: underline; color: #c01918; font-weight:bold;}
a.red:active {text-decoration: none;color: #c01918; font-weight:bold;}

a.classe1:link{text-decoration: none;padding:5px;color: #ffffff;}
a.classe1:visited{text-decoration: none;padding:5px;color: #ffffff;}
a.classe1:hover{text-decoration: none;padding:5px;color: #eeeeee;}
a.classe1:active{text-decoration: none;padding:5px;color: #ffffff;}

a.classe2:link{text-decoration: none;padding:5px;font-family: Georgia;font-size:12px;color: #fff; }
a.classe2:visited{text-decoration: none;padding:5px;font-family: Georgia;font-size:12px;color: #fff;}
a.classe2:hover{text-decoration: none;padding:5px;font-family: Georgia;font-size:12px;color: #eee;}
a.classe2:active{text-decoration: none;padding:5px;font-family: Georgia;font-size:12px;color: #fff;}


/*FIM LINKS*/
