.PhotoGalleryCategoryListItem
{
	padding: 0px;
}

.PhotoGalleryCategoryListSeparator
{
	height: 5px;
}

.PhotoGalleryImageTable
{
	width: 100%; 
	height: 410px;	
	padding: 0px; 
	margin: 0px; 
}

.PhotoGalleryThumbnailLocationLabel
{
	color: #AC8439;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.PhotoGalleryThumbnailImageCell
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
}

.PhotoGalleryThumbnailImage
{
	border: 1px solid white;
}

.PhotoGalleryDetailImage
{
	border: 1px solid black;
}

.PhotoGalleryCategoryList
{
	
	color: #017477;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}

.PhotoGalleryCategoryList a:link
{
	color: #017477;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.PhotoGalleryCategoryList a:visited
{
	color: #017477;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.PhotoGalleryCategoryList a:active
{
	color: #017477;
}
.PhotoGalleryCategoryList a:hover
{
	color: red;
}

.PhotoGalleryImageTable a:link
{
	color: #017477;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.PhotoGalleryImageTable a:visited
{
	color: #017477;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.PhotoGalleryImageTable a:active
{
	color: #017477;
}
.PhotoGalleryImageTable a:hover
{
	color: red;
}