div#veil {
  background-color: #080808;
}

div#gallery {
	background-color: #7D7D7D;
	border: 2px solid #FFFFFF;
}

div#masthead {
	height: 22px;
	background-color: #FFF;
}

div#masthead h1 {
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
	font-size: 10pt;
	margin: 0 20px 0 0;
	padding: 4px 0 0 8px;
	font-weight: bold;
	color: #000;
}

/*
div.innerFrame img {
	border: 2px solid #333;
}
*/
div#gallery div#ref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CCC;
	padding: 0 6px 0 0;
}

div#captionFrame {
	position: absolute;
	width: 100%;
	background-color: #FFF;
}

p#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	color: #000;
	margin: 2px 0 0 0;
	padding: 1px 6px;
}

div#galleryHeader {
	z-index: 22;
	position: absolute;
	top: 45px;
}

div#galleryHeader h1, div#galleryHeader h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px 8px 0 8px;
	color: #FFF;
	font-weight: normal;
	top: 0;
}

div#galleryHeader h1 {
	margin-top: 8px;
	font-size: 15pt;
}
	
div#galleryHeader h2 {
	margin-top: 4px;
	font-size: 12pt;
	font-style: italic;
}

iframe.essayFrame {
	background-color: #FFF;
	border: 5px solid #000;
	padding: 8px;
}

/* DO NOT EDIT THESE */

div#veil {
	position: absolute;
	z-index: 20;
	top : 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	display: none;
}

div#gallery {
	z-index: 21;
	top: 50%;
	left: 50%;
	overflow: hidden;
}

div.outerFrame {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

div.innerFrame {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

div#ref {
	position: absolute;
	right: 0;
	bottom: 4px;
	text-align: right;
}


/* chrome menu style */
/*********************/

.chromestyle{
width: 100%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
background-color: #FFF;
/* background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/ */
padding: 4px 7px;
margin: 5px 0 0 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-size:13px;
line-height: 23px;

}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/* background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 240px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

