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

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-style: normal; font-weight: normal; 
	text-decoration: none; 
	line-height: 19px;	
	background-color: #FFF4DA;
	color: #003366;
}

td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-style: normal; font-weight: normal; 
	text-decoration: none; 
	line-height: 19px;	
	background-color: #FFF4DA;
	color: #003366;
}

.nett {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color:  #C9BA9A #C9BA9A #C9BA9A #C9BA9A;
	border-collapse: collapse;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}


/* Put a border on all generated images */
.image {
	border-width: 0;
	margin: 5;
}

/* 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: 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-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
}

.number,.date {
	font-size : 18px;
}

.filename {
	font-size : 18px;
}

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

a:visited {
	text-decoration: underline;
	color: #990000;
}

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

a:link {
	text-decoration: underline;
	color: #990000
}

#imageinfo {
	visibility: hidden;
}


