body {
	color: #fff;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

#header {
	width: 754px;
}
#navigation {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 698px;
}

#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;

}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color:#bc9837; text-decoration:none;outline-style:none;
outline-width:0; }
a:hover { color: #ffb400;text-decoration:underline; outline-style:none;
outline-width:0;}

#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 {
	background: url(table_bg.png) repeat-y top center;
	padding-right: 15px; padding-top: 5px; padding-bottom: 5px;

}

/* 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("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: 18px;
	font-weight: bold;
	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;
}
.search-wrap h1 {
	font-weight: normal;
	font-family: Georgia, 'Times New Roman';
	font-size: 16px;
	margin:0;
	margin-bottom: 10px;
}

input[type="Submit"] {
	background: #273242;
	color: #fff;
	font-weight: bold;
}

/* Stats Style */
.stats_top {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left {  }
.stats1 {
	
	text-align: center;
}
.stats2 {
	
	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:#000;
}

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

.error {
	padding:10px;
	margin:10px;
	background:#561B1C;
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid;
	color: #fff;
	font-weight: bold;
	text-align:center;
}

.recaptcha {
	margin-bottom:10px;
}