@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	background-color: #E6EFDA;
	background-image: url(../imagens/bkg.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family: tahoma;
	font-size:12px;
	color: #333300;
}

a 
{ 
	color: #000000;
	font-size:11px;
	font-family: tahoma;
	text-decoration: underline;
}


.menutop {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #006c3c;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

a.menutop:hover { color:#333333; }

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

a.rodape:hover { color: #999999; }

.verdana12 {
	font-family: Verdana;
	font-size: 11px;
	color: #333300;
}
a.verdana12:hover {
	color: #9f9a3c;
	text-decoration: underline;
}

.tahoma12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333300;
}
a.tahoma12:hover {
	color: #9f9a3c;
	text-decoration: underline;
}

.tahoma11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333300;
}
a.tahoma11:hover {
	color: #9f9a3c;
	text-decoration: underline;
}

.tahomaPq {
	font-family: Tahoma;
	font-size: 9px;
	color: #333300;
}

.tituloint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: solid 2px #FFFFFF;
}

.ftborda {
	border:1px solid #c2ccb5;
}

.tahoma11vt {
	font-family: Tahoma;
	font-size: 11px;
}
a.tahoma11vt:hover {
	text-decoration: underline;
}

.tahomact {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
}
a.tahomact:hover {
	color: #9f9a3c;
	text-decoration: underline;
}

.emailDir {
	font-family: Tahoma;
	font-size: 12px;
	color: #819a62;
}
a.emailDir:hover {
	color: #819a62;
	text-decoration: underline;
}

.arial {
	font-family: Arial;
	font-size: 11px;
	color: #333300;
}
a.arial:hover {
	text-decoration: underline;
}
.arialPq {
	font-family: Arial;
	font-size: 9px;
	color: #333300;
}
a.arialPq:hover {
	text-decoration: underline;
}

.arialG {
	font-family: Arial;
	font-size: 16px;
	color: #333300;
}
a.arialG:hover {
	text-decoration: underline;
}

.arialEnd {
	font-family: Arial;
	font-size: 14px;
	color: #333300;
}
a.arialEnd:hover {
	text-decoration: underline;
}

.tahomaBold {
	font-family: Tahoma;
	font-size: 14px;
  font-weight: bold;
	color: #993333;
}

.textbox {
	border: solid 1px #999999;
	padding: 1px;
	color: #787878;
	font-family: tahoma;
	font-size: 12px;
}

.botao {
	border: 0px;
	background-color: #90AE6B;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

/* Menu Lateral - 11/06/2008 (Matheus) */
#int_menu {
width: 180px; /* Largura do menu */
margin-top: 9px;
float: left !important;
}
#int_menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0;
padding: 0;
}
#int_menu li p {
border-bottom: 1px solid #FFFFFF;
border-left: 0px solid #0066FF;
height:18px;
padding-left:10px;
padding-top: 5px;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
cursor: pointer;
margin: 0;
}
#int_menu li p.ativo {
background-image:url(../imagens/bkg_menu_css.jpg);
color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
#int_menu li p:hover {
font-weight:bold;
color: #006633;
background-image:url(../imagens/bkg_menu_css.jpg);
}
#int_menu li {
display:inline;
margin: 0;
padding: 0;
}
#int_menu li ul li {
background: #EEEEEE;
}
#int_menu li ul {
}
#int_menu li a {
background-image:url(../imagens/bkg_sub_menu_css.jpg);
display:block;
padding-left:20px;
font: 11px Tahoma;
font-weight:bold;
color: #FFFFFF;
display:block;
text-decoration:none;
height:17px;
padding-top: 5px;
border-bottom: 1px solid #FFFFFF;
}
#int_menu li a:hover, #int_menu li a:active, #int_menu li a.active {
color: #006633;
}

/* Efeito fundo fosco e imagem expande */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #FEFFFF; 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-image: url(data:image/gif;base64,AAAA); /* 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: #FEFFFF; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000000; }

