body {
	background-image: url("http://fiberhost.hu/images/bg.jpg");
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	border: 1px solid #d6d6d6;
    background-color:#fafafa;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 800px;
}
#header {
	width: 800px;
	background-image: url("http://fiberhost.hu/images/bg_top_line.jpg");
	text-align: center;
}
#navigation {
	background: #4a4a4a url("http://fiberhost.hu/images/windowed_bg_small.jpg") repeat-x;
	color: #000;
	margin: 1px;
	padding-bottom: 3px;
	padding-top: 5px;
	text-align: center;
	width: 798px;
}
#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: #666; }
a:hover { color: #edf8f9; }

#navigation a, .table_top_title a { 
	color: #000;
	font-size:12px;
		 }
#navigation a:hover, .table_top_title a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid;
	margin-bottom: 10px;
    border-collapse: collapse;
    background-color:#edf8f9;
    border-color:#7e7e7e;
}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("http://fiberhost.hu/images/windowed_bg_small.jpg") repeat-x;
	font-size: 12px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.table_top_rank {
	background-color: #eeeeee;
	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: #eeeeee;
	padding: 2px;
}
.table_top_rating {
	background-color: #edf8f9;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("http://fiberhost.hu/images/windowed_bg_small.jpg") repeat-x;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.table_rank {
	background-color: #666666;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #666666;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("http://fiberhost.hu/images/windowed_bg_small.jpg") repeat-x;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.stats_left { background-color: #edf8f9; }
.stats1 {
	background-color: #edf8f9;
	text-align: center;
}
.stats2 {
	background-color: #eeeeee;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #000000;
}
.mediumbg {
	background: #4a4a4a url("http://fiberhost.hu/images/windowed_bg_small.jpg") repeat-x;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
.lightbg {
	color: #000;
	background-color: #000000;
}
.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; }

