@charset "utf-8";
/* CSS Document */

body, html{
    display:block;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, textarea{
    font-family:Arial, Helvetica, sans-serif;
}
body{
    background:#80807f;
	color:#333333;
}
img{
    border:none;
}
form{
    margin:0px;
    padding:0px;
}
a{
    color:#273354;
}
a:hover{
    color:#485370;
}
p{
    margin:5px 0;
    padding-left:10px;
}
h1, h2, h3, h4, h5, h6{
    margin:5px 0;
    font-weight:bold;
}
h1{
    font-size:22px;
}
h2{
    font-size:18px;
}
h3{
    font-size:16px;
}
h4{
    font-size:14px;
}
.hr{
    border-bottom:1px dotted #9c9b9c;
    margin:10px 0;
}

.input{
    padding: 3px;
    border: 1px solid #333333;
    font-size: 13px;
    background: #fff;
}
.subalert{
    font-size:10px;
    color:darkred;
    font-weight:bold;
}
.darker{
    background-image:url(../images/transparencies/black_5perc.png);
}
.yellow{
    background-image:url(../images/transparencies/yellow_10perc.png);
}
.red{
	background-image:url(../images/transparencies/red_30perc.png);
}
.clear{
	clear:both;
}
.clear_left{
	clear:left;
}
.clear_right{
	clear:right;
}

/* TEMPLATE */

.header{
	background:url(../images/site/header_bg_loop.jpg) top repeat-x;
	height:126px;
}
.header .background{
	background:url(../images/site/header_bg_main.jpg) center top no-repeat;
	height:126px;
}
.header .logo{
	position:absolute;
	width:168px;
	height:127px;
	top:0px;
	left:0px;
}
.header .top{
	width:900px;
	margin:0 auto;
	position:relative;
	height:96px;
	z-index:100;
}
.header .top_ad{
	position:absolute;
	width:728px;
	height:90px;
	top:2px;
	right:0;
}
.header .nav{
	position:relative;
	height:25px;
	padding-top:5px;
	background:url(../images/site/nav_bg_loop.jpg) repeat-x;
}
.header .nav ul{
	display:block;
	width:722px;
	margin:0 auto;
	padding:0 0 0 161px;
}
.header .nav li{
	list-style:none;
	display:block;
	height:25px;
	float:left;
	margin:0 2px;
	background:url(../images/site/nav_tab_inactive_bg.jpg);
}
.header .nav li a{
	display:block;
	height:25px;
	padding-left:20px;
	background:url(../images/site/nav_tab_inactive_left.jpg) left no-repeat;
	color:#333333;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
}
.header .nav li a span{
	display:block;
	height:25px;
	padding-right:20px;
	background:url(../images/site/nav_tab_inactive_right.jpg) right no-repeat;
}
.header .nav .active{
	background-image:url(../images/site/nav_tab_active_bg.jpg) !important;
}
.header .nav .active a{
	background-image:url(../images/site/nav_tab_active_left.jpg) !important;
}
.header .nav .active a span{
	background-image:url(../images/site/nav_tab_active_right.jpg) !important;
	color:white;
}
.header .nav li:hover{
	background-image:url(../images/site/nav_tab_hover_bg.jpg);
}
.header .nav li:hover a{
	background-image:url(../images/site/nav_tab_hover_left.jpg);
}
.header .nav li:hover a span{
	background-image:url(../images/site/nav_tab_hover_right.jpg);
}
.header .nav .active{
	cursor:default;
}
.header_bottom{
	height:5px !important;
	background:#545353;
}

.body .body_header{
	width:900px;
	margin:0 auto;
}
.body .content{
	padding:10px;
	width:880px;
	margin:0 auto;
	background:white;
}

.body .content .sidebar{
	float:right;
	width:300px;
}
.body .content .sidebar .ad_300x250{
	margin-bottom:10px;
}
.body .content .sidebar .sidebar_box{
	margin-bottom:10px;
	background:url(../images/site/sidebar_obj_top.jpg) top no-repeat #e4eee4;
	padding-top:5px;
}
.body .content .sidebar .sidebar_box .sidebar_box_inside{
	background:url(../images/site/sidebar_obj_bottom.jpg) bottom no-repeat;
	padding:0 10px 5px 10px;
}
.sidebar_box .loading{
	height:180px;
	background:url(../images/site/loading.gif) center center no-repeat;
}
	

.body .content .main{
	float:left;
	width:570px;
}

.footer{
	text-align:center;
	height:30px;
	border-top:1px solid #d7d7d7;
	background:url(../images/site/footer_bg.jpg) repeat-x;
	color:white;
	line-height:30px;
}
.footer a{
	font-weight:bold;
	color:white;
	margin:0 5px;
}
.footer a:hover{
	color:#FFCC33;
	text-decoration:underline;
}

/* GAMES LIST */
.games_list .game_label{
	background:url(./images/site/game_list_label_bg.jpg) no-repeat;
	height:24px;
	line-height:24px;
	font-weight:bold;
	font-size:14px;
	padding:0 10px;
}
.games_list .game_desc{
	padding:3px 10px;
	font-size:10px;
}
.games_list .games_share{
	padding:0 10px;
}

/* RSS STUFF */

.rss{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.rss li{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px dotted #999999;
}
.rss li:first-child{
	border:none;
}
.rss .title a{
	display:block;
	padding:5px 3px;
	color:#333333;
	font-weight:bold;
}
.rss .title a:hover{
	text-decoration:underline;
	background:#FFFFCC;
}

/* MEMBER LOG IN */

.member_login{
	height:45px;
	background:url(../images/site/content_box_gradient.jpg) no-repeat;
	padding:0 20px;
	font-weight:bold;
	line-height:45px;
}

.register{
	background:url(../images/site/box_bg_green.jpg);
	font-weight:bold;
	padding:10px;
}

/* ADMIN */

.admin_nav{
	background:#e4eee4;
	padding:0 10px;
	font-weight:bold;
}
.admin_nav a{
	text-decoration:none;
}
.admin_nav a:hover{
	color:#FF6600;
}
.admin_nav ul{
	padding:0;
	margin:0;
	display:block;
}
.admin_nav ul li{
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	font-size:18px;
}
.admin_nav li li{
	font-size:12px;
	padding:3px 0 3px 15px;
	background:url('../images/site/subnav_line.gif') -14px no-repeat;
}
.admin_nav li .final{
	background-image:url('../images/site/subnav_line_last.gif');
}

/* GAME PAGE */

.company_desc{
	background:url('../images/site/comapny_desc_bg.jpg') top center no-repeat white;
	padding:20px;
	padding-left:100px;
	color:#003300;
	font-weight:bold;
	font-size:12px;
}
.company_desc h1{
	font-weight:bold;
	color:#003300;
	font-size:18px;
	margin:0 0 5px 0;
	padding:0;
}
.prizes{
	padding-bottom:10px;
}
.game_week{
	border-bottom:1px dotted #333333;
	padding:5px;
}
.team_vote .vote{
	cursor:pointer;
}
.team_vote .name{
	font-size:14px;
	font-weight:bold;
}
.team_vote .vote:hover .name{
	text-decoration:underline;
	color:#990000;
}
.team_vote .active{
	color:#CC6600;
}
.team_vote .vs{
	width:150px;
}
.team_vote .left{
	background:url(../images/site/vote_left.gif) left center no-repeat;
}
.team_vote .right{
	background:url(../images/site/vote_right.gif) right center no-repeat;
}
.gotw_vote .input{
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:5px;
	text-align:center;
	width:100px;
	border-width:2px;
}
.weeks_name{
	padding:5px; 
	border:dotted #CCCCCC; 
	border-width:0 0 1px 0;
	cursor:pointer;
}
.weeks_name:hover{
	background-color:#EEEEEE;
}
.weeks_matches{
	border:dotted #CCCCCC; 
	border-width:0 1px;
}

/* FEEDBACK */

.feedback{
	width:570px;
	margin:0 auto;
	position:relative;
	margin-bottom:10px;
}
.feedback ul li{
	font-style:italic;
}
.feedback h1{
	font-weight:bold;
	font-size:20px;
	margin:15px 0 10px 0;
}
.feedback .failure, .feedback .success{
	padding:10px 10px 10px 70px;
	min-height:50px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.feedback .failure{
	background:url(../images/site/feedback_fail.jpg) top center no-repeat;
}
.feedback .success{
	background:url(../images/site/feedback_success.jpg) top center no-repeat;
}
