/*******************************************************************************
 * Reset
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #212121;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.wrapper {
	width: 808px;
	margin: 0 auto;
	margin-top: 30px;
}

img {
	border: 0px;
}

.clear {clear: both;}

/*******************************************************************************
 * Tags
*******************************************************************************/

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

/*******************************************************************************
 * Header
*******************************************************************************/

.headerShadow {
	background: url("../images/header_shadow.png") no-repeat;
	width:  808px;
}

.header {
	background: url("../images/header.png") no-repeat;
	width: 768px;
	height: 110px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-left: 31px;
}

.right {
	float: right;
}

.search {
	float: right;
	height: 64px;
}

#search {
	float: right;
	height: 23px;
	margin: 22px 32px 0 0;
}

.searchForm{
	background: url("../images/magnifier.png") no-repeat;
	width: 200px;
	height: 23px;
	float: left;
	margin-right: 5px;	
	padding-left: 23px;
}

.searchBG {
	background: #181818;
	border: 1px #404040 solid;
	width: 195px;
	height: 18px;
	padding-top: 3px;
	padding-left: 3px;
	font: normal 12px Arial, sans-serif;
	color: #adadad;
}

.searchButton {
	float: right;
}

.smallnav {
	background: url("../images/smallnav.png") no-repeat;
	float: right;
	width: 403px;
	height: 46px;
}

.smallnav ul {
	margin-left: 20px;
}

.smallnav li {
	display: inline-block;
	margin-top: 9px;
	margin-left: 30px;
}

.smallnav a {
	color: #747474;
	text-decoration: none;
	font: normal 11px Arial, sans-serif;
}

.smallnav a:hover {
	color: #adadad;
	text-decoration: none;
}

.navigation {
	background: #eeeeee url("../images/nav.png") no-repeat;
	width:768px;
	height:50px;
	margin: 0 auto;
}

#nav {
	width:768px;
	height:50px;
	list-style:none;
	margin: 0 auto;
	float: left;
	padding: 0px;
}

#nav li {
	float: left;
	width: 128px;
	margin-left: 0px;
	margin-bottom:0px;
}

#nav .page_item a {
	width:128px;
	height:50px;
	text-align: center;
	color: #111111;
	text-decoration: none;
	font: normal 12px Arial,Verdana,"Trebuchet MS",sans-serif;
	display: block;
	line-height: 52px;
}

#nav .page_item a:hover {
	background: url("../images/hover.png") no-repeat right;
	text-decoration: none;
	color: #5d5d5d;
}

/*******************************************************************************
 * Content
*******************************************************************************/

.shadowContainer {
	background: url("../images/container_shadow.png") repeat-y;
	width: 808px;
}

.container {
	background: #303030 url("../images/container.png") no-repeat top;
	width: 768px;
	margin: 0 auto;
	height: 100%;
}

.left {
	float: left;
}

.box {
	width: 728px;
	margin-left: 20px;
}

.content {
	background: #f2f2f2 url("../images/content.png") no-repeat;
	width: 543px;
	padding-top: 35px;
}

.contentBottom {
	background: url("../images/content_bg.png") no-repeat;
	height: 20px;
}

.smallerBox {
	background: #ffffff;
	width: 469px;
	margin-left:  11px;	
	padding-top: 10px;
	padding-right: 26px;
	padding-bottom: 10px;
	padding-left: 26px;
	font: normal 12px Arial, sans-serif;
	color: #383838;
}

.smallerBox h1 {
	font: bold 15px Arial, sans-serif;
	color: #383838;
	margin-top: 5px;
}

.ranking {
	font: bold 15px Arial,san-serif;
	color: #e2b619;
	float: left;
	margin-top: 2px;
}

.listing {
	float: left;
	font: bold 12px Arial,san-serif;
	color: #383838;
	margin-top: 4px;
	text-transform: uppercase;
}

.listing a {
	color: #383838;
	text-transform: uppercase;
	text-decoration: none;
}

.stats a {
	float: left;
	font: normal 11px Arial,san-serif;
	color: #383838;
	margin-top: 5px;
	text-decoration: none;
}

.listing a:hover, .stats a:hover {
	text-decoration: underline;
}

.description {
	font: normal 11px Arial,sans-serif;
	color: #383838;
	margin-top: 3px;
}

.position {
	font: bold 16px Arial,sans-serif;
	color: #303030;
	margin-right: 2px;
}

.hr {
	width: 468px;
	margin-top: 17px;
	margin-bottom: 15px;
	border-bottom: 1px #f5f5f5 solid;
}

.buttons {
	float: right;
	margin-right: 4px;
}

.next {
	background: url("../images/button.png") no-repeat;
	width: 64px;
	height: 24px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
}

.next a {
	font: normal 11px Arial,sans-serif;
	color: #767676;
	line-height: 23px;
	text-decoration: none;
}

.next a:hover {
	text-decoration: none;
}

.separator {
	background: url("../images/h2_bg.png") repeat-x;
	height: 32px;
	font: bold 15px Arial,sans-serif;
	line-height: 32px;
	text-align: center;
	color: #fffbec;
}

/*******************************************************************************
 * Game Stats
*******************************************************************************/

h1 {
	text-align: center;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

a.stats {
	font: bold 24px Arial, sans-serif;
	text-decoration: none;
	color: #383838;
}

a:hover.stats {
	color: #5a5a5a;
	text-decoration: none;
}

.descript {
	font: normal 12px Arial, sans-serif;
	color: #383838;
}

h3 {
	margin-bottom: 4px;
}

.gameOptions {
	font: bold 14px Arial, sans-serif;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 10px;
}

/*******************************************************************************
 * Ads & Affiliates
*******************************************************************************/

.leaderboard {
	width: 728px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.featured {
	background: url("../images/featured.png") repeat-x;
	width: 543px;
	height: 161px;
}

.featuredContainer {
	width: 482px;
	margin: 0 auto;
	padding-top: 4px;	
}

.banner {
	background: #FFFFFF;
	width: 482px;
	margin-top: 22px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

.affiliates {
	width: 160px;
	margin-top: 19px;
}

.affiliates h2 {
	background: #efc11f url("../images/h2_bg.png") no-repeat;
	height: 22px;
	padding-top: 10px;
	padding-left: 12px;
	font: normal 11px Arial, sans-serif;
	color: #fffbec;
}

.affiliates li {
	background: url("../images/li_bg.png") no-repeat;
	display: block;
	height: 21px;
	padding-left: 17px;
	padding-top: 6px;
}

.affiliates a {
	font: normal 11px Arial, sans-serif;
	color: #484848;
	text-decoration: none;
}

.affiliates a:hover {
	color: #484848;
	text-decoration: underline;
}

li.special {
	background: url("../images/li_special.png") no-repeat;
	height: 35px;
	margin-bottom: 20px;
}

.listing2 {
	float: left;
	font: bold 12px Arial,san-serif;
	color: #fffff6;
	margin-top: 4px;
	text-transform: uppercase;
}

.listing2 a {
	color: #fffff6;
	text-transform: uppercase;
	text-decoration: none;
}

.Stats2 a {
	float: left;
	font: normal 11px Arial,san-serif;
	color: #fffff6;
	margin-top: 5px;
	text-decoration: none;
}

.listing2 a:hover, .Stats2 a:hover {
	text-decoration: underline;
	color: #fffff6;
}

.description2 {
	font: normal 11px Arial,sans-serif;
	color: #fffff6;
	margin-top: 3px;
}

/*******************************************************************************
 * Footer
*******************************************************************************/

.footerShadow {
	background: url("../images/footer.png") no-repeat;
	width: 808px;
}

.bottom {
	background: #f2f2f2 url("../images/bottom.png") no-repeat;
	width: 768px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
}

.bottom li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	font: normal 10px Arial,sans-serif;
	
}

.bottom a {
	color: #484848;
	line-height: 45px;
	text-decoration: none;
}

.bottom a:hover {
	color: #242424;
}

#copyright {
	width: 768px;
	margin: 0 auto;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 11px;
	font: normal 10px Arial,san-serif;
	color: #acacac;
	text-align: right;
}

#copyright a {
	color: #acacac;
	text-decoration: none;
}


/* Hyper Links */
a.packages:hover {
	text-decoration: none;
}

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 {
	width: 468px;
	margin-bottom: 10px;
	padding: 1px;
}

.table_border2 {
	width: 300px;
	margin-bottom: 10px;
	padding: 1px;
	margin: 0 auto;
}

/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("images/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("images/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: #e8ba1a url("../images/h2_bg.png") repeat-x;
	color: #FFF;
	height: 30px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.stats_left {
	background: url("../images/table_bg.png") repeat-x;
	height: 22px;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
.stats1 {
	background: url("../images/table_bg.png") repeat-x;
	height: 22px;
	text-align: center;
}
.stats2 {
	background: url("../images/table_bg.png") repeat-x;
	font-weight: normal;
	height: 22px;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("images/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; }


/*******************************************************************************
 * Voting Gateway
*******************************************************************************/
.vote_container {
	font-size: 1.2em;
	width: 100%;
	margin-top: 45px;
}

.vote_content {
	background: #f2f2f2;
	border: 1px solid #89a4cc;		
	margin: 0 auto;
	padding: 6px 14px;
	width: 600px;

}