/* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #555555;/*RAC!! was F0F0F0*/
	background-image: url('PhotoAlbum/bodyback.gif');	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	SCROLLBAR-FACE-COLOR: #ACC2E3; 
	SCROLLBAR-HIGHLIGHT-COLOR: #F7F7F7; 
	SCROLLBAR-SHADOW-COLOR: #F7F7F7; 
	SCROLLBAR-3DLIGHT-COLOR: #ACC2E3; 
	SCROLLBAR-ARROW-COLOR:#F7F7F7; 
	SCROLLBAR-TRACK-COLOR:#F7F7F7; 
	SCROLLBAR-DARKSHADOW-COLOR: #ACC2E3; 
	SCROLLBAR-BASE-COLOR: #F7F7F7;
}

/* Style for the Top bar */
.topbar {

	height: 25px;
}

/* Style for the Top ruler */
.topruler {
}

/* Style for the Bottom bar */
.bottomruler {
}

/* 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*/
}

/* Style for the page body */
.pagebody {
	background-image: url('PhotoAlbum/background.gif');
	background-repeat: repeat-y;
}


/* Style for the page body */
.indexbody {
	background-image: url('PhotoAlbum/backgroundv.gif');
	background-repeat: repeat-y;
}


.backrings {
	background-image: url('PhotoAlbum/backrings.gif'); 
	background-repeat: repeat-x;
	z-index: 20;
	horizontal-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.indextop {
	background-image: url('PhotoAlbum/backrings.gif');
	background-repeat: repeat-x;
	background-color: #808080;
}

/* Style for the Image Comment */
.comment {
	color: #D0D0D0; /*RAC!! was 585858*/
	font-size: 10px;
}



.desctable {
	background-image: url('PhotoAlbum/comment.gif');
}

.desctext {
	color: #D0D0D0;
	line-height: 26px;
	vertical-align: bottom;
	font-family: Garamond, Times New Roman;
	font-size: 14pt;
}

.infotext {
	font-size: 8pt;
	color: #E1E1E1;
}


/* Style for any note/comment */
.note {
	color: #D0D0D0; /*RAC!! was 585858*/
	font-size: 10px;
}

.imageexif {
	background-image: url('PhotoAlbum/exifback.gif');
	position: absolute;
	left:35%;
	top:6%;
	width: 340px;
	z-index:1;
	background-color: #000000;
	layer-background-color: #000000;
	color: #444444;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Custom link styles */
a.infotext:active {
	text-decoration: none;
	font-weight: bold;	
	color: #B4D2F8; /*RAC!! was black*/
}

a.infotext:visited {
	text-decoration: none;
	font-weight: bold;	
	color: #B4D2F8; /*RAC!! was black*/
}

a.infotext:hover {
	text-decoration: none;
	font-weight: bold;	
	color: #FFFFFF;
}

a.infotext:link {
	text-decoration: none;
	font-weight: bold;
	color: #B4D2F8; /*RAC!! was black*/
}

a:active {
	text-decoration: none;
	color: #B4D2F8; /*RAC!! was black*/
}

a:visited {
	text-decoration: none;
	color: #B4D2F8; /*RAC!! was black*/
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	
}

a:link {
	text-decoration: none;
	color: #B4D2F8; /*RAC!! was black*/
}

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 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}