﻿div.GalleryArea
{
	float:none;
}

div.GalleryTitle
{
	font-size: 18px;
	margin-top: 14px;
	margin-bottom: 14px;
	border-bottom: solid 1px #C0C0C0;	
}

td.GalleryThumbCell
{
	vertical-align: bottom;
    background-color: white;
	padding-left: 6px;
	padding-right: 6px;
}

div.GalleryThumb
{
    text-align: center;
	border-bottom: dotted 1px #C0C0C0;
	padding-bottom: 6px;
}

img.GalleryThumb
{
	margin-left: auto;
    margin-right: auto;
}

td.GalleryLabelCell
{
	vertical-align: top;
	text-align: left;
    background-color: white;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

div.GalleryText
{
}

div.GalleryItemTitleText
{
	font-weight: bold;
	font-size: 11px;
}

div.GalleryItemTitleText a
{
	text-decoration: none;
	color: Black;
}

div.GalleryItemTitleText a:link
{
	text-decoration: none;
	color: Black;
}

div.GalleryItemTitleText a:visited
{
	text-decoration: none;
	color: Black;
}

div.GalleryItemTitleText a:hover
{
	text-decoration: underline;
	color: Red;
}

div.GalleryItemTitleText a:active
{
	text-decoration: none;
	color: Black;
}

div.GalleryInfoText
{
	font-weight: normal;
	font-size: 10px;
	margin-top: 2px;
}

td.GalleryRowDivider
{
	height: 1px;
	padding-left: 6px;
	padding-right: 6px;
}

div.GalleryRowDivider
{
	border-bottom: solid 1px #C0C0C0;	
	height: 1px;
	margin-top: 16px;
	margin-bottom: 16px;
}


