/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	background-color: black;
	text-align: center;
}

/* Style for the Index num */
.ixtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEE0FB;
}
	
/* Style for the Title */
.nametitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #AEE0FB;
}
	
/* Style for big Title */
.bigtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #AEE0FB;
}
	
/* Style for all table cells. */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Style for images folders */
.folder {
	border-width: 0;
	border-color: #FFFFFF;
	margin: 5;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #FFFFFF;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEE0FB;
	text-align: center
}

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #AEE0FB;
}

a:visited {
	text-decoration: underline;
	color: #AEE0FB;
}

a:link {
	text-decoration: underline;
	color: #AEE0FB;
}

#imageinfo {
	visibility: hidden;
}
