/*
 * 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;
    color: #c0c0c0;	
	background-color: #1f1f1f;	
}

/*Border for slide page*/
img {	
	margin-left: 10;
	margin-right: 10;
	margin-bottom: 0;
	border: medium inset #c0c0c0;
	/*border-color: #FFFFFF;*/
}

/* Custom link styles */
.comment {
	color: yellow;
}

/* 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: top;
	vertical-align: top;
}

/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 10px;
    color: #c0c0c0;
}


/* Don't have margins on the slide pages. */
body#slide {
	margin: 10;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}


/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}


#imageinfo {
	font-size: 11px;
}

h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
    color: #c0c0c0;		
}


h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
    font-weight: bold;
    color: #c0c0c0;		
}




