@charset "utf-8";

#photoGallery img
{
	padding: 2px;
	border: 1px solid #406683;
}
#photoGallery h4
{
	margin-bottom: 12px;
}


#photoGallery a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#photoGallery a:hover img
{
	background-color: #003359;
}

#photoGallery ol#latestImage
{
	float: left;
	margin: 0;
	padding: 0;
}

#photoGallery ol#latestImage li
{
	float: left;
	line-height: 87px;
	margin: 0px 10px;
	list-style-type: none;
}

#photoGallery td a
{
	display: inline;
}

#photoAlbum
{
	margin: 0px auto;
	width: 515px;
}

table#photoAlbum th,
table#photoAlbum td
{
	border-left: 1px solid #7599AC;
}

table#photoAlbum th.nobg
{
	background-color: #FFF;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

#photoGallery td.imageFileNameCell
{
	text-align: center;
}

#photoGallery td.imageDateCell
{
	width: 25%;
}
#photoGallery td.imageFileNameCell
{
	width: 83px;
}

tr:hover td.imageDescriptionCell,
tr:hover td.imageFileNameCell
{
	border-right: 1px solid #003359;
}

#photoMenu
{
	text-align: left;
}
