/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-size: 13px;
	background-color: #505050;
	color: #555555;
	text-align: center;
	font-family: "Times New Roman";
}

img {
	border-color: #C0C0C0;
}

a:link {
	text-decoration: underline;
	color: #181818
}

/* Custom link styles */
a:visited {
	text-decoration: underline;
	color: 282828;
}
A.thumb:LINK, A.thumb:VISITED, A.thumb:HOVER, A.thumb:ACTIVE {
	text-decoration : none;
	color: Silver;
}

A.myname:LINK, A.myname:VISITED, A.myname:HOVER, A.myname:ACTIVE {
	font-size : 120%;
}

A.pagelist:LINK, A.pagelist:VISITED, A.pagelist:HOVER, A.pagelist:ACTIVE {
	font-size : 100%;
	color: #999999;
}

P.pagelist {
	font-size : 12pt;
}

a:hover {
	text-decoration: underline;
	color: black
}

a:active {
	text-decoration: none;
	color: Gray;
}

#comment {
	color: Silver;
	text-align : center;
	font-size : 13pt;
	width : 500;
}
#photolabel {
	color: Silver;
	text-align : center;
	font-size : 12pt;
	width : 500;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-style: solid;
	margin: 2;
	border-color : White;
}

#first table {
	background-color : #494955;
	width : 100%;
	border : 0;
}
#first td {
	text-align : left;
	font : 90%;
}

#last table {
	background-color : #494955;
	width : 100%;
}
#last td {
	text-align : center;
}

TD {
	text-align : left;
}

.camera {
	font-size: 12px;
}
.navigateaids {
	font : bolder xx-small;
}

/* 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 {

}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 130%;
	font-weight: bold;
}

#imageinfo {
	font-size: 11px;
}

#pagedescrip TABLE {
	border : 0;
}

#pagedescrip h1{
	font-size : 22px;
}

#pagedescrip td {
	font-size : 10pt;
	line-height : 130%;
}

td.city
{
	font-size:13px;
	line-height : 130%;
	color: #dddddd;
}

td.gallerythumbs
{
	text-align: center;
}

A.gallerythumbs:LINK, A.gallerythumbs:VISITED, A.gallerythumbs:HOVER, A.gallerythumbs:ACTIVE {
{
	color: red;
}

A.footertext:LINK, A.footertext:VISITED, A.footertext:HOVER, A.footertext:ACTIVE {
	font-size : 100%;
	color: #181818;
}

td.gallerybigpictures
{
	text-align: center;
}
