﻿body {
}


#Essay
{
	display:none;
}

#Gallery
{
	display:block;
	width:820px;
}

.GalleryPageLink
{
	text-decoration:none;
	margin-right:5px;
	margin-bottm:3px;
	color:#0000aa;
}

.GalleryPageLink:visited
{

	color:#0000aa;
}

.GalleryPageLink:hover
{
	text-decoration:underline;
	color:#0000aa;
}

#Gallery .Thumbnail
{
	cursor:pointer;
	border:solid 1px white;
	margin-bottom:3px;
	margin-right:0px;
}

#GalleryImage
{
	
	position:relative;
	cursor:default;
	border:solid 1px white;
	max-width:500px;
	min-width:200px;
	z-index:2;
}

#GalleryImageDiv
{
	
	width:552px;
	text-align:left;
	margin-bottom:10px;
	left:20px;
	position:relative;
	overflow:hidden;
}


#GalleryImageTitle
{
	
	margin-left:0px;
	font-weight:bold;
	
}

.GalleryThumbs
{
	float:left;
	width:210px;
	overflow:hidden;
}

.GTLeftCol
{
	width:100px;
	float:left;
	margin-right:3px;
}

.GTRightCol
{
	width:100px;
	float:left;
}


#LoadingMsg
{
 position:absolute;
 top: 50px;
 left:50px;
 text-align:center;
 font-weight:bold;
 z-index: 1;
}

#PressRelease
{
	display:none;
}
#Statement
{
	display:none;
}

#ToolTip
{

	background-color:White;
	position:absolute;
	padding:2px;
	font-weight:bold;
	border:solid 1px black;
	font-size:8pt;
	display:none;
}
