body {
	background-color: #131313;
	color: #555;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	border: 1px solid #252525;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	width: 800px;
	background: #060606 url("club.png") repeat;
}
#header {
	width: 800px; height:150px;
}
#navigation {
	background: #000 url("title1.png") repeat-x;
	border: 1px dashed #242424;
	color: yellow;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 798px;
}
#filters {
	float: left;
	margin: 15px;
	font-family: Arial;
  font-size: 10px;
	color:white;
	background-color: #111;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	scrollbar-face-color: #2B2A4D; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #49446E; 
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #1B2430; 
	scrollbar-track-color: #3D3961;
	scrollbar-arrow-color: #ffffff;
}
#search {
	float: right;
	margin: 15px;
	padding:2px;
	text-align: right;
	background-color: #111;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #555; }
a:hover { color: #333; }

#navigation a, .table_top_title a { color: yellow; }
#navigation a:hover, .table_top_title a:hover {
	color: #DDD;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #222;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: black url("title1.png") repeat-x;
	border: 1px dashed #242424;
	font-size: 12px;
	color: yellow;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #222;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #222;
	padding: 2px;
}
.table_top_rating {
	background-color: #222;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: brown url("title1.png") repeat-x;
	border: 1px dashed #242424;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #222;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%;
	background-color:#0A0A0A; }
.table_stats {
	background-color: #222;
	padding: 2px;
	text-align: center;
}
.table_foto {
	background-color: #030303;
	border: 1px solid #000;
	padding: 1px;
	width:50px;
	height:75px;
}
.table_foto a {
	border: 3px solid #555;
}
.table_banner {
	background-color: black;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
	padding: 5px;
	padding-left:20px;
	width:650px;
	height:150px;
	color:#333;
}
.table_banner2 {
	background-color: black;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
	padding: 10px;
	width:650px;
	height:100%;
	color:#333;
}
.table_banner1 {
	text-align:left;
	background-color: SeaGreen;
	border-left: 1px solid PaleGreen;
	border-top: 1px solid PaleGreen;
	border-right: 1px solid DimGray;
	border-bottom: 1px solid DimGray;
	text-weight:bold;
	padding: 10px;
	padding-left: 25px;
	align:left;
	width:350px;
	height:100%;
	color:white;
	margin-top:10px;
}
.table_stats_alexa {
	background-color: #001438;
	border: 1px solid #000;
	padding: 5px;
	font-weight:bold;
	text-align: right;
	color:white;
}
/* Stats Style */
.stats_top {
	background: #000 url("title1.png") repeat-x;
	border: 1px dashed #242424;
	color: yellow;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #222; }
.stats1 {
	background-color: #222;
	text-align: center;
}
.stats2 {
	background-color: #111;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #000;
  color: #666;
}
.mediumbg {
	background: #000 url("title1.png") repeat-x;
	border: 1px dashed #242424;
	color: yellow;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #666;
	background-color: #111;
}
.lightbgalt {
	color: #666;
	background-color: #222;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #333;
	color:#999;
	border:#555;
	background-color: #111;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #242424;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }

.select {
	background-color: #111;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color:#999;
	scrollbar-face-color: #2B2A4D; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #49446E; 
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #1B2430; 
	scrollbar-track-color: #3D3961;
	scrollbar-arrow-color: #ffffff;
	font-family: Arial;
  font-size: 1.2em;
  font-weight: bold;
}
.iframe {
	scrollbar-face-color: #10102E; 
	scrollbar-shadow-color: #060621; 
	scrollbar-highlight-color: #171738; 
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #060621; 
	scrollbar-track-color: #0D0D31;
	scrollbar-arrow-color: #778292;
	background-color: #0D0D31;
	border: none;
}
.border2 {
border: 1px solid #444;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #000;
color: #444;
padding:2px;
}
.border3 {
border: 1px solid #555;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: white;
background-color: #333;
font-weight: bold;
padding:2px;
}
.menubutt img {border: 1px solid black;}
.menubutt a:hover img {border:1px solid yellow;}

