body {
	background-color: #EEE;
	color: #000;
	font-size: 12px;
	margin: 0px
}
h1, h2, h3 {margin: 0px;  padding: 0px;}
a, a:visited, a:active{text-decoration:none;color: #000;}
a:hover{text-decoration:underline;}
img.preload{display: none;} 
#wrapper {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#navigation {
	width: 1000px;
	height: 30px;
	margin: 0;
	padding: 0;
	}

#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Jons html to css stuff */
#jheader {
	float: left;
	width: 100%;
    background-color: #ffffff;
	}
#jheader h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 1000px;
    height: 80px;
	}
#jheader h1 a {
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 80px;
	display: block;
	background: url(http://www.freebieangel.co.uk/skins/fusion/header.png) no-repeat top left;
	}
#jheader h1 a span { display: none; }

ul#navbar{
	width:1000px;
	height:30px;
	margin: 0;
	padding: 0;
	}

ul#navbar li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width:250px;
	height:30px;
	}
ul#navbar li a {
	display:block;
	margin: 0;
	padding: 0;
	width:250px;
	height:30px;
	}
ul#navbar li a span { display:none; }	
			
ul#navbar li#home a {
	background: url(http://www.freebieangel.co.uk/skins/fusion/home.png) no-repeat top left;
	}
ul#navbar li#home a:hover {
	background: url(http://www.freebieangel.co.uk/skins/fusion/home_h.png) no-repeat top left;
	}
ul#navbar li#join a { 
	background: url(http://www.freebieangel.co.uk/skins/fusion/join.png) no-repeat top left;
	}
ul#navbar li#join a:hover {
	background: url(http://www.freebieangel.co.uk/skins/fusion/join_h.png) no-repeat top left;
	}
ul#navbar li#login a {
	background: url(http://www.freebieangel.co.uk/skins/fusion/login.png) no-repeat top left;
	}
ul#navbar li#login a:hover {
	background: url(http://www.freebieangel.co.uk/skins/fusion/login_h.png) no-repeat top left;
	}
ul#navbar li#overall a {
	background: url(http://www.freebieangel.co.uk/skins/fusion/overall-stats.png) no-repeat top left;
	}
ul#navbar li#overall a:hover {
	background: url(http://www.freebieangel.co.uk/skins/fusion/overall-stats_h.png) no-repeat top left;
	}
			
.table_top_title a { color: #FFF; text-decoration: none; }
.table_top_title a:hover {text-decoration: underline;}
.table_title a { color: #FFF; text-decoration: none; }
.table_title a:hover {text-decoration: underline;}

.table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 0px;
}
/* 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 {
	background-color: #fff;
	font-size: 20px;
	text-decoration: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	vertical-align: top; 
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #fff;
	padding: 2px;
}
.table_top_rating {
	background-color: #fff;
	text-align: center;
}
.table_top_rating a{text-decoration:none;}
.table_top_rating a:hover{text-decoration: underline;}

/* 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: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	padding-bottom:10px;
}
.table_description { width: 100%; padding-bottom:10px;}

.table_description a.jtit {font-size: 14px; color: #000; font-weight:bold;}
.table_description a.jtit:link { text-decoration: none; }
.table_description a.jtit:visited { text-decoration: none; }
.table_description a.jtit:active { text-decoration: none; }
.table_description a.jtit:hover { text-decoration: underline; }
.table_stats {
	background-color: #ffffff;
	text-align: center;
	padding-bottom:10px;
}
.table_rrow {padding-bottom: 10px;}

/* Stats Style */
.stats_top {
	background: #4a4a4a;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #DCDCDC; }
.stats1 {
	background-color: #DCDCDC;
	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: #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; }
