body {
	background: #000 url('images/bg.jpg') no-repeat center top;
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	margin-top:45px;
}
a {
	outline: none;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top:10px;
	margin-bottom: 25px;
}
#wrapper {
	margin:auto;
	width: 900px;
}
#navigation {
	background: url("images/navbg.gif") repeat-x center center;
	color: #FFF;
	font-weight: bold;
	height: 51px;
	line-height: 51px;
	text-align: center;
}
#rightblock {
	background: #333;
	width: 200px;
	float:right;
	padding:10px;
	color: #fff;
}
.blockhead {
	font-size: 21px;
	font-weight: normal;
	padding-top:10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}
.nmem {
	float:right;
	padding-right:15px;
	font-size: 16px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	color: #ccc;
}
.nmem strong {
	font-weight: normal;
}
#filters {
}
#search {
}
#content {
	padding:15px;
	background: #222;
	width:650px;
	line-height: 21px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #b5f9ff; }
a:hover { color: #fff; text-decoration:none; }

#navigation a, .table_top_title a { color: #FFF;text-decoration: none; }
#navigation a:hover, .table_top_title a:hover {
	text-decoration: none;
}

#navigation a {
	float: left;
	display: block;
	color: #ccc;
	padding-left:15px;
	padding-right: 15px;
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-left: 1px #727c85 solid;
	border-right: 1px #121314 solid;
}
#navigation a:hover {
	background: url('images/navbghover.gif') repeat-x;
	color: #abbccf;
}
.table_border {
	margin-bottom: 10px;
	padding: 1px;
}
/* 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 {
	background-color: #DCDCDC;
	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: #DCDCDC;
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.table_row {
	background: #333;
	color: #fff;
}
.table_row a {
	color: #b5f9ff;
	text-decoration: none;
}
.table_row a:hover {
	color: #fff;
	text-decoration: underline;
}
.table_link {
	font-size: 16px;
	text-decoration: none;
}
.table_description { width: 100%; }
.table_stats {
	padding: 2px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	font-size: 20px;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #DCDCDC; }
.stats1 {
	background-color: #DCDCDC;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	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%; }
/* 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;
}

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