body {
	background-color: #EAF4FF;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(fond.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
}
#header {
	width: 700px;
}
#navigation {
	background: #EAF4FF url("title.png") repeat-x;
	color: #EAF4FF;
	font-size:11px;
	margin: 0px;
	text-align: center;
	width: 696px;
	height : 15px;
	vertical-align: middle;
	border-left: 2px solid #7d98a9;
	border-right: 2px solid #7d98a9;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 40px;
	padding-right: 40px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a {
	color: #006699;
	text-decoration: none;
}
a:hover { 
	color: #006699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #0066CC;
}

a.noborder { border: 0; }
a.noborder:hover { border: 0; }

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

.table_border {
	border: 1px solid #006699;

}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 10px; color: #EAF4FF ;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #D5EAFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description {
	background-color: #D5EAFF;
	background-image: none;
}
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #D5EAFF;
	padding: 2px;
}
.table_top_rating {
	background-color: #D5EAFF;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	color: #EAF4FF ;
	font-size: 10px; font-weight: normal;

	text-align: center;
}
.table_rank {
	background-color: #D5EAFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {
	width: 100%;
}
.table_stats {
	background-color: #D5EAFF;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
	color: #EAF4FF ;
	font-size: 10px; font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #D5EAFF; }
.stats1 {
	background-color: #D5EAFF;
	text-align: center;
}
.stats2 {
	background-color: #EAF4FF ;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #EAF4FF ;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #EAF4FF ;
	font-size: 10px; font-weight: normal;

}
.lightbg {
	color: #006699 ;
	background-color: #EAF4FF ;
}
.lightbgalt {
	color: #006699 ;
	background-color: #D5EAFF;
}

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

textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699 ;
	background-color: #D5EAFF;
	border: 1px solid #006699;
}

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