body {
	color: #000;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	background:url(background.png);
	background-repeat:repeat-x;
	background-color: #212121;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
	padding-bottom:20px;
}

#bgall {
	background:url(bg_mainpage.png) repeat;
	background-position:center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;		
}
#header {
	width: 700px;
	background:url("header.png");
	height:200px;
}

#navigation {
	background: #4a4a4a url("bg_navigation.png") repeat-x;
	color: #000;
	text-align: center;
	width: 698px;
	height:31px;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;	
	border-right: solid 1px #000000;		
	line-height:31px;
}

#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: #000; }
a:hover { color: #000; }

#navigation a{
	color: #000;
	font-weight:normal;
	text-decoration: none;
}

.table_top_title a {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
#navigation a:hover, .table_top_title a:hover {
	color: #000;
	text-decoration: none;
}

.table_border {
	border: 1px solid #F55400;
	margin-bottom: 10px;
	background-color:#FCFCFC;
}
/* Top Ranking Style */
.table_top_title {
	background: #F45400 url("bg_oben.png") repeat-x;
	background-position:top center;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-left:10px;
	height:26px;
}
.table_top_rank {
	background-color: #F4F4F4;
	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: #F4F4F4;
	padding: 2px;
}
.table_top_rating {
	background-color: #F4F4F4;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #F45400 url("bg_title.png") repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height:20px;
	line-height:20px;
}
.table_rank {
	background-color: #F4F4F4;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {
	width: 100%;
	padding:3px;
}
.table_stats {
	background-color: #F4F4F4;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #F45400 url(bg_oben.png) repeat-x scroll center top;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height:26px;
	line-height:26px;
}
.stats_left { background-color: #F4F4F4; }
.stats1 {
	background-color: #F4F4F4;
	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: #F4F4F4;
}

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


fieldset{
	border: solid 1px #F55400;
}

legend{
	font-weight:bold;
}

a.button{
	background: transparent url(menu_off.png) no-repeat scroll 0 0;
	line-height:33px;
	text-align:center;
	font-weight:bold;
	width:100px;
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:15px;
	font-size:13px;
}

a.button:hover{
	background: transparent url(menu_on.png) no-repeat scroll 0 0;
	line-height:33px;	
}
