/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	background-color : Black;
}

html {
	scrollbar-face-color: #333333;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #111111;
	scrollbar-shadow-color: #111111;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #666666;
	scrollbar-track-color: #333333;
	overflow-x: auto;
	/*overflow-y: auto;*/
}

/* Style for the Top bar */
.topbar {
	background-color: #6595D6;
	background-image: url(../topbars/blue/classic.gif);
	background-repeat: repeat-x;
	height: 25px;
}

/* Style for the Top ruler */
.topruler {
	height: 10px;
}

/* Style for the Bottom bar */
.bottomruler {
	height: 10px;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #FAFAFA;
}

/* Style for the Header */
.bppheader {
	color: #D0D0D0; /*RAC!! was 636363*/
}

/* Style for the Footer */
.bppfooter {
	color: #D0D0D0; /*RAC!! was 636363*/
	font-size: 10px;
}

/* Style for the page body */
.pagebody {
	background-color: #000000; /*RAC!! was F7FBFF*/
	padding: 10px;
}

/* Style for the Image Comment */
.comment {
	color: #D0D0D0; /*RAC!! was 585858*/
	font-size: 10px;
}

/* Style for any note/comment */
.note {
	color: #D0D0D0; /*RAC!! was 585858*/
	font-size: 10px;
}

/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #D0D0D0;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

.imageexif {
	position: absolute;
	left: 73px;
	top: 104px;
	width: 380px;
	z-index: 1;
	background-color: #FFFFCC;
	layer-background-color: #FFFFFF;
	color: #999999;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FAFAFA; /*RAC!! was black*/
}

a:visited {
	text-decoration: none;
	color: #FAFAFA; /*RAC!! was black*/
}

a:hover {
	text-decoration: none;
	color: red;
}

a:link {
	text-decoration: none;
	color: #FAFAFA; /*RAC!! was black*/
}

A.textnav:link, A.textnav:visited {
	color : Gray;
}

A.textnav:hover {
	color : Silver;
}
 
A.textnav:active {
	color : Red;
}
 
.textnav {
	font-size : 8pt;
	color : Gray;
}

.textnav_current {
	font-weight : bold;
	font-size : 10pt;
}

a.footer:active {
	text-decoration: none;
	color: #B4D2F8; /*RAC!! was black*/
}

a.footer:visited {
	text-decoration: none;
	color: #B4D2F8; /*RAC!! was black*/
}

a.footer:hover {
	text-decoration: none;
	color: red;
}

a.footer:link {
	text-decoration: none;
	color: #B4D2F8; /*RAC!! was black*/
}

a.note:active {
	text-decoration: none;
	color: #FAFAFA;
}

a.note:visited {
	text-decoration: none;
	color: #FAFAFA;
}

a.note:hover {
	text-decoration: none;
	color: red;
}

a.note:link {
	text-decoration: none;
	color: #FAFAFA;
}

a.path:active {
	color : Red;
}

a.path:visited {
	color : Gray;
}

a.path:hover {
	color : Silver;
}

a.path:link {
	color : Gray;
}

.bigtitle{
	font-size: 50pt;
	text-decoration : none;
	font-weight : bold;
}

.title{
	font-size: 32pt;
	text-decoration : none;
	font-weight : bold;
}

ADDRESS {
	color : Gray;
}

ADDRESS A:link , ADDRESS A:visited {
	color : Gray;
}