body {
	background-color: #FFF;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
  margin: 0px;
}
fieldset {
  border: 1px solid #737373;
}
textarea
	{
		font-family: arial;
		font-size: 10pt;
		color: #535A5A;
		background-color: #F2F2F2;
		border: 1px solid #5D7172;
		filter: chroma(color=#F2F2F2);
	}

input, select
	{
		font-size: 10px;
		color: #535A5A;
		background-color: #F2F2F2;
		border: 1px solid #5D7172;
	}
h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

hr {
  background-color: #737373;
  border: 0px;
  color: #737373;
  height: 1px;
}
#wrapper {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #66747d;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #66747d;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	background-color: #FFF;
	width: 800px;
}
#network {
	width: 800px;
}
#header {
	width: 800px;
}
#navigation {
	color: #ccc;
	text-align: center;
	font-weight: bold;
}
#footer {
	color: #ccc;
	width: 800px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
}
#copyright {
	margin: 0px;
	text-align: center;
}

/* Hyper Links */
a { color: #3d8ec8; }
a:hover { color: #212930; }

#navigation a, .table_top_title a { color: #4e6172; }
#navigation a:hover, .table_top_title a:hover {
	color: #4e6172;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #737373;
	margin-bottom: 10px;
	padding: 0px;
}
/* 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;
	width: 800;
}
.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: #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: 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-color: #F2F2F2;
  font-weight: strong;
  font-size: 10px;
  background-image: url(grad_bg.jpg);
  color: #969696;
}
.lightbg {
  background-color: #F2F2F2;
  color: #5D5D5D;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}
.tableborder {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

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; }
a.network	{
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
	}
a:hover.network	{
	font-size: 11px;
	color: #cccccc;
	text-decoration: underline;
	font-weight: normal;
}