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

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: black;
	color: white;
	margin: 0;
}

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

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #999999;
	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;
}

/* 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 {
	margin: 0;
	overflow: visible;
}

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

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

/* 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: #CCCCCC
}

#imageinfo {
	visibility: hidden;
}



#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

input {
	font-size: 10px;
}

body { background: #000099; 
	margin-top: 6; 
	margin-left: 1; 
	margin-right: 6; 
	margin-bottom: 6; 
	font-family: Verdana, Arial, Georgia }

body {
scrollbar-arrow-color: #00ffff;
scrollbar-base-color: #0099ff;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #000066;
scrollbar-face-color: #000099;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #003399;
scrollbar-3d-light-color: #0099cc;
}

a:link    { color: #0000ff }
a:active  { color: #0000ff }
a:visited { color: #0000ff }
a:hover   { color: #ff0000 } 

h2 { color: #666666; font-size: 15pt; text-align: center; font-family: Arial }
h3 { color: #666666; font-size: 11pt; text-align: center; font-family: Arial }
h4 { color: #666666; font-size: 9pt; text-align: center; font-family: Arial } 
h5 { color: #666666; font-size:  8pt; text-align: center; font-family: Arial } 
p  { color: #666666; font-size: 10pt; text-align: left }
dt { color: #333333; font-size: 12pt; text-align: left }
dd { color: #333333; font-size: 10pt; text-align: left }
