/***************************
MAVO NEW FOLIO SYLE SHEET
***************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d0d0d;
	margin: 0px;
	padding: 0px;
	background-color: #0d0d0d;
	
}
#wrapper {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 5px;
	width: 800px;
	background-color: #FFF;
	border-left: solid 1px #5A664B;
	border-right: solid 1px #5A664B;
	border-bottom: solid 1px #5A664B;
	border-top: solid 1px #5A664B;
}
#header {
	width: 800px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
#nav {
	text-align: right;
	width: 129px;
	height: 630px; /* Was 530 before 20090513 and 600 before 20090817 */
	margin: 0px;
	padding: 0px;
	float: left;
}
#viewer {
	width: 299px;
	height: 630px; /* Was 530 before 20090513 and 600 before 20090817 */
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 1.5em;
}
#images {
	text-align: center;
	width: 370px;
	height: 630px; /* Was 530 before 20090513 and 600 before 20090817 */
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer {
	color: #A9B5BC;
	font-size: 10px;
	width: 794px;
	margin: 0px;
	padding: 3px;
	clear: both;
}

/**** LISTS STYLES ****/

.nav_heading {
	font-weight: bold;
	color: #0d0d0d;
	padding: 0px 10px 1px 1px;
	margin-bottom: -5px;
}

#nav ul {
	margin: 10px 10px 0px 0px;
	padding: 0px;
}


#nav ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#mainnav {
	margin: 0px 0px 0px 89px;
	padding: 0px;
}

#mainnav li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mainnav img {
	border: 0px;
}

#mainnav #slice_1 {
	background-image:url(folio_imgs/mavo_folio_topbar_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainnav #slice_2 {
	background-image:url(folio_imgs/mavo_folio_topbar_off_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainnav #slice_3 {
	background-image:url(folio_imgs/mavo_folio_topbar_off_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainnav #slice_4 {
	background-image:url(folio_imgs/mavo_folio_topbar_off_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainnav #slice_5 {
	background-image:url(folio_imgs/mavo_folio_topbar_off_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainnav #slice_6 {
	background-image:url(folio_imgs/mavo_folio_topbar_off_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/**** LINKS STYLES ****/

a:link {
	color: #009AD9;
	text-decoration: none;
}
a:visited {
	color: #009AD9;
	text-decoration: none;
}
a:hover {
	color: #7ad8ff;
	text-decoration: none;
}

/**** VIEWER STYLES ****/

#viewer .title {
	font-weight: bold;
	/*color: #BF0000;*/
}

#viewer .italic {
	font-style: italic;
}


#viewer p {
	margin-left: 10px;
	margin-right: 10px;
}

.select {
	font-size: 24px;
	font-weight: bold;
	color: #0D0D0D;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.select_small {
	font-size: 11px;
	font-weight: normal;
	color: #0D0D0D;
	margin: 0px;
	text-align: center;
	}
.footnote {
	font-size: 10px;
	line-height: 1.2em;
}

/**** IMAGES VIEWER STYLES ****/

#images img {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border: 0px;
}

/******************************
*******************************
*******************************/

/**** LIGHTBOX STYLES ****/

#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; }
