body {
    background-image:url(sf_logo.jpg);
	background-color:#DFE6F0;
	background-repeat:repeat;
	background-attachment: fixed;
    position:scroll;	
	color: #3674B4;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
background-image:url(sf_logo.jpg);
	border: 2px dotted #3674B4;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 762px;
}
#header {
	width: 762px;
}
#member{
	clear: both;
	padding-left: 40px;
	padding-right: 40px;
}
#navigation {
	background: #DFE6F0 url("title.png") repeat-x;
	color: #ffffff;
	margin: 1px;
	background-position:center;
	padding-bottom: 5px;
	padding-top: 5px;

	width: 760px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #3674B4; }
a:hover { 	
		color: #ffffff;
	background-color: #0e568e; }

#navigation a, .table_top_title a { 
	color: #3674B4;
	font-size: 10px;
	font-weight: bold; }
	
#navigation a:hover, .table_top_title a:hover {
		color: #ffffff;
	background-color: #0e568e;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.gateway {
	clear: both;
	margin: 10px;
	text-align: center;
}
.titl {
	font-size: 12px;
	font-weight: bold;
	color: #d989af;
}
.table_border {
	border: 3px solid #3674B4;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #DFE6F0 url("title.png") repeat-x;
	font-size: 0px;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #DFE6F0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { 
	background-color: #DFE6F0;
	margin: 0px;}
	
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #DFE6F0;
	padding: 2px;
}
.row2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFE6F0;
}
.table_top_rating {
	background-color: #DFE6F0;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #DFE6F0 url("title.png") repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
    padding: 0px;
	text-align: center;
}
.table_rank {
	background-color: #DFE6F0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DFE6F0;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #DFE6F0 url("title.png") repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #DFE6F0; }
.stats1 {
	background-color: #DFE6F0;
	text-align: center;
}
.stats2 {
	background-color: #DFE6F0;
	color:#3674B4;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #DFE6F0;
  color: #3674B4;
}
.mediumbg {
	background: #DFE6F0 url("title.png") repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #3674B4;
	background-color: #DFE6F0;
}
.lightbgalt {
	color: #3674B4;
	background-color: #DFE6F0;
}

table {
	width: 100%;
	margin-bottom: 10px;
 }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.join_edit_error {
	background-color: #DFE6F0;
	border: 2px solid #dca0bc;
	padding: 2px;
}

a.help { color: #3674B4; font-weight: bold; text-decoration: none; }
a.help:hover { 	color: #0057a2;
	background-color: #ecbb52; }

