body                  { color: #e2e7ea; font: 11px Tahoma }
.10  { color: white; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }
.10_m { color: black; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }
A:link      	                    { color: #e2e7ea; font-size: 11px; font-family: Tahoma; font-weight: normal; text-decoration: none }
A:hover  { color: #fff; font-size: 11px; font-family: Tahoma; font-weight: normal; text-decoration: none }
A:active  { color: #fff; font-size: 11px; font-family: Tahoma; font-weight: normal; text-decoration: none }
A:visited  { color: #e2e7ea; font-size: 11px; font-family: Tahoma; font-weight: normal; text-decoration: none }
A:link.navi           { color: #e2e7ea; font-size: 11px; font-family: Tahoma; text-decoration: none }
A:link.ots  { color: white; font-weight: bold; font-size: 10px; text-decoration: none }
A:link.him { color: #527aa3; font-weight: normal; font-size: 11px; text-decoration: none }
A:link.madeby { color: #ccc; font-weight: normal; font-size: 11px; text-decoration: none }
A:link.navi_2  { color: #fff; font-weight: normal; font-size: 11px; text-decoration: none }
A:visited.navi          { color: #e2e7ea; font-size: 11px; font-family: Tahoma; font-weight: normal; text-decoration: none }
A:visited.ots  { color: white; font-weight: bold; font-size: 10px; text-decoration: none }
A:visited.him { color: #527aa3; font-weight: normal; font-size: 11px; text-decoration: none }
A:visited.madeby { color: #ccc; font-weight: normal; font-size: 11px; text-decoration: none }
A:visited.navi_2  { color: #fff; font-weight: normal; font-size: 11px; text-decoration: none }
A:hover.navi           { color: #fff; font-size: 11px; font-family: Tahoma; font-weight: normal; text-decoration: none }
A:hover.ots  { color: #fc9; font-weight: bold; font-size: 10px; text-decoration: none }
A:hover.him { color: #9cf; font-weight: normal; font-size: 11px; text-decoration: none }
A:hover.madeby { font-weight: normal; font-size: 11px; text-decoration: underline }
A:hover.navi_2  { color: #f90; font-weight: normal; font-size: 11px; text-decoration: none }
A:active.navi           { color: #fff; font-size: 11px; font-family: Tahoma; font-weight: normal; text-decoration: none }
A:active.ots  { color: #fc9; font-weight: bold; font-size: 10px; text-decoration: none }
A:active.him { color: #527aa3; font-weight: normal; font-size: 11px; text-decoration: none }
A:active.madeby { color: #ccc; font-weight: normal; font-size: 11px; text-decoration: underline }
A:active.navi_2  { color: #fff; font-weight: normal; font-size: 11px; text-decoration: none }
td              { color: #e2e7ea; font: 11px Tahoma }
textarea       { font: 11px Tahoma }
input     { font: 11px Tahoma }
h1    { color: black; font-weight: bold; font-size: 14px; font-family: Verdana }
h2   { color: #f90; font-weight: bold; font-size: 12px; font-family: Verdana }
select   { font-size: 11px; font-family: Tahoma }
img.border { border: 1px solid #CCCCCC; }
.shadow {  filter: Shadow(Color=#2d3539, Direction=122)}
.photo {  background-color: #990033; margin-left: 12px; border: 1px #FFFFFF dotted; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 6px}
.rivi     { line-height: 130% }
.rivi2     { line-height: 160% }
.rivi3     { line-height: 200% }

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

