html, body
{
	font-family: Arial;
/*	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;  */
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #718647;
	text-align: center;
	height: auto;
}

#bodycontainer
{
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	margin-top: -230px;
	position: relative;
	z-index: 1;
}

#header
{
	position: relative;
	margin-top: -220px;
	margin-left: 20px;
}

.link
{
	border: none;
	position: absolute;
	height: 210px;
	width: 450px;
	top: 230px;
	left: 460px;
}

#links
{
	text-align: center;
}

#links a, a:link, a:hover, a:visited, a:after
{
	color: White;
}

#sublinks
{
	margin-top: 5px;
	margin-left: 50px;
}

#sublinks a, a:link, a:hover, a:visited, a:after
{
	font-size: 10px;
	color: Black;
	padding: 8px;
}

#content
{
	margin-top: 20px;
}

#footer
{
	clear: both;
	margin-top: 10px;
	text-align: center;
	font-size: 9px;
	margin-bottom: 10px;
	display: block;
}

#divWG
{
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#divWG table
{
	border: none;
}

#tblThumbsLayout
{
	text-align: left;
	margin: 0 auto;
}
#tblGalleryName
{
	margin-top: 2px;
}
.currentGalleryLocation
{
	color: White;
	font-weight: bold;
}
td#galleryNameCell
{
	font-size: 18px;
	font-weight: bold;
	color: #606060;
	margin: 6px 6px 0 0;
}
td#pagingCell
{
	text-align: right;
	white-space: nowrap;
}
.currentPage
{
	font-weight: normal;
}
td#pagingCell a, .currentPage
{
	font-size: 12px;
	padding: 3px 5px;
	vertical-align: middle;
}
td#pagingCell a:hover, .currentPage
{
}
td.tdImg
{
	border: 1px solid;
	border-color: #aaa #666 #666 #aaa;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	width: 200px;
	height: 200px;
	color: White;
}

td.tdImg img
{
	margin-top: 11px;
	border: 1px solid White;
}

td.tdImg img a:HOVER
{
	border: 1px solid black;
}


#pnCell
{
	text-align: right;
}
a.pn, a.pn:LINK, a.pn:VISITED
{
	color: #606060;
	font: 9px arial, helvetica, sans-serif;
	text-decoration: none;
	padding: 1px 4px;
}

.defaultInput
{
	border-right: Black 1px solid;
	border-top: Black 1px solid;
	font-size: 11px;
	border-left: Black 1px solid;
	border-bottom: Black 1px solid;
	background-color: White;
	color: Black;
}

.defaultDropDown
{
	font-size: 11px;
	color: Black;
	background-color: White;
	border-right: Black 1px solid;
	border-top: Black 1px solid;
	border-left: Black 1px solid;
	border-bottom: Black 1px solid;
	padding: 0px;
	margin: 0px;
}

/* links */

a.test:link, a.test:visited, a.test
{
	color: #718647;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

a.test:hover
{
	text-decoration: underline;
	padding: 0px;
}

a, a:link, a:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	border: 0px;
}

a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a.comingsoon, a.comingsoon:link, a.comingsoon:visited, a.comingsoon:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	border: 0px;
}

/* paging */

a.paging, a.paging:link, a.paging:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.paging:hover
{
	font-family: Arial;
	font-size: 11px;
	color: White;
	text-decoration: underline;
}

/* no paging */

a.nopaging, a.nopaging:link, a.nopaging:visited, a.nopaging:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* footer link */

a.footer, a.footer:link, a.footer:visited
{
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	padding: 0px;
}

a.footer:hover
{
	font-family: Arial;
	font-size: 9px;
	color: White;
	text-decoration: underline;
	padding: 0px;
}

a.standardlink, a.standardlink:link, a.standardlink:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 0px;
}

a.standardlink:hover
{
	font-family: Arial;
	font-size: 11px;
	color: White;
	text-decoration: underline;
	padding: 0px;
}


