body {
	background: #000000 url("page_scanlines.gif");
	color: #333300;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
.category_title {
	color: #FFFF00;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
#wrapper {
	width: 750px;
	left: 50%;
	margin-left: -375px;
	position: absolute;
	
}
#header {
	width: 750px;
}
#navigation {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFFFFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 698px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	background: #000000 url("main_table_scanlines.gif");
	clear: both;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a {
	color: #3399FF;
}
a:hover {
	color: #66FFCC;
}

#navigation a, .table_top_title a {
	color: #3399FF;
}
#navigation a:hover, .table_top_title a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.table_border {
	border: 1px outset;
	margin-bottom: 10px;
	padding: 0px;
}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #CCCCCC;
	color: #FFFFFF;
	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: #CCCCCC;
	padding: 2px;
}
.table_top_rating {
	background-color: #CCCCCC;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {
	width: 100%;
	color: #3333FF;
	background-color: #EEEEEE;
}
.table_stats {
	background-color: #CCCCCC;
	padding: 2px;
	text-align: center;
}
/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left {
	background-color: #666666;
	color: #66CCFF;
}
.stats1 {
	background-color: #EEEEEE;
	text-align: center;
}
.stats2 {
	color: #666666;
	background-color: #DDDDDD;
	text-align: center;
}

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

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

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

.join_edit_error {
	background-color: #FF9999;
	border: 1px solid #993300;
	padding: 1px;
}

a.help {
	color: #3366FF;
	font-weight: bold;
	text-decoration: none;
}
a.help:hover { color: #FFFFFF; }
.pbodyhilight {
	color: #FFFFFF;
}