/*Colors
red: #9d0000
gray: #d7dad3
active gray: #b0b3ad
End Colors*/
 
/************Reset**************/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
	margin: 0; 
	padding: 0;
	border: 0;
} 
ol, ul { 
	list-style: none; 
}
header, footer, nav, section, article, hgroup, figure {
	display: block;	
}

.related-list{
    margin:-10px;
}

section{
    width:100%;
    text-align:left;
}

select{
    width:47%;
    font-size:1em;
    margin-bottom:1em;
}
select+select{
    margin-left:1em;
}

legend {
	display: none;
}
/************End Reset**************/

/************Global**************/
body { 
	font: 100%/1.5 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif; 
	color: #000;
	text-align: center;
    width:100%;
    max-width:900px;
    margin:0 auto;
    
}
a {
	text-decoration: none;
	color: #38618E;
}
a:hover, a:focus {
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}
h1 {
	font: normal 1.6em/1.3 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;
	margin-bottom: 0;
}
h1 a{
    color:#38618E;
}
h1#title{
    margin:10px 0px;
    padding:0px;
    font-size:14px;
    color:#ed3800;
    text-transform:uppercase;
    font-weight:normal;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	cursor:pointer;
    text-transform:uppercase;
}
h3 {
	margin: 0;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	text-shadow: 0 1px 0 #fff;
}
p {
	margin: 0 0 1em;
}


::-webkit-input-placeholder {
   color: #999;
}
:-moz-placeholder {
   color: #999;
}
/************End Global**************/

/************Classes**************/
.btn {
	background: #9d0000; /* Old browsers */
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	display: block;
	line-height: 1;
	padding: 0.7em 1em;
}
.btn:hover, .btn:focus {
	background: #710000;
	border-color: #fff;
	color: #fff;
}
/************End Classes**************/

ul#simple_list{
    margin:0px;
    padding:0px;
    margin-left:10px;
}
ul#simple_list li{
    padding-left:10px;
    padding-bottom:5px;
    list-style:none;
    background:url('/images/site/list_triangle.png') top left no-repeat;
}


/************Structure**************/
header[role="banner"] {
	position: relative;
	background: #38618E; 
}
header[role="banner"] > div {
	max-width: 65em;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}
header[role="banner"] a:hover, header[role="banner"] a:focus {
	color: #fff;
}


div[role="main"]{
    text-align:left;
    width:98%;
    margin:0 auto;
}


.logo {
	float: left;
	margin: 0.25em 0 0 0.7em;
}
.logo a, .logo img {
	width: 100px;
	height: auto;
    border-radius:3px;
}
.nav-anchors {
	float: right;
}
.nav-anchors li {
	display: inline-block;
}
.nav-anchors a {
	display: block;
	padding: 0.7em;
	border-left: 1px solid #333;
    color:#ffffff;
}
.nav-anchors a.active {
	color: #fff;
}
.search {
	clear: both;
	border-top: 1px solid #333;
	padding: 1em;
	position: relative;
    margin:0 auto;
    text-align:center;
}
.search label {
	display: none;	
}
.search a{
    color:#ffffff;
}
.loginitems{
    width:9em;
}


.nav {
	text-align: center;
	text-transform: uppercase;
    width:100%;
    margin: 0 auto;
    border-top: 1px solid #333;
    color:#ffffff;
}
header[role="banner"] .nav {
	clear: left;
}
.nav li {
	display: inline-block;
	position: relative;
    padding: 0.5em;
}

.nav li a {
	display: block;
	color:#ffffff;
}
.nav li:first-child a {
	border-left: 0;
}
/*Hide Search and Nav only if Advanced JS is present*/
.queryselectorall .search, .login, .queryselectorall [role="banner"] .nav {
	display: none;
}

.content {
	position: relative;
	text-align: left;
	overflow: hidden;
}
.content img {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	border-radius: 0.5em;
}

/*Auxiliary Content*/
.aux {
	background: #ffffff;
	border-top: 1px solid #E8EDF1;
	overflow: hidden;
}
.aux header {
	cursor: pointer;
	max-width: 65em;
	margin: 0 auto;
}
.aux header a {
	color: #000;
	display: block;
	padding: 0.6em 1em;
	position: relative;
}
.aux header a:after {
	content: "▶";
	position: absolute;
	top: 0.37em;
	right: 1em;
	font-size: 1.4em;
	color: #38618E;
    cursor:pointer;
}
.aux header a.open:after {
	content: "◀";
    cursor:pointer;
}
.aux header a.disabled {
	cursor: default;
}
[role="tabpanel"] {
	max-width: 63em;
	margin: 0 auto;
	padding: 0 1em 1em;
}

.arrow_link{
    overflow:hidden;
    text-align:left;
    color: #000;
	display: block;
	padding: 0.6em 1em;
	position: relative;
    border-top: 1px solid #E8EDF1;
}
.arrow_link h2{
    float:left;
    padding-bottom:0.2em;
}
.arrow_link span{
    float:right;
    display:block;
    right: 0.3em;
	font-size: 1.4em;
	color: #38618E;
    position:relative;
}


/*Footer*/
.footer {
	background: #292929;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	clear: both;
}
.footer > div {
	max-width: 65em;
	margin: 0 auto;
	padding: 0 1em 0;
	text-align: left;
	overflow: hidden;
}
.footer a:hover, .footer a:focus {
	color: #fff;
}
.footer .nav {
	margin: 0;
}
.footer .nav li a {
	padding: 0.1em 0.1em 0.1em;
}
.footer ul {
	margin-bottom: 1em;
}
.footer li {
	display: inline-block;
}
.footer li a {
	padding-top: 1.2em;
}
.service-links {
	text-align: center;
}
.service-links li {
	margin: 0.5em;
}
.service-links li:first-child {
	margin-left: 0;
}
.service-links li:last-child {
	margin-right: 0;
}
.service-links li a {
	border: 0;
	padding: 0.2em;
	font-size: 0.7em;
}
.service-links li.tel a {
	background: #333;
	background: rgba(0,0,0,0.3);
	color: #999;
	border: 1px solid #444;
	text-align: center;
	padding: 0.3em 0.7em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	border-radius: 0.5em;
}
.top:after {
	content: ' ▲';
}

/*Aux Pages*/
.back-nav a {
	display: block;
	padding: 1em;
	color: #fff;
	background: #111;
	background: #111; /* Old browsers */
	background: -moz-linear-gradient(top, #111 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222)); 
	background: -webkit-linear-gradient(top, #111 0%,#222 100%); 
	background: -o-linear-gradient(top, #111 0%,#222 100%);
	background: -ms-linear-gradient(top, #111 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #111 0%,#222 100%); /* W3C */
}
.content-snippet {
	padding: 0em;
}
/************End Structure**************/









/* PAGE CSS */
.hotnews{
    margin:1em auto;
    padding:0px;
    width:100%;
}
.hotnews li{
    float:left;
    display:inline;
    text-align:left;
    padding-bottom:0.8em;
    padding-top:0.8em;
    border-bottom:1px solid #d9e2ea;
}
.hotnews li:nth-child(odd){
    clear:left;
    margin-right:1em;
}
.hotnews li h1{
    font-size:1em;
}
.hotnews li img{
    width:100%;
    height:auto;
}



.online_table{
    width:100%;
    border-collapse:collapse;
}
.online_table td{
    padding:5px;
}


table#standings_table{
    width:100%;
    margin:0px;
    margin-bottom:15px;
    padding:0px;
    float:left;
    border:0px;
    border-collapse:collapse;
}
table#standings_table tr#table_head{
    background:#E8EDF1;
    margin:0px;
}
table#standings_table tr#table_head th{
    padding:5px;
    margin:0px;
}
table#standings_table td{
    margin:0px;
    font-size:12px;
    padding:5px;
    border-bottom:1px solid #DEE3F4;
}
table#standings_table td a{
    font-size:12px;
}





ul#newslist{
	margin:0px;
	padding:0px;
	list-style:none;
    margin-bottom:25px;
    float:left;
    width:100%;
}
ul#newslist li{
    width:100%;
    height:auto;
    float:left;
    display:block;
    border-bottom:1px solid #d9e2ea;

}
ul#newslist li img{
    width:125px;
    height:auto;
    margin:2px 10px 2px 0px;
    float:left;
}
ul#newslist li#chislo{
	width:100%;
	font-weight:bold;
	border-bottom: 3px solid #DFE2E7;
    margin-top:20px;
    color:#FE0000;
}
ul#newslist li#chislo h2{
	margin:0px;
	padding:5px 6px 5px 0px;
	font:bold 11px tahoma;
}
ul#newslist li a{
	font-weight:normal;
	padding-top:5px;
	padding-bottom: 5px;
	display:block;
	width:100%;
	text-decoration:none;
}

ul#newslist li a#important{
	font-weight:bold;
	padding-top:5px;
	padding-bottom: 5px;
	display:block;
	width:100%;
}


ul#newslist li a:visited{
	color:#1B257E;
}

ul#newslist li a span#time{
	float: left;
	display: block;
	padding-left:5px;
	color:#4F5155;
	font-size:11px;	
}
ul#newslist li a span#img{
    float:left;
}
ul#newslist li a span#title{
	display: block;
	padding-left: 45px;
	padding-right:10px;
}
ul#newslist li a span#total_comments{
    color:#38618E;
}


.tvweeks{
    list-style:none;
    width:100%;
    float:left;
    margin-bottom:10px;
}
.tvweeks li{
    display:inline;
    float:left;
    padding:0.5em;
}


#tvnav {
    float: left;
    width: 100%;
    margin:0px;
    padding:0px;
    margin-top:10px;
    margin-bottom:25px;
}
#tvnav li{
    list-style:none;
}
#tvnav li a {
    display: block;
    padding: 10px 15px;
    font-size:12px;
    border-bottom: 1px solid #EFF2F4;
    text-transform:uppercase;
    text-decoration: none;
    color: #ffffff;
    background:#56748F;
}
#tvnav li a:hover, #tvnav li a.active {
    background: #B6C6D6;
    color: #000000;
}
#tvnav li ul {
    display: none;
    margin-bottom:10px;
    border-bottom: 1px solid #B6C6D6;
}
#tvnav li ul li{
    margin-left:0px;
    padding-bottom:10px;
}
#tvnav li ul li a {
    color:#FFFFFF;
    padding: 10px 0px 10px 35px;
    background: #2B303B;
    border-bottom: 1px dotted #3E444F;
}
#tvnav li ul li a:hover{
    background:#373E4B;
}



.tahmin_sections{
    margin:10px 0px 0px 0px;
    padding:0px;
    list-style:none;
    width:566px;
    float:left;
}
.tahmin_sections li{
    float:left;
    display:inline;
    margin-right:1px;
    margin-bottom:12px;
}
.tahmin_sections li a#current{
    background:#36393D;
}
.tahmin_sections li a{
    text-transform:uppercase;
    background:#B6C6D6;
    color:#ffffff;
    padding:6px 10px;
    font-size:10px;
}
.tahmin_sections li a:hover{
    background:#36393D;
    text-decoration:none;
}
.tahmin_table{
    width:100%;
    margin:0 auto;
}
.tahmin_table td{
    padding:5px;
}


.news_bottom_row{
    margin:10px 0px 20px 0px;
    background:#E8EDF1;
    padding:10px;
    font:normal 12px arial;
    float:left;
    width:96%;
}

div#vote_plus{
    width:44px;
    height:8px;
    background:url('/images/site/rating.png') no-repeat bottom center;
    cursor:pointer;
}

div#vote_minus{
    width:44px;
    height:8px;
    background:url('/images/site/rating.png') no-repeat bottom center;
    background-position: center -14px;
    cursor:pointer;
}

ul#top_teams_row{
    padding:0px;
    padding-left:-10px;
    margin:0px 0px 15px 15px;
    list-style:none;
    width:240px;
    float:left;
}
ul#top_teams_row li{
    float:left;
    display:inline;
    text-align:center;
    padding-right:10px;   
}

ul#top_teams_row li img{
    width:50px;
}
/* END OF PAGE CSS */



/* TABS */
.menu { padding: 0; clear: both; width:100%; float:left; border-bottom:2px solid #B6C6D6;}
.menu li { display: inline; padding:0px; margin-bottom:9px; float:left; padding-left:5px;}
.menu li a { 
    text-decoration: none; 
    color: #000; 
    text-align:center;
    padding:10px;
}
.menu li a.custom_width{
    float:left;
    width:100px;
    overflow:hidden;
    text-transform:lowercase;
    padding:3px;
    font-size:10px;
    margin-bottom:-11px;
}
.menu li.active a { 
    border-top: 2px solid #B6C6D6; 
    border-left:2px solid #B6C6D6; 
    border-bottom:3px solid #ffffff; 
    border-right:2px solid #B6C6D6;
}
.content { 
    float: left; 
    border-bottom: 1px solid #B6C6D6;
    width:100%;
    margin-bottom:20px;
    padding-bottom:10px;
    text-align:justify;
}


ul#tab_container_navigations{
    list-style:none;
    margin:10px 0px 20px 0px;
    padding:0px;
    width:100%;
    float:left;
}
ul#tab_container_navigations li{
    display:inline;
    float:left;
}
ul#tab_container_navigations li+li{
    margin-left:30px;
}
ul#tab_container_navigations li a{
    padding:5px 10px;
    font-size:11px;
    background:#38618E;
    color:#ffffff;
}
ul#tab_container_navigations li a:hover{
    text-decoration:none;
    background:red;
}
ul#tab_container_navigations li a.selected{
    background:red;
}


td span{
    background:#F6F7F8;
    border:1px solid #B6C6D6;
    padding:5px;
    width:99%;
    float:left;
}


.pagination{
    width:100%;
    float:left;
    text-align:center;
    margin-bottom:1em;
}
.pagination a{
    padding:5px 10px;
    background:#E8EDF1;
}
.pagination a:hover{
    text-decoration:none;
    background:#38618E;
    color:#ffffff;
}
.pagination strong{
    padding:5px 10px;
    background:#38618E;
    color:#ffffff;
}
/* END OF TABS */