﻿body {
	background-color: #FFF;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	margin-top: 0px;
	text-align: left;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	padding: 0px 5px;
	width: 845px;

}
#header {
	margin-top: 0px;
}

#sidemenu {
	clear: both;
	float: right;
	width: 300px;
	background-color: #FFFFFF;
	text-align: center;
}
#main {
	width: 520px; 
	background-color:#FFFFFF;
	float: left;
}
#navigation {
	background: #3d89ca url("title.png") repeat-x;
	color: #FFF;
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	text-align: left;
	font-size: 12px;
	width: 520px;
}
#copyright {
	clear: both;
	width: 720px; 
	padding: 10px;
	text-align: center;
	background-color:#FFFFFF;
	font-size: 10px;
}

/* Hyper Links */
a { color: #666; }
a:hover { color: #333; }

#navigation a { color: #FFF; }
#navigation a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_top_title a { color: #003b96; }
.table_top_title a:hover {
	color: #003b96;
	text-decoration: none;
	border-bottom: 1px dashed;
	
}


.table_border {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #fff url("title3.png") repeat-x;
	font-size: 12px;
	color: #003b96;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.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_top_stats {
	background-color: #DCDCDC;
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #fff url("title3.png") repeat-x;
	color: #003b96;
	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 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%; 
font-size: 12px;}
/* 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; }

.side_pr {
	background-color: #ECECEC;
	text-align: left;	
}

.side_title{
color: #FFFFFF;
vertical-align: middle;
padding: 3px 5px;
height: 16px;
background: #337DEC url("title2.png") repeat-x;
font-size: 12px;

}



.center {
	text-align: center;
}
.contents {
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
}

