body {
	background: #353535;
	color: #333333;
  	margin-top: 0;
  	margin-bottom: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height: 100%;
	min-height: 100%;;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	background: transparent url(background.png) repeat-y top left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 100%;
	background-color: #353535;
}
#container {
  padding: 0 19px 0 19px;
}
#navigation {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 100%;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#google_ad {
	clear: both;
	padding: 20px;
	text-align: center;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	background: #222931;
	color: #ccc;
	font-size:9px;
	font-weight:normal;
	margin: 0;
	padding:20px 0 10px 0;
	text-align: center;
	width: 100%;
}

/* Hyper Links */
a { color: #00c; }
a:hover { color: #006; }

#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 {
	margin-bottom: 10px;
}
.table_stats_color {
	background-color:#dcdcdc;
}

/* Top Ranking Style */
.table_top_title, .table_title {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank, .table_rank {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description, .table_description {
	padding: 6px;
}
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats, .table_stats {
	margin: 0;
	padding: 4px;
}
.table_top_rating {
	text-align: center;
	margin: 0;
	padding: 10px;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	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;
}
.sitename {
	font-size: 14px;
	font-weight: bold;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	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;
}

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

/* Gateway Page */
.gatewayvote {
	font-size: 16px;
	font-weight: bold;
}

