body {
background:transparent url(bg.gif) repeat scroll 0 0;
color:#000000;
font-family:sans-serif;
font-size:12px;
}
h1, h2, h3 {
margin:0;
padding:0;
}
#wrapper {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
left:50%;
margin-left:-470px;
position:absolute;
width:940px;
}
#header {
width:940px;
}
#navigation {
background:#000000 url(title.gif) repeat-x scroll 0 0;
color:#FFFFFF;
margin:1px;
padding-bottom:7px;
padding-top:3px;
text-align:center;
width:938px;
}
#filters {
float:left;
margin:11px;
}
#search {
float:right;
margin:9px;
text-align:right;
}
#content {
clear:both;
padding-left:11px;
padding-right:12px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #D09320; }
a:hover { color: #EAC275; }

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

.table_border {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #C3D9FF url("title.gif") repeat-x;
	font-size: 14px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #F4F4F4;
	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: #F4F4F4;
	padding: 2px;
}
.table_top_rating {
	background-color: #F4F4F4;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #000000 url("title.gif") repeat-x;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_rank {
	background-color: #F4F4F4;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #F4F4F4;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #000000 url("title.gif") repeat-x;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.stats_left { background-color: #F4F4F4; }
.stats1 {
	background-color: #F4F4F4;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #CCCCCC;
  color: #fff;
  padding: 1px;
}
.mediumbg {
	background: #CC0000 url("title.gif") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #F4F4F4;
}

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