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

/* Style for all bodies. */
body {
	color: #353535;
		font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
		font-size: 9pt;
		background-color: #ECF3F4;
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		scrollbar-face-color: #D2DCDE;
		scrollbar-track-color: #E3EDEF;
		scrollbar-highlight-color: #043659;
		scrollbar-shadow-color: #043659;
		scrollbar-3dlight-color: #E3EDEF;
		scrollbar-arrow-color: #043659;
		scrollbar-darkshadow-color: #E3EDEF;
}

/* Style for all table cells. */
td {
	font-size: 9px;
	font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-color: #eeeeee;
	border-style: outset;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
	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;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 16px;
	font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
	font-weight: bold;
	text-align : center;
}

/* Custom link styles */
A:LINK {
		color: #FF7348;
		text-decoration: none;
		font-variant: normal;
		font-weight: bold;
		}
		
A:ACTIVE {
		color: #FF0000;
		text-decoration: none;
		font-variant: normal;
		font-weight: bold;
		}
		
A:VISITED {
		color: #FF7348;
		text-decoration: none;
		font-variant: normal;
		font-weight: bold;
		}
		
A:HOVER {
		color: #E29E48;
		text-decoration: none;
		font-variant: normal;
		font-weight: bold;
		}

#imageinfo {
	visibility: hidden;
}
