body {
	background: url('images/bg.jpg') no-repeat top center #465e82;
	color: #444;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin:0px;
	margin-bottom: 15px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
#wrapper {
	width: 730px;
	margin:auto;
	text-align:center;
}
#topnav {
	height:30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
#topnav a {
	color: #fff;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#topnav a:hover {
	color: #fff;
}
#topnav input, #topnav select, #topnav option {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial;
}
#header {
	
}
#navigation {
	color: #000;
	line-height: 55px;
	text-align: center;
}
#filters {
	float: left;
	margin-right: 15px;
}
#search {
	float: right;
	text-align: right;
}
#content {
	clear: both;
}
#copyright {
	padding:10px;
	margin-top:10px;
	text-align: center;
	font-weight: bold;
	color: #9EAFD8;
}
#copyright a {
	color: #9EAFD8;
}

h1 {
	font-size: 32px;
	margin-bottom:15px;
	color: #000;
}

/* Hyper Links */
a { color: #5bb3c3; text-decoration: none; outline: none; }
a:hover { color: #c27158; text-decoration: underline; }

#navigation a, .table_top_title a {
	color: #000;
	text-decoration: none;
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation a:hover, .table_top_title a:hover {
	text-decoration: underline;
}

.table_border {
	background: url('images/table_bg.png') repeat-y top center;
	padding-right: 18px; padding-top: 5px; padding-bottom: 5px;
	padding-left: 18px;
	color: #fff;
	text-align:left;

}
.table_top_open h1 {
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	margin:0;
}
.table_top_open {
	display:block;
	height: 37px;
	background: url('images/feature_top.png') no-repeat center top;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top: 15px; height: 22px; padding-left: 22px;
}


.table_top_close {
	display:block;
	height: 39px;
	background: url('images/table_bottom.png') no-repeat center top;						  
}


/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	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 {
	
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}
.table_top_rating {
	
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("images/title.png") repeat-x;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_title2 {
	font-size:17px;
	padding-top:5px;
	font-family: Georgia, 'Times New Roman';
	font-weight: normal;
	display: block;
}
.table_rank {
	font-size: 28px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
.table_description { line-height: 18px; }
.table_stats {
	padding: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.border2 {
border: 1px solid #fff;
font-size: 12px;
font-family: Tahoma, Arial;
background-color: #273242;
color: #fff;
padding:3px;
padding-top: 1px;
padding-bottom: 1px;
}
.border2:hover {
	color: #273242;
	background-color: #fff;
}
.border3 {
border: 1px solid #fff;
font-size: 12px;
font-family: Tahoma, Arial;
color: #fff;
background-color: #3e6a74;
font-weight: bold;
padding:3px;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("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;
}

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

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
	color: #666;
	font-weight: bold;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
