/* Reset */

* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Hide */

.hide
{
    display: none;
}

/* Body */

body {
	background: #E0E0E0 url('images/background.png') repeat-x 0% 0%;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

#container {
	margin: 0 auto;
	padding: 20px;
	width: 1000px;
}

/* Page Header */

#header_container {
	margin-bottom: 18px;
	border: 1px solid white;
	background: #CBCBCB url('images/logo.png') no-repeat 0px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	visibility: hidden;
}

#page_header {
	height: 180px;
	overflow: hidden;
}

/* Left Sidebar */

#left_sidebar {
	width: 170px;
	float: left;
	visibility: hidden;
}

#left_sidebar .box_container {
	margin-bottom: 18px;
	border: 1px solid white;
	background-color: #777777;
	color: #FAFF00;
	padding: 10px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#left_sidebar .donate_text {
	margin-bottom: 11px;
	margin-top: 11px;
	color: #faff00;
	font-size: 11px;
	font-weight: bold;
}

/* Left Sidebar : Options */

#left_sidebar .options {
	padding: 0px 5px;
	text-align: left;
}

#left_sidebar .options a {
   	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
	display: block;
	clear: both;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    text-decoration: none;
    color: #77FF11;
}

#left_sidebar .options a:hover {
    color: #C5FF99;
    background: #999999 url('images/button_bg.png') repeat-x;
}

/* Left Sidebar : Leagues */

#left_sidebar .options .leagues {
	font-weight: normal;
	color: #FAFF00;
}

#left_sidebar .options .leagues:hover {
    color: #FDFF87;
}

#left_sidebar .options .leagues .flag {
    padding-left: 25px;
}

/* Main Content */

#maincontent_container {
    border: 1px solid white;
	float: left;
	text-align: left;
	width: 810px;
	color: #72566F;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	align: center;
	margin-left: 18px;
	visibility: hidden;
}

#maincontent {
	margin: 0px 18px 18px 18px;
}

#maincontent p.page_desc {
	color: #FAFF00;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
}

#maincontent p.page_flag {
    text-align: center;
}

#maincontent p span.flag {
    padding: 2px 18px 0 0;
}

/* Main Content : Competitions */

select.input {
	background: #444444;
	color: #cccccc;
}

select option {
    padding-left: 3px;
    padding-right: 4px;
}

.competitions {
    text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px;
}

.competitions a {
	margin: 2px;
	padding: 5px;
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    color: #3383BB;
    background: #bbbbbb url('images/button_bg3.png') repeat-x;
    text-decoration: none;
}

.competitions a:hover {
    color: #41A7EA;
    background: #cccccc;
}

.competitions a.selected {
    color: #bbbbbb;
    background: #3383BB;
}

/* Main Content : Tables */

div.table_border {
    margin-top: 5px;
    padding: 18px;
    background: #666666;
    clear: both;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

table {
	text-align: center;
	font-size: 12px;
	font-family: verdana;
	background: #666666;
	margin: 0 auto;
	width: 740px;
	border-collapse:collapse;
}

thead td, thead th {
	color: #FF9C32;
	border: 1px solid gray;
	padding: 10px;
}

table thead th.sorting_asc {
    background: url('images/sort_asc.png') no-repeat center right;
    cursor: pointer;
}

table thead th.sorting_desc {
    background: url('images/sort_desc.png') no-repeat center right;
    cursor: pointer;
}

table thead th.sorting {
    /*background: url('images/sort_both.png') no-repeat center right;*/
    cursor: pointer;
}

table thead th.sorting_asc:hover,  table thead th.sorting_desc:hover, table thead th.sorting:hover {
    color: #FFD8B2;
}

tbody td, tbody th {
	color: #cccccc;
	border: 1px solid gray;
	padding: 3px;
}

table tbody a {
    padding: 3px;
	display: block;
	clear: both;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #cccccc;
    text-decoration: none;
}

table tbody a:hover {
    color: #eeeeee;
    background: #888888 url('images/button_bg2.png') repeat-x;
}

table tbody a.emphasize {
    text-decoration: underline;
}

table tbody .flag {
    padding: 0 9px;
}

#warntext {
	padding: 15px 0px;
	font-size:12px;
	font-weight: bold;
	color: black;
}

/* Flags */

.flag {
    background: url("images/flags.png") no-repeat;
}

.England { background-position: 0 0; }
.Spain { background-position: 0 -15px; }
.Germany { background-position: 0 -30px; }
.Italy { background-position: 0 -45px; }
.Portugal { background-position: 0 -60px; }
.France { background-position: 0 -75px; }
.Netherlands { background-position: 0 -90px; }
.Belgium { background-position: 0 -105px; }
.Switzerland { background-position: 0 -120px; }
.Austria { background-position: 0 -135px; }
.Poland { background-position: 0 -150px; }
.Sweden { background-position: 0 -165px; }
.Norway { background-position: 0 -180px; }
.Finland { background-position: 0 -195px; }
.Denmark { background-position: 0 -210px; }
.Greece { background-position: 0 -225px; }
.Ireland { background-position: 0 -240px; }
.Slovakia { background-position: 0 -255px; }
.CzechRepublic { background-position: 0 -270px; }
.Slovenia { background-position: 0 -285px; }
.Croatia { background-position: 0 -300px; }
.Hungary { background-position: 0 -315px; }
.Albania { background-position: 0 -330px; }
.BosniaHerzegovina { background-position: 0 -345px; }
.Bulgaria { background-position: 0 -360px; }
.Belarus { background-position: 0 -375px; }
.Cyprus { background-position: 0 -390px; }
.Estonia { background-position: 0 -405px; }
.UnitedKingdom { background-position: 0 -420px; }
.Iceland { background-position: 0 -435px; }
.Liechtenstein { background-position: 0 -450px; }
.Lithuania { background-position: 0 -465px; }
.Luxembourg { background-position: 0 -480px; }
.Latvia { background-position: 0 -495px; }
.Monaco { background-position: 0 -510px; }
.Montenegro { background-position: 0 -525px; }
.Macedonia { background-position: 0 -540px; }
.Malta { background-position: 0 -555px; }
.Romania { background-position: 0 -570px; }
.Serbia { background-position: 0 -585px; }
.Russia { background-position: 0 -600px; }
.SanMarino { background-position: 0 -615px; }
.Ukraine { background-position: 0 -630px; }
.Turkey { background-position: 0 -645px; }
.Andorra { background-position: 0 -660px; }
.Argentina { background-position: 0 -675px; }
.Australia { background-position: 0 -690px; }
.Brazil { background-position: 0 -705px; }
.Canada { background-position: 0 -720px; }
.Moldova { background-position: 0 -735px; }
.Mexico { background-position: 0 -750px; }
.UnitedStates { background-position: 0 -765px; }
.Scotland { background-position: 0 -780px; }
.Wales { background-position: 0 -795px; }
.EuropeanUnion { background-position: 0 -810px; }
