/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: #5E7E7F;
	color: white;
	margin: 5;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #D0B050;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #504040;
	scrollbar-highlight-color: #D0B050;
	scrollbar-shadow-color: #303010;
	scrollbar-track-color: #000000;
}

/* Style for all table cells. */
td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

td#head {
	font-weight: normal;
	font-size:12px;
	margin-bottom:5px;
	
}

.googleindex {
	/* font-family: Courier New, Courier, mono; */
	font-weight: normal;
	font-size: 12px;
}


/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Header */
h1 {
	font-size: 18px;
	font-weight: normal;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #A0A000
}

a:hover {
	text-decoration: underline;
	color: #FFFF00
}

a:link {
	text-decoration: none;
	color: #FFA000
}

#indexid {
	font-size: 10px;
	color: white;
	margin-bottom: 1em;
}

#slideblank {
	margin-top:50px;
	margin-left:50px;
	border: 0px solid red;
}

#slidebox {
	width:700px;
	margin-left:2em;
	border: 0px solid red;
}

#slidehead {
	border: 0px solid red;
}

#slideheadline {
	margin-left: 4em;
	text-indent: -4em;
	margin-bottom: .5em;
	font-size:130%;
	border: px solid blue;
}

#slidecomment {
	width: 600px;
	margin-left: 3em;
	text-indent: 0em;
	font-size:100%;
	margin-bottom: .5em;
	border: 0px solid yellow;
}

#slidenum {
	margin-left: 0em;
	margin-right: 1em;
	border: px solid yellow;
}

#slideimage {
	margin-left: 0em;
	border: 0px solid red;
}

/* Put a border on all generated images */
img.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
}

#slidefoot {
	width:512px;
	font-size: 12px;
	margin: 0px 0px 320px 0px;
	border: 0px solid red;
}

#slidelabel {
	margin-left: 5em;
}

#slidecredit {
	margin-left: 3em;
}


