/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif,Helv,Helvetica,Geneva,Suisse;
	font-size: 10px;
	/*background-color: #111111;*/
	background-color: #000000;
	color: #5f5f5f;
}

img {	border-color: #000000; }

/* Style for the Image/Folder Path Information */
.bpppath {
/*	font-size: 12px; */
	font-weight: bold;
	color: #FFFAFA;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #FFFAFA;
}

/* Style for the Header */
.bppheader {
	color: #636363;
}

/* Style for the Footer */
.bpfooter {
	color: #636363;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}
a:visited {
	text-decoration: none;
	color: #AAAAAA;
}
a:hover {
	text-decoration: underline;
	color: #FF0000
}
a:link {
	text-decoration: none;
	color: gray
}

.comment {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;

}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Arial, sans-serif,Helv,Helvetica,Geneva,Suisse;
}

.camera {
	font-size: 10px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide, body#index {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {	font-size: 20px;
	font-weight: bold;
}


div.imageinfoC {
	font-size: 10px;
	color:#ffffff;
	position:absolute; 
	left:98px; 
	top:123px; 
	z-index:1;
        background-color: #000000; 
        layer-background-color: #222222; 
        width: 385px; 
        height: 20px; 
	visibility: hidden; 
	border: 1px solid #000000;
}

.longTextC {
	font-size: 8px;
	color:#ffffff;
	position:absolute; 
	left:116px; 
	top:123px; 
	z-index:1;
        background-color: #ffffff; 
        layer-background-color: #222222; 
        width: 585px; 
        height: 30px; 
	visibility: hidden; 
	border: 1px solid #000000;
}


#imagelist {
	position:absolute; 
	left:120px; 
	top:100px; 
	z-index:2; 
	background-color: #222222; 
	layer-background-color:  #222222; 
	width: 320px; 
	height: 85px; 
	visibility: hidden; 
	border: 10px none #000000;
	font-size: 30px;
	font-family:  Courier;
}

.monolistC {
	font-size: 10px;
	font-family:  Courier;
	color: #ffff88;
}
td#monolistC {
	vertical-align: bottom; 
	color: #ff00ff;
}

small#thumbtext {
  color: #ffffff; }
