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

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: medium;
	color: #dddddd;
	background: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 16em;
    height: 100%;
    background: #303030;
    padding-left: 1em;
 }
 
#fixed2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16em;
    height: 3em;
    background: #303030;
    padding-left: 1em;
} 
 
body > #fixed {
    position: fixed;
    z-index:10; 
}

body > #fixed2 {
    position: fixed;
    z-index:10; 
}

#content {
    margin-left: 16em;
    padding-left: 0em;
    padding-top: 1em;
}

img {
	border-color: #dddddd;
	border-width: 1px;
	border-style: solid;
	margin: 5;
}

a:link {
	text-decoration: none;
	color: #dddddd;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #dddddd;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
}

.current {
     font-weight: bold;
     color: white;
     font-size: larger;
}


.smaller {
    font-size: smaller;
}

.larger {
    font-size: larger;
}

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-style: solid;
	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;*/
/*} */

/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 11px;
}

/* 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;  */
/* } */

/* body {  */
/*	margin: 0;  */
/* }  */

/* Highlight the image name on the slide pages. */
/* #slide .name { */
/* font-weight: bold; */
/* font-size: 14px; */
/* } */

/* #imageinfo { */
/*	font-size: 11px; */
/* }  */