﻿body {
	font-family: Verdana;
	font-size:12pt;
}
h1 {
    color: #4863A0;
    font-family: Verdana;
    margin-top:-5px;
}
div.Thumbnail {
	border: solid 1px #204a87;
	background-color: #F6F6F6;
	width: 175px;
	text-align: center;
	vertical-align: top;
	float:left;
	margin:5px;
}

div.innerThumb {
	height:150px;
	border: solid 1px #729fcf;
	padding: 7px;
}

div.Thumbnail:hover {
	background-color: #F0F8FF;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #729fcf;
}

div.innerThumbImageContainer {
	margin-bottom:2px;
	width:100%;
	text-align:center;
	height:110px;
}

div.innerThumbTextContainer {
	font-size:8pt;
	text-align:left;
	width:100%;
	vertical-align:bottom;
	height: auto;
}   
.detailPhotoPhoto {
	border:solid 2px #4863A0;
	background-color:#F0F8FF;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
	padding:20px;
}

.detailPhotoTitle {
	margin-left:20px;
	font-size:20pt;
	font-weight:bold;
	color:#4863A0;
}
.detailPhotoDescription {
	margin-left:20px;
	float:left;
	color:#4863A0;
}
