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

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: 222222;
	  margin-top: 10px;
	  margin-left: 0px;
	  margin-right: 0px;
}

img {
	border-color: #222222;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #777777;
}

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

a:link {
	text-decoration: none;
	color: #777777
}

.comment {
	color: 000000;
	font-size: 11px;

}

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

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

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

.camera {
	font-size: 10px;
}

#index .generalinfo {
	font-size: 10px;
	color: #bbbbbb;
	padding:4px;
}

#slide .generalinfo {
	font-size: 10px;
	color: #bbbbbb;
	position:absolute;
	left:20px;
	padding:4px;
}

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

/* Don't have margins on the slide pages. */
body#slide {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	color: 222222;
	  margin-top: 10px;
	  margin-left: 10px;
	  margin-right: 0px;
}

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

/* Header */
h1 {
	  font-size: 20px;
          line-height:140%;
	  padding:2px;
	  margin-top:2px;
	  width: 100%;
}

.head /* page headers behind the Gallery title*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#a0a0a0;
	  font-size: 13px;
	  font-weight:bold;
	  line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #100000;
	  /* height: 28px; */ 
          vertical-align:bottom; 
	  margin-left : 10px;
	  margin-right : 25px;
	  text-align: left;
	}

.imageinfo {

	font-size: 11px;
}

.albuminfo {

	font-size: 11px;
	letter-spacing: .2em;
}

#navline {
	background-color: #eeeeee;
	height: 20px;
}

