﻿.PhotoGalleryCategoryListItem
{
	padding: 0px;
}

.PhotoGalleryCategoryListSeparator
{
	height: 5px;
}

.PhotoGalleryImageTable
{
	width: 100%; 
	height: 410px;	
	padding: 0px; 
	margin: 0px; 
}

.PhotoGalleryThumbnailLocationLabel
{
	color: White;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.PhotoGalleryThumbnailImageCell
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 4px;
}

.PhotoGalleryThumbnailImage
{
	border: 1px solid black;
}

.PhotoGalleryDetailImage
{
	border: 1px solid black;
}

.PhotoGalleryCategoryList
{
	
	color: #003399;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
}
.PhotoGalleryCategoryList a:link
{
	color: #003399;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.PhotoGalleryCategoryList a:visited
{
	color: #003399;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.PhotoGalleryCategoryList a:active
{
	color: #003399;
}
.PhotoGalleryCategoryList a:hover
{
	color: #003399; text-decoration: underline;
}

.PhotoGalleryCaptions
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}