* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fdffd9;
	color: #111;
	font-family: Arial,sans-serif;
	font-size: 14px;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 10px;
	padding: 20px;
	color: #a00;
	border-color: #a00;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#table_border, .table_border {
	background-color: #fff;
	border: 1px solid #a00;
	margin-bottom: 10px;
	padding: 0px;
}
.table_left {
	padding: 1px;
}
.left_menu {
	margin: 1px 0 1px 1px;
	padding: 3px 3px;
	text-align: center;
	border: 0px solid #ffce3f;
	background: #fff;
}
.table_content {
	width: 800px;
	float: right;
	border: 0px solid #ffce3f;
}
#header {
	width: 100%;
	background: #600;
}
#head_nav {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	color: #FFF;
	padding: 9px 0;
	text-align: center;
}
#filters {
	margin: 0px 5px;
}
#search {
	margin: 0px 5px;
}
#banner {
	clear: both;
	margin: 15px auto 15px auto;
	width: 468px;
	height: 60px;
}
#content {
	clear: both;
	padding-left: 1px;
	padding-right: 1px;
	min-height: 700px;
}
.rules {
	margin: 5px 0;
	text-align: justify;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a {
	color: #a00;
	text-decoration: underline;
}
a:hover {
	color: #008;
	text-decoration: none;
}
.copy {
	color: #111;
	text-decoration: none;
}

#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;
}

/* 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: #e2ffd9;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description {
	padding: 5px;
}
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #e2ffd9;
	padding: 2px;
}
.table_top_rating {
	background-color: #e2ffd9;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #eaeaea url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 8px;
	text-align: center;
}
.table_rank {
	background-color: #fff;
	color: #a00;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #a00;
	padding: 5px;
}
.table_desc_title {
	font-weight: bold;
}
.table_stats {
	background-color: #fff;
	border-bottom: 1px solid #a00;
	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: #e2ffd9; }
.stats1 {
	background-color: #e2ffd9;
	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: #e2ffd9;
}

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; }
