﻿body {
	/*background-color: #6A839A;*/

	background: url(backg.jpg) repeat;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	background-attachment:fixed;
	}

h1, h2, h3 {

  margin: 5px;

  padding: 0px;

}

#wrapper {

	left: 50%;

	margin-left: -350px;

	position: absolute;

	width: 700px;

	background:#ffffff;



	

}

#header {

	width: 700px;

	height:84px;

	

}

#navigation {

	background: #5260a9 url("title.png") repeat-x;

	color: #FFF;

	padding-bottom: 10px;

	padding-top: 7px;

	text-align: center;

	width: 700px;

	height:26px;

}

#filters {

	float: left;

	margin: 15px;

}

#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
/*background:url(backg.jpg) repeat;*/
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	text-align: center;
	width: 700px;
	height: 70px;
	background: #0e0449;
	color: #CCCCCC;
}



/* Hyper Links */

a {
	color: #000080;
}
a:hover {
	color: #0000FF;
}

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

.table_border {
	border: 0px solid #000;
	margin-bottom: 15px;
	padding: 15px;
}
/* Top Ranking Style */
.table_top_title {
	background: #5260a9 url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #FF0000;
}

.table_top_rank {
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.table_top_description { }
.table_top_banner {

	float: center;

	padding-left: 10px;

	padding-right: 10px;

}

.table_top_stats {
	background-color: #FFFFFF;
	padding: 2px;
}

.table_top_rating {

	background-color: #FFFFFF;

	text-align: center;

}

/* Ranking Style */

.table_title {

	background: #5260a9 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: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.table_description { width: 100%; }
.table_stats {
	background-color: #FFFFFF;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {

	background: #5260a9 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%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.banner

{

float:center;

}

.banner1

{

float:center;

margin-left:10px;

}



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