body {
	background-color:#333;
	background-image:url(../../images/fondo.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	color: #eee;
	font-family: sans-serif;
	font-size: 12px;
	outline:0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	margin:0 auto;
	max-width:700px;
}
#header {
	text-align:center;
}
#navigation {
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
}
#navigation a{
padding:3px 5px;
}
#filters {
	/*float: left;*/
	text-align:center;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
}
#copyright {
	text-align:center;
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#copyright, #copyright a, #copyright a:hover{
	color:#444;
	text-decoration:none;
	cursor:default;
	margin-bottom:5px;
}

/* Hyper Links */
a { color: #999; outline:0px; }
a:hover { color: #f3c; outline:0px; }

#navigation a, .table_top_title a {
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover, .table_top_title a:hover {
	color: #CCC;
	text-decoration: none;
}

.table_border {
	border: 1px solid #666666;
	margin:50px auto;
	padding: 1px;
}

.site_description{
margin:3px 3px 1px 3px;
font-size:11px;
line-height:16px;
color:#ccc;
}

/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	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 {
	padding: 2px;
}
.table_top_rating {
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.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: #DCDCDC;
	color:#666;
	padding-left:3px;
	}
.stats1 {
	background-color: #DCDCDC;
	text-align: center;
	color:#666;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
	color:#666;
}

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

.join_edit_error {
	background-color: #444;
	border: 2px solid #CC3366;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }

legend{
margin:10px 0 10px 0;
}

fieldset{
border:1px solid #FF33CC;
}
