/*
 * 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: #33737D;
	color: white;
	margin: 5px;
}

/* Style for all header tables */
.headertable {
	background-color: #56ADBC;
}

/* Style for all table cells. */
td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

/* Style for all "generated with" footers */
.generatedwith {
	font-size: 10px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #A4D5DC;
      font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #A4D5DC;
      font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Custom link styles for navigation tools */
#nav a:active {
	text-decoration: none;
	color: #FFAAAA;
}

#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:link {
	text-decoration: none;
	color: #FFFFFF
}

#nav a:hover {
	text-decoration: underline;
	color: #FFFFFF
}


/*
 *  STYLES FOR INDEX PAGE
 */

/* Index page header */
.indexheader {
	font-size: 30px;
	font-weight: bold;
        color: #183538;
}

/* Align the content of the cells on the index pages to the center and bottom. */
.thumbtable {
	text-align: center;
	vertical-align: bottom;
}

/* Put a boder around thumbnail images and give them proper margins. */
.thumbimage {
	border-width: 1;
	border-color: #888888;
	border-style: solid;
	margin-left: 10;
	margin-right: 10;
	margin-bottom: 0;
}


/*
 *  STYLES FOR IMAGE PAGE
 */

/* Highlight the image name on the slide pages. */
.slidename {
	font-size: 20px;
	font-weight: bold;
        color: #183538;
}

.slidedate {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}.navdisabled {
	color: #CFE9ED;
}
.navimage {
	margin-right: 3px;
}
.nav {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

