body
{
	background-color: #000000;
	color: #C0C0C0;
	font-family: sans-serif;
	font-size: 12px;
  SCROLLBAR-FACE-COLOR: #000000;
  SCROLLBAR-HIGHLIGHT-COLOR: #333333;
  SCROLLBAR-SHADOW-COLOR: #000000;
  SCROLLBAR-DARKSHADOW-COLOR: #000000;
  SCROLLBAR-ARROW-COLOR: #AA0606;
  SCROLLBAR-3DLIGHT-COLOR: #333333;
  SCROLLBAR-TRACK-COLOR: #000000;
}

h1, h2, h3
{
  margin: 0px;
  padding: 0px;
}

#wrapper
{
	border: 0px solid #C0C0C0;
  left: 50%; 
	margin-left: -400px; 
	position: absolute; 
	width: 800px;
}

#header
{
	width: 800px;
}

#navigation
{
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 800px;
}
#filters
{
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content
{
	clear: both;
	padding-left: 40px;
	padding-right: 40px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #FFF; }
a:hover { color: #FF0000; }

#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 {
	border: 1px solid #C0C0C0;
	margin-bottom: 10px;
	padding: 1px;
}

/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 12px;
	color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description
{
background-color: #666666;
}

.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #333333;
	padding: 2px;
}
.table_top_rating {
	background-color: #666666;
	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: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.table_description
{
width: 70%;
background-color: #666666;
}
.table_stats {
	background-color: #333333;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
	color: #C0C0C0;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #222222; }
.stats1 {
	background-color: #222222;
	text-align: center;
}
.stats2 {
	background-color: #333333;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #000;
  color: #333;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.lightbg {
	color: #C0C0C0;
	background-color: #333;
	text-align: center;
}
.lightbgalt {
	color: #C0C0C0;
	background-color: #666;
	text-align: center;
}

table { width: 99%; }
/* No Borders Images */
img { border: 0; }

