/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: black;
	color: white;
	margin: 5px;
cursor: default;
SCROLLBAR-FACE-COLOR: #000000; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: black; SCROLLBAR-SHADOW-COLOR: #E4E4E4; SCROLLBAR-3DLIGHT-COLOR:#E4E4E4; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR:#000000; SCROLLBAR-DARKSHADOW-COLOR: #636363;
}
a:link {
    CURSOR: crosshair;	
}

a:visited {
    CURSOR: crosshair;	
}

a:hover {
    CURSOR: crosshair;	
}

a:active{
    CURSOR: crosshair;	
}

/* Style for all table cells. */
td {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

/* Put a border on all generated images */
.image {
	border-width: 7px;
	border-color: white;
	border-style: groove;
	margin: 5px;
}



/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
}



/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: none;
	font-size: 11px;
color: red;
}

#slide .IMG a:link {
	BORDER: 7px solid white;
    CURSOR: crosshair;	
}


#slide .slideimage {
             border-width: 10px;
             border-style: groove;
	border-color: white;}


/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none;
             font-weight: bold
}

a:visited {
	text-decoration: none;
	color: #ffffff
}

a:hover {
	text-decoration: underline;
	color: #ffffff
}

a:link {
	text-decoration: none;
curser: crosshair;
	color: #ffffff
}

#imageinfo {
	visibility: hidden;
}



.albuminfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: red;
}
