/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

/* Index Page Container */
#index_page_container {
	padding: 3px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

/* Index Page Number */
#index_spacer {
	float: left;
	width: 23%;
	height: 25px;
	font-size: 12px;
	color: #00CC00;
}

/* Index Page Title */
#index_title {
	float: left;
	width: 53%;
	height: 25px;
	font-size: 18px;
	color: #FFFFFF;
}

/* Index Page Navigation Buttons container */
#index_nav{
	float: left;
	height: 25px;
}

/* Index Page Navigation Buttons Style*/
.indexnavbuttons {
	border-width: 0px;	
}

/* Index Page Thumbnail container WITH PADDING */
.thumbnail {
  	float: left;
  	padding: 5px;
  	margin: 0px;
	text-align: center;
}

/* Index Page - border on all generated images */
.image {
	margin: 0;
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
}

/* Index Page Thumbnail Title */
.thumb_title {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;	
}

/* Slide Page Container */
#slide_page_container {
	padding: 3px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

/* Slide Page Image Number */
#image_counter {
	float: left;
	width: 100px;
	height: 25px;
	font-size: 12px;
	color: #00CC00;
}

/* Slide Page Title */
#label {
	float: left;
	height: 25px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}

/* Slide Page SPACER */
#spacer {
	float: left;
	width: 100px;
	height: 25px;
}

/* Slide Page Navigation Buttons container */
#nav_buttons {
	float: left;
	height: 25px;
	text-align: left;
	margin: 0px 0px 0px 5px;
}

/* Slide Page Navigation Buttons Style*/
.slidenavbuttons {
	border-width: 0px;	
}

/* Slide Page Image */
#slide {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
}

/* Copyright Notice style */
.copyright
	{
	font-size: 12px;
	color: #FFFFFF;
}

/* Image Map style */
.imagemap {
	border-width: 0px;
}

/* Slide Page Comments */
#comments {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin: 25px 0px 0px 5px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}

a.comments:link {
	text-decoration: underline;
	color: #FFFF00;
}

a.comments:visited {
	text-decoration: underline;
	color: #FFFF00;
}

a.comments:hover {
	text-decoration: none;
	color: #FF0000;
}

a.comments:active {
	text-decoration: underline;
	color: #FFFF00;
}

#imageinfo {
	visibility: hidden;
}

