body {
	background-color: #FFF;
	color: #000;
	font-family: Arial;
	font-size: 11px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	border: 1px solid #000;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
}
#header {
	width: 700px;
}
#navigation {
	background: #130E09 url("title.png") repeat-x;
	color: #FFF;

	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 698px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #5F842B; 
text-decoration: none;}
a:hover { color: #5F842B; 
text-decoration: none;}

#navigation a, .table_top_title a { color: #FFFFFF; 
text-decoration: none;}
#navigation a:hover, .table_top_title a:hover {
	color: #FFFFFF;
	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: #130E09 url("title.png") repeat-x;
	font-size: 11px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #E8F7C0;
	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: #E8F7C0;
	padding: 2px;
}
.table_top_rating {
	background-color: #E8F7C0;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #130E09 url("title.png") repeat-x;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #E8F7C0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #E8F7C0;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #130E09 url("title.png") repeat-x;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #B0D178; }
.stats1 {
	background-color: #B0D178;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #130E09;
  color: #fff;
}

fieldset { border:1px solid #130E09 }

.mediumbg {
	background: #130E09 url("title.png") repeat-x;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #E8F7C0;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: Arial;
	font-size: 11px;
}

.join_edit_error {
	background-color: #FFFFFF;
	border: 1px solid #130E09;
	padding: 2px;
}

a.help { color: #5F842B; 
text-decoration: none; }
a.help:hover { color: #5F842B; 
text-decoration: none; }


input {
	BORDER: #C2DA9C 1px solid; ) 
	FONT-SIZE: 11px;  
	COLOR: #000;  
	background: #FFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

textarea {
  font-size: 11px;
  text-align: left;
  color: black;
  border: #C2DA9C 1px solid; 
  font-family: Arial, Helvetica, sans-serif;
  background: #FFF;
  overflow: auto;
  padding: 2px; 
}
