body {
	background:url(../image/back_center.gif) center repeat-y #e4e3e3;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

.main {
	width: 100%;   
	}

#wrapper {
	width: 900px;
    margin: 0 auto;
}
#header {
	width: 900px;
	padding: 0px 0px 10px 0px;
	border-bottom:#327ec4 solid 5px;
}
#navigation {
	background: #CCC;
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 898px;
}
#filters {
	float: left;
	margin: 5px 0px 5px 15px;
}
#search {
	float: right;
	margin: 5px 15px 5px 0px;
	text-align: right;
}
.content_top {clear: both; background:url(../image/content_top.gif) center no-repeat; height:15px; margin: 5px 0px 0px 0px;}
.content_center {background:url(../image/content_center.gif) center repeat-y;}
.content_down { background:url(../image/content_down.gif) center no-repeat; height:15px;}
.ranking_title { background:url(../image/ranking.gif) left no-repeat; height:40px; margin: 0px 0px 0px 19px;}
.content_back { background:#FFF; width:845px; margin: 0 auto; padding: 8px 8px 0px 8px;}
#content {	
	padding-left: 0px;
	padding-right: 0px;
	float:left;
	width:640px;
}
.ranking_pont { font-size:16px; color:#F60; font-weight:bold;}
.content_right {float:right; width:200px; margin: 0px 5px 0px 0px;}
.rightblockTitle { padding: 5px 5px 5px 5px; background: #DFDFDF; border-top:#327ec4 solid 5px;}
.rightblockContent { padding: 5px 5px 5px 5px; border:#CCC solid 1px; margin: 0px 0px 8px 0px;}
.rightblockContent ul {margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
.rightblockContent li {margin-left: 0px; list-style:none;}
.rightblockContent li a{ display: block; padding: 3px 0px 3px 3px;}

.clear { clear:both;}

#copyright {
	margin: 10px;
	text-align: center;
	background:#FFF;
}

/* Hyper Links */
a { color: #666; }
a:hover { color: #333; }

#navigation a, .table_top_title a {font-weight:bold; color: #009; }
#navigation a:hover, .table_top_title a:hover {
	color:#327ec4 ;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	margin: 0px 8px 10px 8px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background:url(../image/content_title.gif) left no-repeat;
	font-size: 14px;
	color: #009;
	padding: 0px 0px 0px 15px ;
	text-align: left;
}
.rank_font { font-weight:bold; color:#F60; font-size:16px;}
.rank_font1 { font-weight:bold; color:#F60;}
.table_top_rank {
	background-color: #DCDCDC;
	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_stats_back {width:25%; vertical-align:top;}
.table_top_stats_table { border:#666 solid 1px; background: #F7F7F7;}
.table_top_stats_title {padding: 5px; background-color: #DCDCDC; text-align:center;}
.table_top_stats {padding: 5px;}

.table_top_rating {
	text-align: left;
	vertical-align:middle;
}
/* 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: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {width: 80%; line-height:20px;}
.table_description_img { padding:5px;}
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* 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;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }

