body {
	background-color: #000;
	color: #ccc;
	font-family: sans-serif;
	font-size: 12px;
}
#body-align { width: 890px; margin: 0 auto; padding: 0px; }
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
a:link { color: #0096ff; text-decoration: none; }
a:hover { color: #0096ff; text-decoration: none; }
a:visited { color: #0096ff; text-decoration: none; }

#wrapper {
/*	border: 1px solid #454545;*/
/*	left: 50%;
	margin-left: -350px;
	position: absolute;*/
	width: 888px;
}
#header {
	width: 890px;
}
#navigation {
/*	background: #4a4a4a url("title.png") repeat-x;*/
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
/*	text-align: center;
	width: 838px;*/
}

#left-column {
	width: 660px;
/*	padding-left: 15px;
	padding-right: 15px;*/
}

#filters {
	float: left;
	margin: 20px 45px 0px 10px;
}
#search {
	float: right;
	margin: 0px 25px 5px 45px;
	text-align: right;
}
#content {
/*	clear: both;*/
/*	padding-left: 15px;
	padding-right: 15px;*/
}

#right-column {
	width: 230px;
/*	margin: 0 10px 0 10px;*/
/*	padding-left: 15px;
	padding-right: 15px;*/
}
.content-right-box {
	margin: 0 20px 10px 0;
/*	padding: 10px 5px 10px 5px;*/
	border: solid 1px #454545;
}
.content-right-box-header {
	margin: 0px;
	padding: 5px;
	background-color: #454545;
	font-weight: bold;
}
.content-right-box-content {
	margin: 0px;
	padding: 10px 5px 10px 5px;
}

#copyright {
	margin: 10px;
	text-align: center;
}

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

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

.table_border {
/*	width: 660px;*/
	border: 1px solid #000;
	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: #454545;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.linkout, a:link a:hover {
	font-size: 15px;
	color: #0096ff;
/*	font-weight: bold;*/
	text-decoration: none;
}
.cat-link, a:link a:hover {
	font-size: 12px;
	color: #0096ff;
	text-decoration: none;
}

.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #454545;
	padding: 2px;
}
.table_top_rating {
	background-color: #454545;
	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 {
	background-color: #454545;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #454545;
	padding: 2px;
	text-align: center;
}

/* 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: #454545; }
.stats1 {
	background-color: #454545;
	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: #454545;
}

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; }

