﻿.clsGallery
{
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	text-align: center;
	vertical-align: top;
	background-color: #dcdcdc;
	padding: 15px;
	width: 150px;
	cursor: pointer;
}

.clsGalleryHighlight
{
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	text-align: center;
	vertical-align: top;
	background-color: #fffacd;
	padding: 15px;
	width: 150px;
	cursor: pointer;
}

.clsGalleryThumb
{
	/*
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
*/
	border: Black 1px solid;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	padding-bottom: 2px;
	background-color: Black;
	cursor: pointer;
}

.clsGalleryThumbHighlight
{
	border: #f8f9f5 1px solid;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	padding-bottom: 2px;
	cursor: pointer;
	background-color: transparent;
}


.clsGalleryTitle
{
	color: #2c2c3a;
	font-weight: bold;
	padding-bottom: 15px;
}

.clsGalleryImage
{
	border: solid 1px dimgray;
	margin-bottom: 15px;
}

.clsGalleryText
{
	font-size: smaller;
	color: #3a3a48; /*	color: #565664; */
}

.clsGalleryLink
{
	background-color: #D2B372;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	font-style: italic;
	height: 20px;
	width: 525px;
	text-align: center;
	cursor: pointer;
}

.clsGalleryLinkNormal
{
	background-image: url(img/Log_225x25_Lighter.jpg);
	border-right: solid 1px #3e3426;
	border-top: solid 1px #ede7c6;
	border-left: solid 1px #ede7c6;
	border-bottom: solid 1px #3e3426;
	width: 175px;
}

.clsGalleryLinkHighlight
{
	background-image: url(img/Log_225x25_Lighter.jpg);
	color: Maroon;
	text-decoration: underline;
	border-right: solid 1px #3e3426;
	border-top: solid 1px #3e3426;
	border-left: solid 1px #3e3426;
	border-bottom: solid 1px #3e3426;
	width: 175px;
}

.clsGalleryLinkCurrent
{
	background-image: url(img/Log_225x25_Lighter_BW.jpg);
	border-right: solid 1px #3e3426;
	border-top: solid 1px #3e3426;
	border-left: solid 1px #3e3426;
	border-bottom: solid 1px #3e3426;
	width: 175px;
}