/*
 * Combined style sheet for the index pages and the slide pages.
 */

/*
 * This style template pops up a color dialog so users can choose background color
 * The choice is then saved in the project
 */



/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #666666;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Put a border on all generated images */
.image {
	border-width: 0;
}
.thumb {
	text-align: center;
	vertical-align: top;
	width= 16%;
}

.nav {
	font-weight: bold;
	font-size: 26px;
	width: 25%;
	text-align: left;
}

.nav a {
	color: #CCCCCC;
}
#current {
	color: #37820F;
}
.nav a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.nav a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/* 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: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	color: #CCCCCC;
	font-style: emphasis;
}
h3 {
	font-size: 9pt;
	color: #CCCCCC;
}
/* Custom link styles */
a {
	color: #CCCCCC;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#imageinfo {
	visibility: hidden;
}
.main {
	text-align: center;
}

#comment {
	width: 400px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:center; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 370px;
	overflow: hidden;
	}
html>body #comment {
	width: 370px; /* ie5win fudge ends */
	}