body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
everything{ }
.text {
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666
}

 
 A:hover{color: #CCCCCC; text-decoration:underline; }
 A.style3 {color: #333333}
	   
   
 A{color: #FFFFFF; text-decoration: none;}
	INPUT,SELECT,TEXTAREA {
		COLOR: #FFFFFF;
		FONT-FAMILY: Verdana, Helvetica;
		FONT-SIZE: 10px;
		background : #999999;
		border : 1px solid #FFFFFF;
		font-weight : 900;
	}
	
content{
	float:right;
	margin:14px;
	text-align:left;
}
.style1 {color: #666666}
.style2 {
	
	font-weight: bold;
	font-size: 10px;
    font-family: Verdana;
    color: #333333;
}
.style3 {color: #333333}
.style4 {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
}
footer {
 vertical-align: super;
}
.project {
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
	border : 1px solid #FFFFFF;
	text-align:left;
}
.affiliates {
	text-align:left;
	padding:2px;
}



/*----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 */
	}
	
	
/*----end of lightbox css---*/
/*----start of facebox css--*/

#facebox .b {
  background:url(js/facebox/b.png);
}

#facebox .tl {
  background:url(js/facebox/tl.png);
}

#facebox .tr {
  background:url(js/facebox/tr.png);
}

#facebox .bl {
  background:url(js/facebox/bl.png);
}

#facebox .br {
  background:url(js/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}



/*----end of facebox css--*/
input{
width:180px;
height:20px;
background-color: #F0F0F0;
border:1px solid #0C5B87;
margin-bottom:5px;
color:#000000;
}


textarea{
width:300px;
height:150px;
background-color:#F0F0F0;
border:1px solid #0C5B87;
margin-bottom:5px;
color:#000000;
}

select {
width:180px;
height:20px;
background-color:#F0F0F0;
margin-bottom:15px;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #0C5B87;
}

.cBox{
width:300px;
height:20px;
background-color:#F0F0F0;
border:1px solid  #0C5B87;
margin-bottom:5px;
color:#000000;
}


input.light{
width:180px;
height:20px;
background-color:#1f1f1f;
border:1px solid #0C5B87;
margin-bottom:15px;
color:#000000;
padding:2px 2px 2px 6px;
}

.submit{
width:146px;
height:20px;
background-color:#2c2c2c;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#CCCCC6;
margin:0px 0px 0px 0px;
padding:0px;
cursor:default;

}