@charset "utf-8";
/* CSS Document */

#menu{
margin: 10px 20px 0px 0px;
padding: 0px;
border: 1px  #DEE6EE;
background-color : #BCCCDD;
float: left;
width:138px;
}
#menu ul, #menu li{
display: inline;
list-style: none;
margin: 0px;
padding: 0px;
border:1px #003399
}
#menu li a,  #menu li a:hover, #menu li a:active{ 
display: block;
text-decoration: none; 
color: #356086;
background-color : #70A4D0;
padding: 2px;
border-top: 1px solid #8EB4D5;
border-right: 1px solid #487CA8;
border-bottom: 1px solid #487CA8;
border-left: 1px solid #8EB4D5;
text-align: center;
width : 132px;
font-weight: normal;
}
#menu li a:hover, #menu li a:active { 
background-color : #8CB5D9;
}
body {
background:#FFF;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2 {
  margin: 0px;
  padding: 0px;
}
h3{
background:url(heading.png) no-repeat;
margin: 0px;
  padding: 0px;
  height:20px;
  color:#FFFFFF;
  width:138px;
  }
#container {
width: 800px;
margin: 0 auto;
}

#sidebar {
float: left;
width: 138px;
margin-top:0px;	
	
}

#test {
border:1px solid #003399;
float:left;
width:138px;

margin-top:10px;
background-color:#BCCCDD;


}

#test_b {
border:1px solid #003399;
float:right;
width:138px;

margin-top:10px;
background-color:#BCCCDD;


}


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

#content {

float: right;
margin-left:10px;


width: 652px;

background-color:#BCCCDD;
margin-top:10px;
}

#footer {
clear: both;

margin: 10px;
text-align: center;
}
#header {
width:800px;

}
.table_border {
	border: 1px solid #003399;
	margin-bottom: 10px;
	padding: 1px;
	
	
	
}
fieldset {
  border: 1px solid #737373;
}
/* 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;
}
.table_top_rank {
	background-color:#0099FF;
	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: #0099FF;
	padding: 2px;
}
.table_top_rating {
	background-color: #0099FF;
	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: #0099FF;
	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: #66CCFF; }
.stats1 {
	background-color:#66CCFF ;
	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;
}
#abc{
text-align:left;
margin-left:10px;
}
#achtung {
text-align:left;
color:#CC0000;
}
.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;
}

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