/***********************************************/
/* CSS for everything except the popup                                */
/***********************************************/

body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFE4AD;
	font-size: 10pt;
	background-color: #996533;
}

a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #009900;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12pt;
}
h2 {
	font-size: 11pt;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: italic;
}
#boxout {
	border: 1px dashed #FFE4AD;
	width: 230px;
	padding-right: 2px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/***********************************************/
/* CSS for the popup                                 */
/***********************************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #996533;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px/1.1em Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 5px;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	padding: 10px;
	text-align: center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	color: #663300;
}
