@charset "utf-8";


/* PNG FIX for IE6 */

img { border:0px };
img, div { behavior: url(iepngfix.htc) }
img, div, a, input { behavior: url(iepngfix.htc) }


body {
	background: url(imgs/background.jpg) repeat-x;
	margin:0px;
	font: 12px Tahoma, Geneva, sans-serif;
}

#mainContent {
	width:701px;
	margin: 0px auto 0px auto;
	background: url(imgs/main_background.png) repeat-y;
	}
	
#contentArea {
	padding: 0px 3px 0px 4px;
	width:693px;
}

html > body #contentArea{
	padding:0px 4px 0px 4px;
	width:693px;
}

#header {
	width:693px;
}

#fiddy {
	width:693px;
	height:160px;
	padding:0px;
	margin:0px;
	background-color: #000;
	border: 1px solid #000;
}

.diamondIndustry {
	color:#497099;
}

#innerContent {
	width:590px;
	margin:0px auto 0px auto;
	padding:10px 30px 20px 30px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	font-weight:500;
	color:#666;
	
}

#menu {
	background:url(imgs/menu_background.jpg) repeat-x;
	height:40px;
	width:693px;
	font-size:13px;
	text-align:center;
}



#menu ul{
	padding:10px;
	margin:0px;
}
#menu li
{
	display: inline;
	list-style-type: none;
	padding: 0px 8px 10px 8px;
}

.shadowRule {
	width:693px;
	background:url(imgs/generic_white_dropshadow.jpg) repeat-x;
	height:10px;
}


#memberArea {
	padding:15px;
	height:200px;
	width:650px;
	margin: 0px auto 0px auto;
}

#flash_area {
	width:693px;
	height:353px;
	padding:0px;
	margin:0px;
}

#memberTitle {
	margin-bottom:25px;
}

#leftMembers {
	float:left;
	width:47%;
	color:#626262;
	background: url(imgs/member_area_rule.jpg) no-repeat right;
}

#password {
	padding-top:5px;
}

input {
	background: #f7f7f7;
	font-size:22px;
	font-weight: 100;
	color:#666;
	margin-top:2px;
	padding:4px 0px 3px 4px;
	height:28px;
	width:280px;
	border: 1px solid #aeaeae;
	text-align:left;
}

#login input {
	margin:10px 0px 0px -5px;
}

#rightMembers {
	float:left;
	width:48%;
	padding:0px 5px 0px 20px;
}

#footer {
	height: 80px;
	width:693px;
	background-color:#262626;
	color:#FFF;
}

.steelGrey {
	color:#8c98a4;
}

a:link    {color:#497099;}
a:visited {color:#497099;}
a:active  {color:#497099;}
a:hover   {color:#497099;}

a.footer:link    {color:#6ca1d8;}
a.footer:visited {color:#6ca1d8;}
a.footer:active  {color:#6ca1d8;}
a.footer:hover   {color:#6ca1d8;}

/* LIGHTBOX CSS */

#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: #e1e1e1; 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(imgs/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imgs/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #e1e1e1; 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; padding-top:5px;}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-top:5px; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.lightboxThumb {
	border: 5px solid #e1e1e1;
	margin: 15px;
}