/* 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: #000000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	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;

}

/* 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: #636363;
}

/* Style for the Footer */
.bppfooter {
	color: #636363;
	background-color: #FFFFFF;
}

/* Style for the page body */
.pagebody {
	background-color: #CCCCFF;
}

.thumbback {
	background-color: #111111;
}


hr { 
	color: #000000; 
	height: 1px;
}


/* For the folder icon overlaying a thumbnail. */
.foldersign {
	position:relative;
	left:-40px;
	top:-50px;
	z-index:1;
	border: 0;
}

.imageexif {
	position:absolute;
	left:73px;
	top:104px;
	width: 380px;
	z-index:1;
	background-color: #333333;
	layer-background-color: #FFFFFF;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

.small {
	font-family: CourierNew, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: white;
}

.smallll {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: white;
}


.button1 {
	font-family: CourierNew, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: white;
	background-image: url("../res/buttonback2.jpg");
}


.button2 {
	font-family: CourierNew, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: white;
	background-image: url("../res/buttonback3.jpg");
}


.button3 {
	font-family: CourierNew, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: white;
	background-image: url("../res/buttonback.gif");
}


.button4 {
	font-family: CourierNew, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: white;
	background-image: url("../res/buttonback.gif");
	background-repeat: no-repeat
}

/* To control the font of the image label */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: yellow;
}

a:visited {
	text-decoration: none;
	color: yellow;
}

a:hover {
	text-decoration: underline;
	color: yellow;
}

a:link {
	text-decoration: none;
	color: yellow;
}

a.path:active {
	text-decoration: none;
	color: #FAFAFA;
}

a.path:visited {
	text-decoration: none;
	color: #FAFAFA;
}

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

a.path:link {
	text-decoration: none;
	color: #FAFAFA;
}

a.gray:active {
	text-decoration: none;
	color: #FFAAAA;
}

a.gray:visited {
	text-decoration: none;
	color: gray;
}

a.gray:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

a.gray:link {
	text-decoration: none;
	color: gray;



}
