﻿body
{
	background-color: Silver;
	margin: 6px 0px 0px 0px;
}

.GalleryLink,
.GalleryLink a
{
	font-family: Verdana;
	color: Gray;
	font-size: 12px;
	text-decoration: none;
	padding: 1px 14px 1px 1px;
}

.FloatRight
{
	float: right;
}

.FloatLeft
{
	float: left;
}

.GalleryLink a:hover
{
	font-weight: bold;
	text-decoration: underline;
	padding: 1px 1px 1px 1px;
}

.GalleryPageLinks,
.GalleryPageLinks a
{
	font-family: Verdana;
	color: Gray;
	font-size: 10px;
	text-decoration: none;
}


.GalleryPageLinks
{
	border: solid 1px black;
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
}
.GalleryPageLinks a:hover
{
	font-family: Verdana;
	color: Gray;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.dvLogin
{	
	background-color: #F7F7DE;
	border-color: #CCCC99;
	border-style:solid;
	border-width: 1px;
	font-family:Verdana;
	font-size:11px;	
}


.utilitytransparent
{
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;  
	background-color: Black;
	position: absolute;
	z-index: 1001;
	color: white;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.utilityTempdiv
{
	background-color: white;
	position: absolute;
	z-index: 1004;
	font-family: Verdana;
	font-size: 12px;
}
.guestbook
{
	border-collapse: separate;
	border: dotted 0px white;
}

.guestbookOdd
{
	background-color: #CCC;
}

.guestbookOdd td,
.guestbookEven td
{
	font-family: Tahoma;
	font-size: 12px;
}

.guestbookOdd span,
.guestbookEven span
{
	font-weight: bold;
}

.guestbookEven
{
	background-color: #EEE;
}

