/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #f0f0f0;
}


/* Style for the Top bar */
.topbar {
	background-color: #663399;
	background-image: url(topbar.gif);
	background-repeat: repeat-x;
	height: 25px;
}

/* Style for the Top ruler */
.topruler {
	height: 10px;
}

/* Style for the Bottom bar */
.bottomruler {
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #FFFFFF;
}

/* Style for the Header */
.bppheader {
	color: #660099;
}

/* Style for the Footer */
.bppfooter {
	font-size: 12px;
	font-weight: normal
	color: #660099;
}

/* Style for the page body */
.pagebody {
	background-color: #F7FBFF;
	padding: 2px;
}

/* Style for the Image Comment */
.comment {
	color: #660099;
	font-size: 20px;
}

/* Style for any note/comment */
.note {
	color: #6600CC;
	font-size: 15px;
}

.imageexif {
	position:absolute;
	left:73px;
	top:104px;
	width: 380px;
	z-index:1;
	background-color: #F7fbff;
	layer-background-color: #FFFFFF;
	color: #999999;
	visibility: hidden;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #141D3A;
}

a:visited {
	text-decoration: none;
	color: #141D3A;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:link {
	text-decoration: none;
	color: #141D3A;
}

a.footer:active {
	text-decoration: none;
	color: #141D3A;
}

a.footer:visited {
	text-decoration: none;
	color: #141D3A;
}

a.footer:hover {
	text-decoration: none;
	color: red;
}

a.footer:link {
	text-decoration: none;
	color: #141D3A;
}

a.note:active {
	text-decoration: none;
	color: #663399;
}

a.note:visited {
	text-decoration: none;
	color: #663399;
}

a.note:hover {
	text-decoration: none;
	color: red;
}

a.note:link {
	text-decoration: none;
	color: #663399;
}

a.path:active {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

a.path:visited {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

a.path:hover {
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

a.path:link {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
