body {
	background-color: #FFF;
	color: #000;
	font-family:Arial ,sans-serif;
	font-size: 12px;
	  text-align: center;
	  margin:0 auto;

         padding-top : 0.5em;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	border: 0px solid #000;
}
#header {
	width: 700px;
}
#navigation {
	background: #A185C2;
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 700px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 1px;
	padding-right: 1px;
}
#copyright {
	text-align: center;
	font-family: Comic Sans MS;
	font-size: 12px;
       	color: #FFF;
}

/* Hyper Links */
a:link {text-decoration: none;  color: #0000FF;}
a:visited {text-decoration: none;  color: #800080;}
a:hover {text-decoration: underline ; color:#FF0000;}  

#navigation a, .table_top_title a { 
width: 98%;
color: #FFF;
}
#navigation a:hover, 

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

.table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #A185C2;
	font-size: 12px;
	color: #FFF;
	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 { 	
       font-family: Comic Sans MS;
       font-size: 12px;
       padding-left: 1px;
       padding-right: 1px;
       text-align: center;
}
.table_top_banner {
	float: left;
	padding-left: 1px;
	padding-right: 1px;
}
.table_top_stats {
	background-color: #DCDCDC;
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #A185C2;
	color: #FFF;
	font-family: Comic Sans MS;
	font-size: 14px;
	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%;
     font-family: Comic Sans MS;
     font-size: 12px;
     }
     
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #A185C2;
	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: #A185C2;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-align: center;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
	text-align: center;
	font-family: Comic Sans MS;
       	font-size: 11px;
}

table { width: 99,8%; }
/* No Borders Images */
img { border: 0; }

textarea, input 
{

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; }

