/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#000000;
 color: #333333;
 text-align:center;
 font-family: Verdana, Helvetica;
 padding:0px;
 }

 .standard{
 font-family: Verdana, Helvetica;
 font-size: 12px;
 } 

a{
  color: #000000;
  text-decoration:none;
  }

a:hover{
  color: #FF0000;
  text-decoration:underline;
  }

#main {
 background: url("img/noxx_watermark.gif") no-repeat right bottom;
 background-color:#CDCDCD;
 }

#outer {
 text-align:left;
 border:0px solid #000000;
 width:775px;
 margin:auto;
 }

#hdr {
 height:60px;
 background:#333333;
 color: #ffffff;
 }

#bar {
 height:20px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 font-family: Verdana, Helvetica;
 font-size: 80%;
 text-align: center;
 }

#bodyblock {
 position:relative;
 background: #999999;
 color: #333333;
 width:775px;
 padding:0px;
 margin:0px;
 }

#l-col {
 float:left;
 background:#999999;
 color: #333333;
 width:130px;
 font-family: Verdana, Helvetica;
 text-align: left;
 margin: 5px;
 padding: 0px;
 }

 #r-col {
 float:right;
 background:#999999;
 color: #333333;
 width:130px;
 font-family: Verdana, Helvetica;
 text-align: left;
 margin: 5px;
 padding: 0px;
 }

 #c-col {
 color: #000000;
 font-family: Verdana, Helvetica;
 text-align: left;
 margin: 5px;
 padding: 0px;
 }

#cont {
 float:center;
 height: 424px;
 width:475px;
 background:#cdcdcd;
 color: #000000;
 font-size: 12px;
 border:solid #ff0000;
 border-width:0 0 0 0px;
 text-align:left;
 margin:0px;
 }

 #menuBox {
  background-color: #f0f0f0;
  border-color: #000000;
  border: 1px solid;
  font-family: Verdana, Helvetica;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
 
 #menuLabel {
  background-color: #606060;
  font-family: Verdana, Helvetica;
  font-weight: bold;
  color: #ffffff;
  text-align:center;
  padding: 2px;
}

 #menuLabel a{
  font-weight: bold;
  color: #ffffff;
}

 #menuLabel a:hover{
  color: #999999;
  text-decoration:underline;
}

 #menuInbox {
  border: 0px;
  font-family: Verdana, Helvetica;
  font-size: 14px;
  margin: 2px;
  padding: 5px;
  height: 15px;
}

#stdBox{
  padding: 2px;
}

#leftBox{
  float: left;
  width: 80px;
  padding: 5px;
}

 #right {
  float:right;
  border: 0px;
  border-top: 1px solid #AAAAAA;
  font-family: Verdana, Helvetica;
  font-weight: lighter;
  font-size: 10px;
  margin: 0px;
  padding-right: 3px;
}

 #right.even {
  background-color: #DDDDDD;
}

 #right.odd {
  background-color: #BBBBBB;
}

 #left {
  border: 0px;
  border-top: 1px solid #AAAAAA;
  font-family: Verdana, Helvetica;
  font-size: 9px;
  font-weight: lighter;
  margin: 0px;
  padding: 3px;
}

 #left.even {
  background-color: #DDDDDD;
}

 #left.odd {
  background-color: #BBBBBB;
}

#centerBox{
  float: center;
  width: 80px;
  padding: 5px;
}

#rightBox{
  float: right;
  width: 80px;
  padding: 5px;
}

#ftr {
 color: #000000;
 border:solid black;
 border-width:1px 0 0 0;
 font-family: Verdana, Helvetica;
 font-size: 60%;
 padding:3px;
 }
  
 ul { 
 margin: 2px 10px; 
 padding: 2px 10px;
 list-style-type: square;
 }

 ul.subcat { 
 margin: 1px 10px; 
 padding: 1px 10px;
 list-style-position: outside;
 list-style-image: url("img/arrow_bullet.gif")
 }

/**
 img {
 background-color: #E7E7E7;
 }
**/

.txt_home_red {
 font-family: Verdana, Helvetica;
 font-size: 80%;
 color:#FF0000;
}


input.std { background-color : #606060; font-size: 9px; color : #FFFFFF; border-color : #999999; font-family: Verdana, Helvetica;}
select.std { background-color : #f0f0f0; font-size: 10px; color : #000000; font-family: Verdana, Helvetica;}
option.parent { background-color : #BBBBBB; font-size: 12px; color : #000000; font-family: Verdana, Helvetica; font-weight: bold;}
option.sub { background-color : #DDDDDD; font-size: 12px; color : #000000; font-family: Verdana, Helvetica;}

/**** LIGHTBOX CSS ****/

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}