body {
	background-color:#73B4FF;
	color:#333;
	margin:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

form {
	margin:0px;
	padding:0px;
}

hr {
	border: 0;
	height: 1px;
	color: #006784;
	background-color: #006783;
}

img {
    border: 0;
}

.put  {
	background-color: #ffffff;
	width: 90%;
	margin:4px 0px 6px 0px;
	color: #444;
	border: #006784 1px solid;
	font-family: verdana;
	font-weight: normal;
	font-size: 8pt;
}

.bot  {
	background-color: #ffffff;
	margin:6px 0px 6px 0px;
	color: #444;
	border: #006784 1px solid;
	font-family: verdana;
	font-weight: normal;
	font-size: 8pt;
	vertical-align:middle;
}

.minifotos img{margin:15px 18px 0px 0px; border: #ddd 4px solid;}
.minifotosb img{margin:15px 0px 0px 0px; border: #ddd 4px solid;}
.minifotos:hover img, .minifotosb:hover img{border: #73B4FF 4px solid;}
.minifotos:hover, .minifotosb:hover{border: #73B4FF; /* irrelevant definition to overcome IE bug */}

.chamada { background-color: inherit; font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 19px; line-height:22px; font-weight:bolder; color: #73B4FF; text-decoration: none; text-align:center; vertical-align:middle;}
A.chamada:Hover  { background-color: #73B4FF; color : #fff;}

.secao { background-color: inherit; font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px; line-height:24px; font-weight:bolder; color: #006784; text-decoration: none; text-align:left; vertical-align:top;}
A.secao:Hover  { background-color: #73B4FF; color : #fff;}

.info { background-color: inherit; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; line-height:12px; font-weight:normal; color: #006784; text-decoration: none; text-align:left;}
.info a { background-color: inherit; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; line-height:12px; font-weight:bold; color: #006784; text-decoration: none; text-align:left;}
a.info:Hover  { background-color: #73B4FF; color : #fff;}
.info a:hover { background-color: #73B4FF; color : #fff;}

.fototexto {
	float:left;
	margin: 0px 8px 2px 0px;
}


/* MENU TABLELESS ################################################ */


#blokmenu {
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border: 1px #006784 solid;
	border-bottom: none;
}

#blokmenu span {
	padding: 4px 2px 4px 10px;
	display: block;
	color: #fff;
	background-color: #73B4FF;
	border-bottom: 1px #006784 solid;
	text-align: left;
	text-decoration: none;
	font-weight:bold;	
}
			   
#listamenu li {
	display: inline;
}

#listamenu {
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#listamenu a {
	padding: 4px 2px 4px 10px;
	width:148px;
	display: block;
	background-color: #ffffff;
	border-bottom: 1px #006784 solid;
	text-align: left;
	text-decoration: none;
	color: #006784;
}
			   
#listamenu a:hover {
	background-color: #73B4FF;
	text-decoration: none;
	color:#ffffff;
}

/*#listamenu a:visited { color: #003C55; } */


/* lightbox ############################################## */

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#CC0000;}			
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

div.pagination {
  display: inline;
}
	

