/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all forms. */
.searchtxt {
	font-size: 10px;
        color: #FFFFFF;
        font-family: Verdana, Arial, sans-serif;
        background-color: #000000;
}

.gobtn {
        font-size: 10px; 
        color: #5f5f5f; 
        font-family: Verdana, Arial, sans-serif;
        background-color: #EEEEEE; 
}

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 5;
}

/* Style for all table cells. */
td {
        font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
        background-color: #000000;
}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-color: white;
	border-style: solid;
	margin: 5;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Put a border on all generated folder icons and movie files icons. */
.folder {
	border-width: 2;
	border-color: white;
	border-style: solid;
	margin: 5;
}

/* Remove the margin under the folder icons and movie files icons on the index pages. */
#index .folder {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Align the content of the cells on the index pages. */
#index td {
	
	vertical-align: top;
}

/* have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Put a border on all slide images */
.slideimg {
	border-width: 0;
	border-color: white;
	border-style: solid;
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-size: 12px;
}

/* Header */
h1 {
	font-size: 10px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #FF0000
}

a:link {
	text-decoration: none;
	color: gray;
}

#imageinfo {
	visibility: hidden;
}
