body {
	background-color: #FFF;
	color: #000;
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#strona {
	background-image: url('u12-bg.jpg'); 
  background-repeat: repeat-x;
	background-position: center top;
	margin:0px;
	padding:0px;
}
#wrapper {
	border: 0px solid #000;
margin: auto auto;
	width: 900px;
}
#header {
	width: 900px;
	text-align: center;
}
#navigation {
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: right;
	width: 898px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #666; }
a:hover { color: #333; }

#navigation a, .table_top_title a { color: #f3b700; font-size:15px; font-weight: bold; text-decoration: none;}
#navigation a:hover, .table_top_title a:hover {
	color: #A1CE01;
	text-decoration: none;
	}

.table_border {
	border: 1px solid #0224FF;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #0064d4 url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #A1CE01;
	font-size: 24px;
	color: #486996;
	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: #F3b701;
	padding: 2px;
}
.table_top_rating {
	background-color: #F3b701;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #0064d4 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: #F3b701;
	color: #486996;
	font-size: 24px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #F3b701;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #0064d4 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: #F3b701; }
.stats1 {
	background-color: #F3b701;
	text-align: center;
}
.stats2 {
	background-color: #A1CE01;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #0064d4 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 {
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #EEEEEE;
	color: #0224ff;
	border: #A1CE01 1px solid;
}

input {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	background: #EEEEEE;
	color: #0224ff;
	border: #A1CE01 1px solid;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}


  fieldset {
  border: #FF3B01 solid 1px;
  background: #F3b701;
}
a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }

.border2 {
border: 1px solid #FFCC00;

font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #fff;
font-weight: bold;
color: #cc0000;
padding:2px;
}
.border3 {
border: 1px solid #ffcc00;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #cc0000;
background-color: #fff;
font-weight: bold;
padding:2px;
}