body {
  background: #000 url('mainbackground.png') repeat-x;
  font: normal 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000;
  margin: 0px 0px 0px 0px;
  outline: none;
}
a{
outline:none;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#gatewrap {
	background-color:#FFF;
}

#wrapper {
	border: 0px solid #000;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
	background-color:#FFF;
}
#headertop {
	margin: 0px auto 0px auto;
	border: 0px solid #000;
	width: 700px;
	height:31px;
	background-image: url(headertop.gif);
}
#header {
	width: 700px;
}
#navigation {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 698px;
}
#filters {
	float: left;
	margin: 5px;
}
#search {
	float: right;
	margin: 5px;
	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: #333; }

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

.table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 1px;
}
/* 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: #DCDCDC;
	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: #DCDCDC;
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;
	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: #DCDCDC;
	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: #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; }



/*** ESSENTIAL STYLES ***/
#NavigationBar {
	margin: 0px auto 0px auto;
	width: 700px;
	height:34px;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	background-image: url(NavGradient.png);
	background-repeat: repeat-x;
	}

.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:200px;
	
}
.nav ul li,
.nav a {
	width: 100%;
	
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left:-1px;
	top:2.5em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.00em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/

.nav li {
	background-image: url(NavDivider.png);
	padding-right:28px;
	height:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:27px;
	background-repeat: no-repeat;
	background-position: right;	

}
.nav a {
	color:#FFFFFF;
	padding: 11px 0;
	text-decoration:none;
	
	
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background: #7e7e7e;
	color:#FFFFFF;
	text-decoration:none;
}
.nav li li {
	background:#414141;
	border-top:1px solid #292929;
	padding-left:0px;
	padding-right:0px;
	height:35px;
	
}

/*** THIS CONTROLS THE SUB MENUS THAT KICK OUT TO THE RIGHT ***/

.nav li li li {
	background:#414141;
	border-top:1px solid #292929;
	margin-left:82px;
	height:35px;
}

/*** END THIS CONTROLS THE SUB MENUS THAT KICK OUT TO THE RIGHT ***/

.arrowz {
	background-image: url(NavArrow.png);
	background-position: right;
	background-repeat: no-repeat;
	}
	
.arrowz li.sfHover,
.arrowz a:focus, .arrowz a:hover, .arrowz a:active {
	background: #7e7e7e;

background-image: url(NavArrowBlue.png);
	background-position: right;
	background-repeat: no-repeat;
}

.noarrowz {
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
	}
	
.noarrowz li:hover, .noarrowz li.sfHover,
.noarrowz a:focus, .noarrowz a:hover, .noarrowz a:active {
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
	background: #7e7e7e;
	}
	
ul.ebene1 {
	list-style-image:none;
	list-style-type:none;
	width: 273px;
	margin: 0px;
	padding: 0px 0px 0px 8px;

}



.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
input {
	font-size: 10px; font-family: Verdana; color: black; border: 1px solid black; outline:none;
}
textarea {
	font-size: 10px; font-family: Verdana; color: black; border: 1px solid black; outline:none;
}
select {
	font-size: 10px; font-family: Verdana; color: black; border: 1px solid black; outline:none;
}