/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: black;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/* This controls the added text on the slide pages. */
.info {
	font-weight: regular;
	font-size: 14px;
	margin: 5;
}

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#google td {
	text-align: center;
	vertical-align: top;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 20;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	color:  #527270;
	margin-bottom: 0;
}

/* 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;
}

.list {
    border : 1px #cccccc solid;
}
.list TH {
    background-color : #82A2A0;
		font-weight: bold;
		font-size: 12px;
    color : null;
}
.odd {
    background-color : #e5e5e5;
}
.even {
    background-color : #f5f5f5;
}


#img {
	background-color: #e5e5e5;
}

#page {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 13px;
	font-weight:bold;
	color: #1a1a1a;
}

#comment {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #1a1a1a;
}

#comment_shadow {
	position: absolute;
	bottom: 3px;
	left: 2px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #e5e5e5;
}

#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}


