body
{
	background-color: #eeffee;
	/* background-image: url("/images/nav/bg-gradient2.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	margin: 0px;
}

.dinky
{
	background-repeat: no-repeat;
	color: black;
	font-size: 10px;
	margin: 0px;
}
form
{
	margin: 0px;
}

A
{
	color: #002F2C;
	text-decoration: underline;
	font-weight: bold;
}

A.boldlink
{
	font-weight: bold;
	text-decoration: underline;
}

.big
{
	color: #002F2C;
	font-weight: bold;
	font-family: Arial Black, Verdana, sans-serif;
	font-size: 18px;
}

A.big
{
	color: #002F2C;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial Black, Verdana, sans-serif;
	font-size: 18px;
}

A:hover
{
	color: #26978f;
	text-decoration: underline;
}

A.boldlink:hover {
  text-decoration: underline;
}

.darkbg
{
	color: #33FF66;
	text-decoration: none;
	font-weight: normal;
}

.langbar
{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	border:1px;
}


H1 {
	font-family: Arial Black, Verdana, sans-serif;
	font-size: 16px;
	color: #4b0004;
	margin: 0px;
	text-align: left;
}

H2 {
	font-family: Arial Black, Verdana, sans-serif;
	color: #4b0004;
	font-size: 14px;
	margin: 0px;
	text-align: left;
}

H3 {
	font-family: Arial Black, Verdana, sans-serif;
	color: #4b0004;
	font-size: 13px;
	margin: 0px;
	text-align: left;
}

td.header {
  padding: 5px;
  font-size:11px;
  font-weight: bold;
  background: #eee;
}

.bold
{
	font-weight: bold;
}
.redbold
{
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

.bluebold
{
	color: #0033CC;
	font-size: 12px;
	font-weight: bold;
}

.blackbold
{
	color: #000;
	font-weight: bold;
}

.form_error {
  text-align:left;
  color: #CC0000;
}

.messages_error {
  text-align: left;
  color: #CC0000;
 }

th {
	text-align:left;
	text-weight: heavy;
}

ul {
	margin: 0;
	padding-left: 20px;
}

fieldset{
	font-size: 11px;
	font-weight: bold;
}
ul.legend {
	font-size: 11px;
	font-weight: normal;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.rounded_main123
{
	background-color: #FFF;/* if needed */
	border: 1px #002F2C solid; /* if needed */
	-webkit-border-radius: 15px; /* for Safari */
	-moz-border-radius: 15px; /* for Firefox */
}

.rounded_sidebar123
{
	padding:10px;
	background-color: #E1D5BD;/* if needed */
	border: 1px #002F2C solid; /* if needed */
	-webkit-border-radius: 15px; /* for Safari */
	-moz-border-radius: 15px; /* for Firefox */
}



