body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #495678;
	background-image: url(../imagens/fundo.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.Destaque {
	font-size: 12px;
	font-weight: bold;
	color:#3C4762;
}


.textorodape {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.menu_barra:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
}
.menu_barra:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
}
.menu_barra:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#009999;
	text-decoration: none;
}

/* MENU */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px;
}

.glossymenu a.menuitem{
background: black url(../js/glossyback.gif) repeat-x bottom left;
font: bold 11px Verdana, Helvetica, sans-serif;
color: #1D4555;
display: block;
position: relative; 
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #1D4555;
}

.glossymenu a.menuitem .statusicon{ 
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../js/glossyback2.gif);
}

.glossymenu div.submenu{ 
background: #F3F3F3;
}

.glossymenu div.submenu ul{ 
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li a{
display: block;
font: 11px Verdana, Helvetica, sans-serif;
color: #1D4555;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #CCCCCC;
colorz: white;
}

/*Formulario*/
.formFields {
 text-family:Verdana, Arial, Helvetica, sans-serif; 
 text-size:11px;
 color:#666666;
 background:#f3f3f3;
 border: 1px solid  #3C4762;

}


/*MENU CASES*/
.menubv {
list-style: none;
width: 15.5em;
padding: 0;
margin: 0;
color: #3C4762;
font: 11px Verdana, sans-serif;
}
.menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
.menubv li {
margin: 0;
}
.menubv li a{
list-style: none;
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
background-color: #f3F3F3;
color: #3C4762;
text-decoration: none;
}
.menubv li a:hover{
list-style: none;
background-color: #CCCCCC;
color: #3C4762;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#menubv  li { float: left; height: 1%; }
* html ul#menubv  li a { height: 1%; }



/*LIGHT BOX*/
#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: #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-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: #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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
