body {
/**	color: #d6d6d6; */
	color: white;
	font-size: 10pt;
	margin:0px;
	padding:0px;
	font-family:verdana,tahoma,Trebuchet MS;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

#header {
	width: 700px;
}


#search {
	background:;
	clear:both;
	margin:5px 10px 0 0;
	padding:0px;
	width:;	
	float:right;
	height:20px;
	width:181px;
	background: url(search.png) no-repeat top left;
}

#search form {
	height:20px;
	width:181px;
	border:0px;
	background:none;
}

#search form input{
	font-size:10px;
	font-family:verdana,tahoma,Trebuchet MS;
	border:0px;
	background:none;
}
#search form #input_text{
width: 137px;
padding-top: 5px;
margin-left: 22px;
color:#bbbbbb;
margin-top:0px;
}
#search form #input_go{
	padding:0px;
	width: 14px;
}


#content {
	clear: both;

}
#copyright {

}

/* Hyper Links */
a { color:#7eaacb; text-decoration:none;outline-style:none;
outline-width:0; }
a:hover { color: #FFF;text-decoration:none; outline-style:none;
outline-width:0;}

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

.table_border {


}


#list_border {
	background-color:#19242c;

}

/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}
.table_top_description { }
.table_top_banner {
	float: left;

}
.table_top_stats {
	
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000000;
}
.table_top_rating {
	
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 470px; color:#d6d6d6; font-size:8pt;font-family:'lucida grande',tahoma,verdana,Trebuchet MS;}
.table_stats {
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left {  }
.stats1 {
	
	text-align: center;
}
.stats2 {
	
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

table { width: 100%; background-color:#000; }
tr{background-color:#19242c;}
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

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

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