@charset "utf-8";
/* CSS Document */
body, html {
	margin:0 auto;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(img/bg.png) repeat;
}
a, select, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#666;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#000;
}
img, a {
	border:none;
	outline:none;
}
#container {
	margin:0 auto;
	padding:0px;
	width:1020px;
	background:url(img/main_bg.png) repeat-y;
	background-position:top center;
	position:relative;
}
#main {
	margin:0 auto;
	width:1000px;
	margin-top:-14px;
}
#header {
	margin:0 auto;
	text-align:center;
	height:210px;
	background:url(img/top.png) repeat-x;
	min-width:1020px;
	width:100%;
}
#header_img {
	display:block;
	margin:0 auto;
	text-align:center;
	width:1020px;
	height:100px;
	background:url(img/header.png) no-repeat center;
}
#next_match {
	display:block;
	text-align:center;
	padding:5px;
	color:#666;
	height:55px;
	max-height:55px;
	overflow:hidden;
}
#next_match select {
	border:1px solid #d5d5d5;
	color:#666;
	font-weight:bold;
}
#footer {
	width:100%;
}
#footer_end {
	width:1020px;
	margin:0 auto;
	height:30px;
	background:url(img/bottom_area.png) no-repeat;
	text-align:center;
	padding-top:10px;
}
#footer_end div {
	color:#fff;
	font-weight:bold;
	font-size:10px;
	text-shadow: 1px 1px #000;
}
#footer_inner {
	margin:0 auto;
	width:1000px;
	text-align:center;
	height:180px;
	background:url(img/bottom.png) repeat-x;
}
#footer_info {
	color:#eee;
	text-align:center;
	padding-top:30px;
}
#footer_users {
	width:100%;
	padding-top:10px;
	overflow:hidden;
}

#left_col, #right_col {
	margin:0 auto;
	padding:0;
	float:left;
	width:149px;
}
#left_col {
	border-right:1px solid #d5d5d5;
}
#right_col {
	border-bottom:1px solid #d5d5d5;
	margin-left:-1px;
	border-left:1px solid #d5d5d5;
}
#main_col {
	margin:0 auto;
	padding:0;
	float:left;
	width:700px;
	margin-left:-1px;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}
.facebook, .twitter, .rate, .skoda, .vanahea, .topod, .ilmaennustus, .paypal {
	display:block;
	margin:0 auto;
	height:50px;
	margin:0 auto;
	width:225px;
	float:left;
}
.footer_holder {
	width:900px;
	margin:0 auto;
}
.topod {
	background:url(img/topod.png) no-repeat top left;
}
.vanahea {
	background:url(img/vanahea.png) no-repeat top left;
}
.twitter {
	background:url(img/twitter.png) no-repeat top left;
}
.rate {
	background:url(img/rate.png) no-repeat top left;
}
.skoda {
	background:url(img/skoda.png) no-repeat top left;
}
.facebook {
	background:url(img/facebook.png) no-repeat top left;
}
.ilmaennustus {
	background:url(img/ilmaennustus.png) no-repeat top left;
}
.paypal {
	background:url(img/paypal.png) no-repeat top left;
}
.rate:hover, .facebook:hover, .vanahea:hover, .twitter:hover, .skoda:hover, .topod:hover, .ilmaennustus:hover, .paypal:hover {
	background-position:bottom left;
}
#prediction_table {
	width:100%;
	margin:0 auto;
	padding:0;
}
.prediction_table tr td, .prediction_table thead tr th {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	text-align:left;
}
.prediction_table tbody tr td:last-child {
	border-right:none;
}
.prediction_table tbody tr:last-child td {
	border-bottom:none;
}
.prediction_table tbody  tr:nth-child(even) {
	background:#f5f5f5;
}
.prediction_table tbody tr:nth-child(odd) {
	background:#eee;
}
#sortable_table thead tr  {
	background:url(img/pattern_light.png) repeat;
}
#sortable_table th.header {
    background-image: url(img/small.gif);
    cursor: pointer;
    font-weight:bold;
    background-repeat:no-repeat;
    background-position:center right;
}
#sortable_table th.headerSortDown {
    background-image: url(img/small_desc.gif);
}
#sortable_table th.headerSortUp {
    background-image: url(img/small_asc.gif);
}
#menu {
}
#shoutbox {
	background:#eee;
	color:#333;
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;
	height:300px;
	overflow:hidden;
}
#shoutbox_inner {
	margin-top:1px;
}
.shouting {
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;
	padding:5px;
	padding-right:10px;
	background-color:#f5f5f5;
}
.shout_info {
	color:#666;
}
.shout_text {
	color:#000;
}
.shout_date {
	color:#999;
	font-size:10px;
}
.shout_reacts {
	margin-top:3px;
}
.shout_react {
	display:inline-block;
	cursor:pointer;
	font-size:13px;
	line-height:1;
	margin-right:6px;
	color:#888;
	-webkit-user-select:none;
	user-select:none;
}
.shout_react:hover {
	color:#000;
}
.shout_react.reacted {
	color:#000;
	font-weight:bold;
}
.shout_react .cnt {
	font-size:10px;
	color:#666;
	vertical-align:top;
}
.shout_react_add {
	display:inline-block;
	cursor:pointer;
	font-size:13px;
	line-height:1.2;
	width:16px;
	height:16px;
	text-align:center;
	border:1px solid #d5d5d5;
	border-radius:8px;
	color:#888;
	background:#fff;
	-webkit-user-select:none;
	user-select:none;
}
.shout_react_add:hover {
	color:#000;
	border-color:#999;
}
.shout_picker {
	position:absolute;
	z-index:1000;
	width:200px;
	max-height:160px;
	overflow-y:auto;
	padding:4px;
	background:#fff;
	border:1px solid #bbb;
	border-radius:4px;
	box-shadow:0 2px 6px rgba(0,0,0,0.2);
}
.shout_picker_emoji {
	display:inline-block;
	cursor:pointer;
	font-size:18px;
	line-height:1;
	padding:3px;
	border-radius:4px;
}
.shout_picker_emoji:hover {
	background:#eee;
}
.title, .title_center {
	background:url(img/pattern.png) #666 repeat;
	padding:5px;
	font-weight:bold;
	color:#fff;
}
.title a, .title_center a {
	font-weight:bold;
	color:#fff;
}
.title_center a:hover {
	color:#eee;
}
.title_center {
	text-align:center;
}
.title select {
	font-size:10px;
}
.icon {
	display:block;
	padding:5px;
	background-color:#fff;
	text-align:center;
}
.icon img {
	max-width: 100%;
}
.username {
	display:block;
	text-align:center;
	background-color:#fff;
	border-bottom:1px solid #d5d5d5;
	padding:5px;
}
.points, .regular{
	background-color:#eee;
	border-bottom:1px solid #d5d5d5;
	border-top:1px solid #fff;
	padding:5px;
	text-align:center;
}
.menu_title {
	padding:5px;
	background:#eee;
	color:#000;
	font-weight:bold;
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;
}
.menu_links a, .menu_links_float a {
	display:block;
	color:#333;
	padding:5px;
	background-color:#f8f8f8;
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;
}
.menu_links_float a {
	float:left;
	border-left:1px solid #fff;
}
.menu_links a:hover,  .menu_links_float a:hover {
	color:#000;
	background-color:#eee;
	font-weight:bold;
}
.help:hover {
	background:url(img/pattern_pink.png) #660000 repeat;
	color:#fff !important;

}
.help {
	background:url(img/pattern_pink.png) #660000 repeat;
	color:#000 !important;

}
.stats_float {
	float:left;
	text-align:center;
	font-weight:normal;
	border-left:1px solid #fff;
	background-color:#eee;
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;
	height:18px;
	padding-top:5px;
	font-size:10px;
}
.team_float {
	float:left;
	text-align:left;
	background-color:#eee;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	padding:3px;
	height:12px;
	font-size:10px;
}
.right_col_half {
	display:block;
	text-align:center;
	width:63px;
}
.border_right {
	border-right:1px solid #d5d5d5 !important;
}
.border_bottom {
	border-bottom:1px solid #d5d5d5 !important;
}
.no_border_right {
	border-right:none;
}
.no_border_left {
	border-left:none;
}
.clear {
	float:none;
	clear:both;
}
.tiny {
	font-size:8px;
}
.selected_match, .selected_match td, .selected_user td, .selected_user {
	background:url(img/pattern_pink.png) repeat;
	color:#333;
	font-weight:bold;
}
.selected_match a, .selected_match td a, .selected_user td a, .selected_user a {
	color:#333;
	font-weight:bold;
}
.selected_match a:hover, .selected_match td a:hover, .selected_user td a:hover, .selected_user a:hover {
	color:#000;
	text-decoration:underline;
}
.no_prediction, .no_prediction td  {
	background:url(img/pattern_light.png) repeat;
}
.league_select tr td {
	border-bottom:1px solid #d5d5d5;
	background:#fff;
}
.percentbar {
	width:49px;
	border:1px solid #d5d5d5;
	height:10px;
	margin:0 auto;
}
.percentbar div {
	background:url(img/pattern_pink.png) repeat;
	height:10px;
	border-right:1px solid #d5d5d5;
}
