/* photo detail 
--------------------------------------- */

 #header {
	background-image: url(header_photo.jpg);
	text-align: left;
}
  
#headerphoto {
	position: absolute;
	height: 50px;
	padding: 10px;
	_margin-left: 10px;
	margin: 0px auto 0px 0px;
	display: block;
	color: black;
	font-family:  Georgia, serif;
	font-size: 22px;
	text-transform: none;
	_border: 1px solid black;
	text-align: left;
}
#headerphoto a, #headerphoto a:link, #headerphoto a:visited{
	color: black;
	text-transform: none;
}

 #pagebodycontent {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#pagebodycontent form {
	position:absolute;
	_display: none;
	_background-image: url(../assets/semi-transparent.png);
	height: 60px;
}

    .vatable {
		background-color: inherit;
		width: 786px;
			height: 60px;
		padding: 0px 0px 0px 0px;
	}
    .nav_next_button {
    	background: url(../assets/nav_next_photo.png) no-repeat center;
	    width: 60px;
        height: 60px;
    }
    .nav_prev_button {
    	background: url(../assets/nav_prev_photo.png) no-repeat center;
	    width: 60px;
        height: 60px;
    }
    .nav_empty_button {
    	background-image: url(../assets/nav_empty_photo.png);
	    width: 60px;
        height: 60px;
    }
 
 #mainimage {
	display: none;
}
	
 .maincell 	{ 
	padding: 3px 10px 3px 10px;
	}
 
 .photodetail {
	 width: 786px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #fcfcfc;
	color: black;
	display: none;
 }

 .photodetailsquare {
	 background-color: #eeeeee;
	 width: 60px;
	 height: 60px;
	 font-family: Georgia;
	 text-align: center;
 }
 .photodetailsquare2 {
	 background-color: #fcfcfc;
 }
.smaller {
	font-size: 80%;
}

.larger {
	font-size: 120%;
}
