/*
 * 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: 13px;
	background-color: #ffffff;
	color: #000000;
}

img {
	border-color: #b2b2b2;
}

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

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

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

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

.comment {
	font-weight: bold;

}

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


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

.camera {
	font-size: 11px;
}


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

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


#imageinfo {

	font-size: 11px;
}

#footer {
        position: fixed;
        width: 100%;
        height: 35px;
        right: 0px;
        bottom: 0px;
        left: 0px;
	background-color: #D9EFFF;
	text-align: top;
}

.navbar {
	font-size: 13px;
	font-color: blue;
}

