body {
background: url(images/bg.gif) #eeeeee;
background-repeat: repeat-x;
margin: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

a:link {color: #333333; text-decoration: none}
a:visited {color: #333333; text-decoration: none}
a:hover {color:#666666; text-decoration: none}

.boxtext { 
font: 12px Tahoma,sans-serif;
color: #333333;
padding-left: 4px;
padding-right: 4px;
text-align: justify;
}

.foot { 
padding-top: 7px;
}

.box1 {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}

.login {
padding-left: 17px;
padding-top: 0px;
}

input {
background: #FFFFFF;
border:1px inset #bbbbbb;
color: black;
font: 11px Tahoma,sans-serif;
padding: 0px;
}

INPUT.submit {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: url(images/submit.gif) #ffcc00 no-repeat; WIDTH: 75px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: Tahoma, Verdana; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 20px; BORDER-BOTTOM-STYLE: none
}


.boxl {
	font-family: Tahoma,sans-serif;
	font-size: 11;
	color: #333333;
}

.content { 
padding-left: 5px;
padding-right: 5px;
}

.txta {
font: 12px Tahoma,sans-serif;
color: #333333;
}

.button {font: 10px Tahoma,sans-serif;border: 1px solid #DEDEDE; padding: 1px; margin: 1px; color: #333333; background-color: #FFFFFF}
.innerbutton {font: 10px Tahoma,sans-serif;background: #F9F9F9; padding-top: 3px; padding-bottom: 2px; padding-left: 5px; font-weight: bold}

.tdhead {
	font: 12px Tahoma,sans-serif;
	color: #333333;
	padding-left: 4px;
	font-weight: bold;
	background: #77c32c url(images/thead.gif);
}

.txhead {
	color: #333333;
	padding-left: 4px;
	background: url(images/rateables_10.gif);
}

.imagethumb a {
	display: block;
	padding: 10px;
	margin: 0px;
	border: 1px solid #669900;
	background: #FFFFFF;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #666600;
	background: #FFFFFF;
}
.imagethumb a:hover {
	border: 1px solid #cccc33;
	background: #99ccff;
}

.image { 
	margin: 0;
	padding: 0;
	border: 0;
}

#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;
	}