*
{
	margin:0;
	padding:0;
	list-style:none;
}

html
{
	height:100%;
}

body
{
	text-align:center;
	color:#ffffff;
	font-family:arial,Verdana,sans-serif;
	font-size:12px;
	/*font-variant:small-caps;*/
	background:url('../images/background.jpg') repeat-x #222325;
	height:100%;
}

body a, body img
{
	border:none;
	color:transparent;
}

#global
{
	position:relative;
	min-height:100%;
}

#page
{
	margin:auto;
	width:760px;
	height:100%;
}

#left_column
{
	float:left;
	width:530px;
	height:auto;
	margin-bottom:64px;
}

#right_column
{
	float:right;
	width:230px;
	height:auto;
}

#left_search
{
	background:url('../images/left_search.gif') no-repeat;
	width:513px;
	height:47px;
}

#left_profiles
{
	background:url('../images/left_profiles.gif') no-repeat;
	width:513px;
	height:47px;
	margin-top:17px;
}

#left_userprofile
{
	background:url('../images/left_userprofile.gif') no-repeat;
	width:513px;
	height:47px;
}

#left_userdetails
{
	background:url('../images/left_userdetails.gif') no-repeat;
	width:513px;
	height:47px;
}

#left_signup
{
	background:url('../images/left_signup.gif') no-repeat;
	width:513px;
	height:47px;
}

#left_content
{
	background:#ffffff;
	width:513px;
	min-height:50px;
	text-align:left;
}

#left_footer
{
	background:url('../images/left_bottom.gif') no-repeat;
	width:513px;
	height:5px;
	/*margin-bottom:17px;*/
}

#right_login
{
	background:url('../images/right_login.gif') no-repeat;
	width:229px;
	height:47px;
}

#right_control
{
	background:url('../images/right_control.gif') no-repeat;
	width:229px;
	height:47px;
}

#right_stats
{
	background:url('../images/right_stats.gif') no-repeat;
	width:229px;
	height:47px;
}

#right_partners
{
	background:url('../images/right_partners.gif') no-repeat;
	width:229px;
	height:47px;
}

#right_content
{
	background:#ffffff;
	width:229px;
	min-height:50px;
	text-align:left;
}

#right_footer
{
	background:url('../images/right_bottom.gif') no-repeat;
	width:229px;
	height:5px;
	margin-bottom:17px;
}

#footer
{
	margin:auto;
	position:fixed;
	margin-top:24px;
	background:url('../images/footer.png') center no-repeat;
	width:100%;
	height:47px;
	bottom:0px;
}

#footer a
{
	color:silver;
	font-weight:bold;
	text-decoration:none;
	background:#444444;
	padding:2px 5px 2px 5px;
	border:solid 1px #666666;
	-moz-border-radius:4px 4px 4px 4px;
}

#footer a:hover
{
	background:#333333;
}


#content
{
	color:#333333;
	padding:10px;
}

#content a:link, #content a:visited
{
	color:#333333;
	text-decoration:none;
}

#content a:active, #content a:hover
{
	color:#555555;
}

#content_signup
{
	color:#333333;
	padding:10px;
	line-height:30px;
}

.form_signup
{
	margin:0 0 9px 0;
	width:230px;
}

.bold
{
	font-weight:bold;
}

.italic
{
	font-style:italic;
	color:#666666;
}

.center
{
	text-align:center;
}

.search_age
{
	width:30px;
	text-align:center;
	font-weight:bold;
}

.username
{
	font-weight:bold;
	font-size:14px;
}

.profile_pic
{
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
	margin-bottom:10px;
}

.userdetails_pic
{
	width:100px;
	height:100px;
	margin-left:9px;
	margin-bottom:10px;
	margin-top:15px;
}

.manage_pic
{
	width:100px;
	height:100px;
	margin-left:10px;
	margin-bottom:-45px;
	margin-right:15px;
	margin-top:30px;
}

/*.userdetails_pic:hover
{
	margin-left:0;
	width:auto;
	max-width:493px;
	height:auto;
}*/

#lightbox
{
	position:absolute;
	margin-top:120px;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
}

#lightbox a img
{
	border:none;
}

#outerImageContainer
{
	position:relative;
	background-color:#ffffff;
	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(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:#ffffff;
	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:#000000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.pageslinks
{
	text-align:center;
	margin-bottom:5px;
	white-space:nowrap !important;
}

.pageslist
{
	border:solid 1px #888888;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	white-space:nowrap !important;
}

.pageslist:hover
{
	background-color:#eeeeee;
	color:black;
}

.pagesliston
{
	border:solid 1px #888888;
	background-color:#dddddd;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
}

.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 */
}
