/* General */

select {	
	text-transform: capitalize;
}

body {
    background-color: #000000; /*CFDFE4;*/
	background-image: url("wall-cam-dark-orange.jpg");
	background-repeat: repeat;
	background-attachment: fixed;	
	font: 85% Arial, Hevetica, sans-serif;
	color: #FFFFFF;
	margin:0px;
	/*text-align: center;*/
}

font,th,td,p { 
	font-family: Arial, Helvetica, sans-serif	 
}
        a:link,a:active,a:visited { text-decoration: none; color : #fbb040; }
        a:hover { text-decoration: none; color : #fcd764; }

font.wall {
	background: #000000;
}
input.gm { 
 background-color: #000000; 
 border: 1px #fbb040 solid;
 color: #f99f36; 
}

#container {
	width: 100%;
	height: 800px;	
}
#content {
	position: absolute;	
	width: 95%;
	top: 120px;
	left: 35px;		
}
#what-float {
	position: absolute;	
	top: 120px;
	left: 50px;			
}
#search {	
	width: 100%;	
	text-align: center;	
}
#logo{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	left: 20px;
	top: 10px;
	font-size:9.5px;
	text-transform:uppercase;
	z-index: 5;
}

#banner {
	position: absolute;
	width: 100%;
	height: 68px;	
	top: 2px;
	left: 0;
	text-align: center;		
}

#wall-container {
	clear:both;
	position:relative;
	margin: 0;
	padding: 0;	
	width: 100%;
	height: 625px;	
	text-align:center;
	overflow:hidden;			
}

#wall {
	clear:both;
	position:relative;
	margin: 0 0 0 0;
	top: 45px;
	padding: 0;	
	width: 100%;
	height: 580px;	
	text-align:center;
	overflow:auto;
	/* scrollbar-arrow-color: #fbb040;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #000000;	*/		
}
div.poster {
	position:relative;
	float:left;
	width:auto;
	height:250px;
	margin-top:30px;
	margin-left:30px;	
}
#info {	
	position: relative;	
	margin-top: 10px;
	width: 400px;
	float: right;
	z-index:-10;	
}
#login {
	position: relative;
	float: right;
	padding: 10px 15px;
	font-size: 12px;
	z-index: 7;		
}
#upload {
	position: absolute;
	top: 50px;
	right: 0;
	padding: 0 15px 0 0;
	width: 220px;	
	text-align: left;	
}
#keyword {
	position:absolute;
	left:275px;
	top:27px;
	font-size:10px;
	z-index: 8;	
}
#page-links {
	position:absolute;
	left:0;
	top:10px;
	width:auto;
	font-size:6px;
	z-index: 5;
	text-align: left;
	font-size:12px;
}
#ppw { /*poster per wall box */
	position:absolute;
	left:120px;
	top:27px;
	width:150px;
	font-size:10px;
	z-index: 10;	
}
input.top {
	width: 75px;
	background: #000000;
	color: #ffffff;
	border: 1px #fbb040 solid;
}
#gig-alert {
	position:	fixed;
	float:		left;		
	bottom:		20px;
	margin:		auto auto auto 20px;
}
#foot-menu {
	position:	fixed;	
	float:		right;		
	bottom:		20px;
	right:		20px;
	font-size: 	11px;	
}
#float-box{
	/* background-image: url("wall.jpg"); */
	background:#000;	
}

#menu {
	position: relative;
	float: left;
	width: 200px;
	float: left;
	background:  no-repeat;
	background-image: url("menu-back.png");	
	text-align: left;
	padding: 40px 0px 0px 40px;
	height: 250px;
	color: #000000;
}
#menu a:link, #menu a:active, #menu a:visited { text-decoration: none; color : #000000; }
#menu a:hover { text-decoration: none; color : #888888; }

#members {
	position: absolute;	
	width: auto;
	left: 250px;
	right: 140px;	
	text-align: center;	
	padding: 0;			
}

#backstage-banner {
	position: absolute;	
	width: 120px;
	height: 540px;
	right: 5px;
	top: 0;
	left: auto;
	padding: 0;	
}

img.out {
	border:1px solid transparent;
}
img.over {
	border:1px solid #fbb040;
}

tr.over {
	background:#5c5c5c;
}
div.country {
	float: left;
}
div.region {
	float: left;	
}
div.city {
	float: left;	
}