/* UNIVERSAL */
body{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #e0e0e0;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/* /UNIVERSAL */

/* HEADER */
#header-navagation a{
	font-weight: bold;
	font-size: 8pt;
	padding: 2px 5px;
	text-decoration: none;
}

#header{
	font-size: 8pt;
	height: 40px;
	background-image: url(http://www.blackxchange.net/images/member-header-background2.png);
	background-repeat: repeat-x;
}
#header a{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px;
}
#header a:hover{
	color: #404040;
	text-decoration: none;
	padding: 0px 5px;
}
/* /HEADER */

/* NAVAGATION */
#user-navagation{
	background-color: #FFFFFF;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}
#user-navagation td{
	background-image: url(../images/member-button-shade2.png);
}
#user-navagation td.normal:hover{
	color: #404040;
	background: none;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
}
#user-navagation td.normal:hover a{
	color: #404040;
}
#user-navagation td.normal{
	color: #808080;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
}
#user-navagation td.active{
	color: #404040;
	background: none;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
}

#user-navagation a{
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
#user-navagation a:hover{
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

#counter{
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	background-image: url(../images/user-button-shade.jpg);
}
/* /NAVAGATION */

/*  LOGGED IN NAVAGATION */
#LOGuser-navagation{
	background-color: #FFFFFF;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}
#LOGuser-navagation td{
	background-image: url(../images/member-button-shade2.png);
}
#LOGuser-navagation td.normal:hover{
	color: #404040;
	background: none;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
}
#LOGuser-navagation td.normal:hover a{
	color: #ffffff;
}
#LOGuser-navagation td.normal{
	color: #808080;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
}
#LOGuser-navagation td.active{
	color: #404040;
	background: none;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
}

#LOGuser-navagation a{
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
#LOGuser-navagation a:hover{
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

#LOGcounter{
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	background-image: url(../images/user-button-shade.jpg);
}
/* /LOGGED IN NAVAGATION */

/* BODY */
#body{
	padding: 10px;
	background-color: #FFFFFF;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

#title{
	color: #000000;
	font-size: 18pt;
	background-image: url(../images/member-title2.png);
	background-repeat: no-repeat;
	height: 55px;
	vertical-align: middle;
}
/* /BODY */

/* FORM */
.search_red{
	background: transparent url(../images/search_red.png) no-repeat center top;
	height: 22px;
	width: 68px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
/* /FORM */

/* FOOTER */
#footer{
	background-image: url(../images/member-footer.png);
	background-repeat: no-repeat;
}
#footer a{
	color: #808080;
	font-weight: bold;
	font-size: 8pt;
	padding: 0px 5px;
	text-decoration: none;
}
#footer a:hover{
	color: #404040;
	font-weight: bold;
	font-size: 8pt;
	padding: 0px 5px;
	text-decoration: none;
}

#copyright{
	color: #808080;
	font-size: 8pt;
}
#copyright a{
	color: #808080;
	font-weight: bold;
	font-size: 8pt;
	padding: 0px 5px;
	text-decoration: none;
}
#copyright a:hover{
	color: #404040;
	font-weight: bold;
	font-size: 8pt;
	padding: 0px 5px;
	text-decoration: none;
}
/* /FOOTER */





/* Lightbox (used to pop up the image) */

#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: #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-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(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* /Lightbox (used to pop up the image) */
