/* Page background color */


body {
	background-color: #5D90E1;

}


/* Link at top of all index pages */


div.index_link {
	margin-top: 20px;
	text-align: center;
}


div.index_link a {
	color: blue;
	font-size: 1.5em;
}


/* Previous/Next navigation links for the index pages */


div.nav_index {
	position: relative;

	width: 90px;

	height: 20px;

	margin-top: 20px;

	margin-left: auto;

	margin-right: auto;

}


div.nav_index a {
	position: absolute;

	display: block;

	width: 35px;

	height: 20px;

}


div.nav_index a.nav_left {
	left:
 0px;
	background: URL('arrow_left.gif') no-repeat left top;

}


div.nav_index a.nav_right {
	left: 55px;

	background: URL('arrow_right.gif') no-repeat left top;

}


/* Previous/Next navigation links for the image pages */


div.nav_image {
	position: relative;

	width: 110px;

	height: 25px;

	margin: 10px auto;

}


div.nav_image a {
	position: absolute;

	display: block;

}


div.nav_image a.nav_left {
	width: 35px;

	height: 20px;

	left: 0px;

	top: 5px;

	background: URL('arrow_left.gif') no-repeat left top;

}


div.nav_image a.nav_up {
	width: 20px;

	height: 25px;

	left: 45px;

	background: URL('arrow_up.gif') no-repeat left top;

	margin-left: auto;
	margin-right: auto;

}


div.nav_image a.nav_right {
	width: 35px;

	height: 20px;

	left: 75px;

	top: 5px;

	background: URL('arrow_right.gif') no-repeat left top;

}


/* Zoom buttons */


div.zoom_image {
	position: relative;

	width: 60px;

	height: 20px;

	margin: 10px auto;

}

div.zoom_image img {
	position: absolute;

	display: block;

	top: 0px;

	cursor: pointer;

}


div.zoom_image img.zoom_left {
	left: 0px;

}


div.zoom_image img.zoom_right {
	left: 40px;

}


/* Home link when a popup page is opened as a regular page */


div.home_link {
	text-align: center;
                
 font-size: 1.2em; 
                font-weight: bold;
                color: #000099;
}


div.home_link a {
	color: blue;
	text-decoration: none;

}


/* Thumbnail page */


div.gallery_page {
	color: #000099;

	margin-top: 20px;

	margin-left: auto;

	margin-right: auto;

        text-align: justify;
}


div.gallery_page div.gallery_row {
	clear: both;

}


div.gallery_page div.gallery_row div {
	float: left;

	margin-left: 20px;

	margin-top: 20px;

}


div.gallery_page div.gallery_row div.gallery_first {
	margin-left: 0px;

}


div.gallery_page div.gallery_row div img {
	border: 0px;

	vertical-align: top;

}


div.gallery_page div.gallery_row div div {
	float: none;

	margin: 7px 0px 0px 0px;

}


div.gallery_page div.cleaner {
	clear: both;

	height: 1px;

	line-height: 0px;

	font-size: 1px;

	border: none;

	margin: 0px;

	padding: 0px;

	background-color: transparent;

}


/* Full-size image page */


img.image {
	display: block;

	margin-left: auto;

	margin-right: auto;

}


div.full_desc_top, div.full_desc_bottom {
	color: #000099;

}


div.full_desc_top {
	margin: 0px auto 7px auto;

}


div.full_desc_bottom {
	margin: 7px auto 0px auto;

                        text-align: justify;
                        height: 60px;
                        font-family: Arial, verdana, sans-serif;
                      
                        font-size: 1.1em; 

}

