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

/* Style for all bodies. */
body {
	font-family:Arial, Helvetica, sans-serif;
 font-size:100.01%;
	background-color: white;
	color: black;
	margin: 5px;
}

/* Style for all table cells. */
td {}

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin: 5px;
}

/* 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: 2px;
	margin-right: 2px;
	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 {

}

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

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #000088
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}

#imageinfo {
	visibility: hidden;
}

dl,dt,dd{ padding:0;margin:0;border:0; border:1px dashed #ccc; text-align:center;}
dl{ width:180px; margin:10px; float:left; font-size:0.9em;}
dt{ height:135px;  padding-top:3px; background-color:#aaa;}
dd{ height:140px; padding:3px; background-color:#ddd;}

