body {
	background-color: #ebebeb;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	color: #404040;
	font-family: tahoma;
	font-size: 7pt;
	margin: 0px;
	cursor: default;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 7pt;
}
fieldset {
  border: 1px solid #737373;
}
#wrapper {
	left: 10px;
	top: 135px;
	position: absolute;
	width: 650px;
}

#navigation {
	color: #404040;
	margin: 1px;
	padding-bottom: 10px;
	padding-top: 7px;
	text-align: center;
	width: 650px;
}
#filters {
	float: left;
	margin-bottom: 15px;
	margin-left: 1px;
}
#search {
	float: right;
	margin-bottom: 15px;
	margin-right: 1px;
	text-align: right;
}
#content {
	clear: both;
}
#welcome {
	width: 650px;
	text-align: justify;
	margin-left: 1px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a {
	color: #c35325;
	text-decoration: none;
}
a:hover {
	color: #404040;
	text-decoration: underline;
	cursor: crosshair;
}

#navigation a, .table_top_title a {
	color: #c35325;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover, .table_top_title a:hover {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
	cursor: crosshair;
}

.table_border {
	margin-bottom: 10px;
	padding: 0px;
}

/* Top Ranking Style */
.table_top_title {
	background: #e0e0e0;
	font-size: 7pt;
	color: #404040;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.table_top_rank {
	background-color: transparent;
	font-size: 7pt;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.table_top_description {
	background-color: transparent;
}
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: transparent;
	padding: 2px;
}
.table_top_rating {
	background-color: transparent;
	text-align: center;
}

/* Ranking Style */
.table_title {
	background: #e0e0e0;
	color: #404040;
	font-size: 7pt;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.table_rank {
	background-color: transparent;
	font-size: 7pt;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.table_description { 
	background-color: transparent;
	width: 100%; 
}
.table_stats {
	background-color: transparent;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #e0e0e0;
	color: #404040;
	font-size: 7pt;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.stats_left { background-color: #e0e0e0; }
.stats1 {
	background-color: #e0e0e0;
	text-align: center;
}
.stats2 {
	background-color: transparent;
	text-align: center;
}

/* Admin */
.darkbg {
	background-color: #737373;
	color: #404040;
}
.mediumbg {
	background: #e0e0e0;
	color: #404040;
	font-size: 7pt;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
.lightbg {
	color: #404040;
	background-color: #FFF;
}
.lightbgalt {
	color: #404040;
	background-color: #e0e0e0;
}
table { width: 100%; }

/* No Borders Images */
img {
	border: 0; 
}
INPUT, TEXTAREA, SELECT, BUTTON {
	CURSOR: default; 
	FONT-SIZE: 7pt; 
	FONT-FAMILY: tahoma; 
	COLOR: #404040; 
	BACKGROUND-COLOR: #e0e0e0; 
	BORDER: 1px solid silver; 
	margin-top: 1px; 
	margin-bottom: 1px
}
