body {
	background-color: #5374d7;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	color: #000;
	font-family: calibri, arial, verdana;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
.button {
	width: 122px;
	height: 22px;
	background:url("/images/button.png") no-repeat;
	border-width:0px;
	cursor: pointer;
	text-decoration: none;
}
#wrapper {
	border: 1px solid #000;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	width: 900px;
	background-image: url(/images/bg2.png);
	background-repeat: repeat-x;
	background-color: white;
}
#header {
	width: 900px;
}
#footer {
	font-size: 16px;
	width: 890px;
	height: 20px;
	padding-left: 5px; padding-right: 5px;
	background-image: url(/images/footer.png);
}
#navigation {
	background-image:url(/images/title.png);
	background-repeat:repeat-x;
	color: black;
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	width: 890px;
}
#filters {
	float: left;
	margin: 15px;
}

.menu {
	margin-left:10px;
	margin-right:10px;
}

a { color:darkblue;text-decoration:none; }
a:hover { color:orange;text-decoration:underline; }
a.link { color:darkgreen;text-decoration:none;font-size:12px; }
a:hover.link { color:orange;text-decoration:underline; }

#navigation a, .table_top_title a { color: darkblue; }
#navigation a:hover, .table_top_title a:hover {
	color: black;
	text-decoration: underline;
}

fieldset {
	padding: 10px;
	border: 1px solid #cccccc;
}

.table_border {
	margin-bottom: 10px;
	padding: 1px;
}
.table_top_title {
	background: black url(/images/title.png) repeat-x;
	font-size: 14px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
}
.table_top_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #DCDCDC;
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;
	text-align: center;
}
.table_title {
	background: black url(/images/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: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

.stats_top {
	background: #4a4a4a url(/images/title.png) repeat-x;
	color: #FFF;
	font-size: 12px;
	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;
}

.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url(/images/title.png) repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.lightbg {
	color: #000;
	background-color: #FFF;
	text-align: center;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
	text-align: center;
}

