body {
    font: 12px/18px normal Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    background: #B6C6D6 url('/images/site/bg.jpg') top center repeat-x;
    color: #000000;
    z-index: -1;
}

.border_radius {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

a {
    text-decoration: none;
    color: #38618E;
}

a:hover {
    text-decoration: underline;
    color: #ED1C33;
}

.news_rubrics_main a:visited, .news_rubrics_other a:visited, .top5_main h1 a:visited, .top5_other h1 a:visited {
    color: #0a1261;
}

h1#title {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #ed3800;
    text-transform: uppercase;
    font-weight: normal;
}

h1#title a {
    color: #ed3800;
}

h1#pagetitle {
    margin-top: 0px;
    font: normal 28px calibri;
    border-bottom: 1px solid #E8EDF1;
    text-transform: capitalize;
}

div#global_container {
    width: 100%;
    position: relative;
}

div#top_row {
    width: 100%;
    background: #38618E;
    min-height: 45px;
    z-index: 1000;
    position: relative;
    overflow: hidden;

}

div#top_row_inside {
    width: 1130px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 10px;
    color: #ffffff;
}

div#top_loginbox {
    float: left;
    margin-top: 2px;
}

div#top_loginbox a {
    color: #ffffff;
    background: #3F4C6B;
    padding: 4px 8px;
}

div#top_loginbox a:hover {
    text-decoration: none;
    background: #ED3800;
}

div#loginbox table {
    margin: 0 auto;
}

div#loginbox table td {
    font: 14px arial;
    padding-bottom: 5px;
}

div#loginbox table td input[type=checkbox] {
    float: right;
}

div#top_links {
    float: right;
    margin-top: 5px;
}

div#top_links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#top_links ul li {
    float: left;
    display: inline;
    margin-left: 15px;
}

div#top_links a {
    color: #ffffff;
    float: left;
}

div#top_links a:hover {
    text-decoration: underline;
    color: #E8EDF1;
}

.top_facebook {
    background-image: url('/images/site/social-icons-site.png');
    background-position: 0px -24px;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 3px;
}

.top_twitter {
    background-image: url('/images/site/social-icons-site.png');
    background-position: -36px -24px;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 3px;
}

.top_odno {
    background-image: url('/images/site/social-icons-site.png');
    background-position: -128px -24px;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 3px;
}

.top_rss {
    background-image: url('/images/site/social-icons-site.png');
    background-position: -74px -24px;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 3px;
}

.top_mobile {
    background-image: url('/images/site/social-icons-site.png');
    background-position: -55px -24px;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 3px;
}

/* 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;
}

/* END OF TABS */

/* SITE CONTAINER */

div#site_container {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    z-index: 1000;
    position: relative;
}

div#top_section {
    width: 1130px;
    min-height: 120px;
    float: left;
    z-index: 1000;
}

div#left_section {
    width: 247px;
    float: left;
    margin-right: 20px;
    margin-left: 15px;
}

div#middle_section {
    float: left;
    width: 566px;
}

div#right_section {
    float: left;
    width: 247px;
    margin-left: 20px;
}

div#bottom_links {
    float: left;
    width: 1130px;
    min-height: 120px;
    background: #E8EDF1;
    margin-top: 20px;
    color: #89A6C4;
    font-size: 11px;
}

ul#bottom_directions {
    float: left;
    width: 1100px; /*For KHTML*/
    list-style: none;
    margin: 0px auto;
}

ul#bottom_directions li {
    font: 12px verdana;
    margin: 0;
    padding: 25px 0px 25px 0px;
    float: left; /*For Gecko*/
    display: inline;
    position: relative;
    width: 220px;
    text-transform: uppercase;
}

ul#bottom_directions li a {
    color: #777777;
    text-decoration: none;
    font-weight: bold;
}

ul#bottom_directions a:hover {
    text-decoration: underline;
}

ul#bottom_directions li ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    padding-top: 5px;
    list-style: none;
    position: relative;
    left: 0;
}

ul#bottom_directions li ul li {
    font: 10px tahoma;
    padding: 5px 0px 5px 10px;
    float: none; /*For Gecko*/
    display: block !important;
    display: block; /*For IE*/
    text-transform: none;
}

ul#bottom_directions li ul li a {
    font-weight: normal;
}

div#bottom_section {
    float: left;
    width: 1130px;
    min-height: 120px;
    background: #292929;
    color: #ffffff;
}

/* END OF SITE CONTAINER */

/* TOP SECTION */
div#logo_container {
    float: left;
    margin: 15px 0px 15px 15px;
    width: 188px;
}

div#top_two_article {
    width: 600px;
    height: 100px;
    background: #FFFFFF;
    float: left;
    margin: 15px;
}

div#top_two_article ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#top_two_article ul li {
    float: left;
    display: inline;
    margin-left: 12px;
    margin-top: 10px;
    width: 280px;
}

div#top_two_article ul li img {
    width: 125px;
    height: 78px;
    float: left;
    margin-right: 10px;
}

div#top_two_article ul li h1 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

div#search_container {
    float: left;
    width: 280px;
    margin-top: 15px;
}

#search_field {
    width: 200px;
    height: 20px;
    border: 1px solid #88A5C3;
}

#search_button {
    border: 1px solid #88A5C3;
    height: 24px;
}

div#search_container ul {
    margin: 0px;
    padding: 0px;
}

div#search_container ul li {
    float: left;
    display: inline;
    list-style: none;
    margin-top: 15px;
}

div#search_container ul li + li {
    margin-left: 15px;
}

div#search_container ul li a {
    background: #38618E;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 11px;
}

div#search_container ul li a:hover {
    background: #ed3800;
    text-decoration: none;
}

div#main_items_menu {
    width: 1100px;
    float: left;
    margin: 0px 0px 15px 15px;
}

div#main_items_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: -12px;
}

div#main_items_menu ul li {
    display: inline;
    float: left;
    padding-left: 12px;
    font-size: 15px;
}

div#horizontal_menu {
    width: 1100px;
    float: left;
    margin: 0px 0px 15px 15px;
    background: #36393D;
    z-index: 1000;
}

div#online_tablo {
    width: 1100px;
    float: left;
    margin: 0px 15px 0px 15px;
    font-size: 10px;
    padding-bottom: 5px;
}

div#online_tablo ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 5px;
}

div#online_tablo ul li {
    width: 100%;
    float: left;
}

div#online_tablo_title {
    font-size: 11px;
    background: #3F4C6B;
    padding: 5px 10px;
    margin: 0px 0px 0px -5px;
    color: #ffffff;
}

div#online_tablo_title img {
    height: 16px;
}

div#online_tablo_links {
    float: right;
    margin-right: 10px;
}

div#online_tablo_links a {
    color: #ffffff;
}

div#online_tablo ul li ul {
    margin: 0px;
}

div#online_tablo ul li ul li {
    display: inline;
    width: 365px;
    float: left;
    margin: 2px -2px 2px 0px;
    border-bottom: 1px solid #d9e2ea;
}

div#online_tablo ul li ul li ul {
    margin: 0px;
    padding: 0px;
    width: 350px;
}

div#online_tablo ul li ul li ul li {
    float: left;
    display: inline;
    border-bottom: none;
}

div#online_tablo ul li ul li ul li#online_tablo_day {
    width: 90px;
}

div#online_tablo ul li ul li ul li#online_tablo_result {
    width: 30px;
    text-align: center;
    color: #38618E;
    font-weight: bold;
}

.online_tablo_results {
    cursor: pointer;
}

div#online_tablo ul li ul li ul li#online_tablo_team1 {
    width: 130px;
    text-align: right;
}

div#online_tablo ul li ul li ul li#online_tablo_team2 {
    width: 100px;
}

ul#top_teams_row {
    padding: 0px;
    margin: 0px 0px 15px 15px;
    list-style: none;
    width: 1100px;
    float: left;
}

ul#top_teams_row li {
    float: left;
    display: inline;
    text-align: center;
}

ul#top_teams_row li + li {
    padding-left: 18px;
}

ul#top_teams_row li img {
    width: 50px;
}

/* END OF TOP SECTION */

/* LEFT SIDE */

ul#tab_container_navigations {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 10px;
}

ul#tab_container_navigations li {
    display: inline;
    float: left;
}

ul#tab_container_navigations li + li {
    margin-left: 10px;
}

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;
}

div#standings {
    float: left;
    width: 247px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#scorers {
    float: left;
    width: 247px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul#polls {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #EFF2F4;
    margin-bottom: 25px;
}

ul#polls li {
    padding-bottom: 10px;
}

ul#polls li h1 {
    font-size: 12px;
    margin-bottom: 0px;
}

.polls {
    border-collapse: collapse;
    width: 100%;
}

.polls td {
    padding: 5px;
}

.polls td h1 {
    font: bold 18px/24px arial;
}

#tvnav {
    float: left;
    width: 247px;
    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: -40px;
    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;
}

div#flashcontent {
    margin-top: 5px;
    background: #F6F7F8;
    float: left;
}

/* END OF LEFT SIDE */

/* MIDDLE SECTION */
div#top5news {
    float: left;
    width: 566px;
    margin-bottom: 15px;
}

div#top5news ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#top5news ul li {
    padding-bottom: 5px;
}

.top5_main {
    float: left;
    width: 566px;
    margin-bottom: 10px;
}

.top5_main img {
    width: 566px;
    height: 345px;
}

.top5_main h1 {
    font-size: 18px;
    font-weight: normal;
}

.top5_other {
    float: left;
    width: 260px;
    height: 65px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.top5_other img {
    width: 90px;
    height: 60px;
    float: left;
    margin-right: 5px;
}

.top5_other h1 {
    margin: -5px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

div#news_rubrics {
    float: left;
    width: 566px;
    margin: 15px 0px 15px 0px;
}

.rubrics_title {
    float: left;
    width: 566px;
    border-bottom: 1px solid #3F4C6B;
    color: #ffffff;
    margin-bottom: 10px;
}

.rubrics_title h1 {
    margin: 0px;
    padding: 8px 15px;
    font-size: 12px;
    float: left;
    background: #3F4C6B;
    width: 200px;
}

.rubrics_title a {
    color: #008000;
    padding: 5px;
}

.news_rubrics_main {
    float: left;
    width: 350px;
    margin-bottom: 15px;
}

.news_rubrics_main img {
    width: 150px;
    height: 95px;
    float: left;
    margin: 0px 10px 10px 0px;
}

.news_rubrics_main h1 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

.news_rubrics_other {
    float: right;
    width: 210px;
    background: #F6F7F8;
}

.news_rubrics_other ul {
    list-style: none;
    margin: 10px;
    padding: 0px;
}

.news_rubrics_other ul li {
    padding-bottom: 15px;
}

ul#blogs_list {
    margin: 10px 15px 20px 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 230px;
}

ul#blogs_list li {
    padding: 10px;
    width: 100%;
    overflow: hidden;
}

ul#blogs_list li.colored {
    background: #f6f7f8;
}

ul#blogs_list li img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

ul#blogs_list li h1 {
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

ul#conferences_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    margin-top: 10px;
    width: 566px;
}

ul#conferences_list li {
    padding: 10px;
    overflow: hidden;
}

ul#conferences_list li.colored {
    background: #f6f7f8;
}

.conference_avatar {
    float: left;
    width: 100px;
}

.conference_avatar img {
    width: 80px;
}

.conference_text {
    float: left;
    width: 455px;
    font-size: 11px;
    text-align: justify;
    min-height: 120px;
}

/* END OF MIDDLE */

/* RIGHT SIDE */

ul#newslist {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 25px;
    float: left;
    width: 247px;
}

ul#newslist li {

}

ul#newslist li#chislo {
    width: 247px;
    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;
    border-bottom: 1px solid #d9e2ea;
}

ul#newslist li a#important {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
}

ul#newslist li a#important:hover {
    color: #C71523;
    background: #f5f6f7;
}

ul#newslist li a:hover {
    color: #C71523;
    background: #f5f6f7;
}

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#title {
    display: block;
    padding-left: 45px;
    padding-right: 10px;
}

ul#newslist li a span#total_comments {
    color: #ED1C33;
}

/* END OF RIGHT SIDE */

div#all {
    margin: 0 auto;
    width: 980px;
    text-align: left;
}

table#comment {
    width: 566px;
    border: 0px solid #E8EDF1;
}

table#comment td#numbers {
    font-size: 10px;
}

div#separator {
    width: 566px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #E8EDF1;
}

div#inside_container_right {
    float: left;
    width: 265px;
}

div#inside_box {
    padding: 10px 0px;
    overflow: hidden;
}

div#right_side_window {
    margin-bottom: 25px;
}

div#right_side_window h1#title {
    font: 20px times new roman;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #EE1C33;
    border-bottom: 1px solid #E8E8E9;
}

div#middle_side_window {
    margin-bottom: 25px;
}

div#middle_side_window h1#title {
    font: 20px times new roman;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #EE1C33;
    border-bottom: 1px solid #E8E8E9;
}

div#middle_side_window table td {
    vertical-align: top;
}

div#middle_side_window table td#last_row {
    border-top: 1px solid #D4D1D7;
    padding: 5px;
}

div#middle_side_window ul {
    margin-top: 0px;
}

div#middle_side_window img {
    border: 1px solid #E8E8E9;
    width: 80px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
}

div#middle_side_window h2 {
    font: bold 12px tahoma;
    color: #015ab6;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

div#middle_side_window h1#title {
    font: 20px times new roman;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #EE1C33;
    border-bottom: 1px solid #E8E8E9;
}

div#middle_side_window div#subtitle {
    font: bold 10px tahoma;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px;
    color: #FFFFFF;
    background: #39B44A;
    width: 580px;
    float: left;
}

div#subtitle a {
    color: #ffffff;
}

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;
}

h1#right_side_header {
    border: 1px solid #E8E8E9;
    font: bold 12px tahoma;
    text-transform: uppercase;
    margin: 0px;
    padding: 8px;
    color: #EE1C33;
    background-image: url('/images/site/right_header_back.png');
}

div#foother {
    width: 980px;
    float: left;
    min-height: 100px;
    background: #39B44A;
    border-top: 5px solid #ED1C33;
}

div#foother_inside {
    padding: 10px;
    color: #ffffff;
}

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: 11px;
    padding: 5px;
    border-bottom: 1px solid #DEE3F4;
}

table#standings_table td a {
    font-size: 12px;
}

table#register_form {

}

table#register_form th {
    padding: 10px;
    font: 20px arial;
    background: #DEE3F4;
}

table#register_form td {
    padding: 10px;
    border-bottom: 1px solid #DEE3F4;
    font: bold 14px arial;
}

table#register_form td input {
    width: 200px;
    height: 22px;
    font: bold 14px tahoma;
    color: #015ab6;
    border: 1px solid #CFDBEC;
}

table#register_form td textarea {
    width: 350px;
    height: 100px;
    border: 1px solid #CFDBEC;
}

table#register_form td p {
    font: normal 10px tahoma;
}

table#comments_list {
}

table#comments_list td {
    padding: 5px;
}

table#blogs_list img {
    width: 80px;
    height: 80px;
}

table#tour_results {
    width: 100%;
    padding: 0px;
    margin: 10px 0px;
    border: 0px;
    border-collapse: collapse;
}

table#tour_results th {
    padding: 5px;
    background: #38618E;
    color: #ffffff;
}

table#tour_results td {
    padding: 7px;
    text-align: center;
    border-bottom: 1px solid #E8EDF1;
}

table#tour_results td a {
    font-weight: bold;
}

div#vote_plus, #vote_plus_mod {
    width: 44px;
    height: 8px;
    background: url('/images/site/rating.png') no-repeat bottom center;
    cursor: pointer;
}

div#vote_minus, #vote_minus_mod {
    width: 44px;
    height: 8px;
    background: url('/images/site/rating.png') no-repeat bottom center;
    background-position: center -14px;
    cursor: pointer;
}

table#match_center {
    background: #EEEEFF;
    border-right: 1px solid #ccf;
    border-bottom: 1px solid #ccf;
}

table#match_center td#header {
    padding: 5px;
}

table#match_center td {
    padding: 15px;
}

table#protocol {
    width: 530px;
}

table#protocol th {
    text-align: center;
    padding: 5px;
    background: #39B44A;
    color: #ffffff;
}

table#protocol td {
    padding: 10px;
    line-height: 18px;
}

.addnews {
    margin: -10px 0px 20px 0px;
    background: #FE0000;
    color: #ffffff;
    padding: 7px 10px;
    border-radius: 3px;
}

.addnews:hover {
    text-decoration: none;
    color: #ffffff;
    background: #3F4C6B;
}

.season_list {
    text-align: right;
    font-size: 16px;
}

.season_list select {
    font-size: 16px;
}

.newstitle {
    font: bold 22px/28px arial;
    margin: 0px 10px 15px 0px;
}

.newstitle a {
    color: #000000;
}

.newstitle a:hover {
    text-decoration: none;
    color: #FE0000;
}

.news_bottom_row {
    margin: 10px 0px 20px 0px;
    background: #E8EDF1;
    padding: 0px 10px 5px;
    font: normal 12px arial;
    float: left;
    width: 546px;
}

.like_news_up {
    position: relative;
    left: 5px;
    top: 4px;
    width: 16px;
    margin-right: 5px;
    padding-right: 5px;
}

.list_result {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.search_result {
    margin-right: 15px;
}

.search_result_text {
    display: inline-block;
    max-width: 350px;
    position: absolute;
    top: 15%;
}

img.search_result {
    height: 62px;
}

.more_button {
    background: #38618E;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 3px;
}

.more_button:hover {
    color: #ffffff;
    background: #FE0000;
    text-decoration: none;
}

.tours_list {
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.tours_list li {
    display: inline;
    float: left;
    padding: 0px;
    font-weight: bold;
    margin-right: 3px;
    margin-bottom: 10px;
}

.tours_list li a {
    background: #38618E;
    padding: 3px 6px;
    color: #ffffff;
}

.tours_list li.active a {
    background: red;
    padding: 3px 6px;
    color: #ffffff;
}

div#addnewsform h2 {
    font: bold 16px arial;
    margin-bottom: 2px;
}

div#addnewsform .textbox {
    width: 400px;
    height: 25px;
    font: 16px arial;
}

div#addnewsform .textarea {
    width: 570px;
    height: 300px;
}

div#addnewsform .submitbutton {
    padding: 5px 10px;
    border: none;
    background: #3F4C6B;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

div#addnewsform .submitbutton:hover {
    background: #FE0000;
}

div#rating_sections ul {
    margin: 0px;
    padding: 0px;
}

div#rating_sections ul li {
    display: inline;
    list-style: none;
    padding: 0px 15px 15px 0px;
}

div#iqtibos {
    overflow: hidden;
    margin-bottom: 15px;
    background: #E8EDF1;
    border-radius: 3px;
}

div#iqtibos_top {
    margin-bottom: -15px;
    padding: 0px 10px 0px 10px;
    color: #FF0000;
    font: bold 22px garamond;
}

div#iqtibos_body {
    padding: 0px 25px;
    font: italic 14px/20px arial;
}

div#iqtibos_bottom {
    margin-top: -20px;
    padding: 0px 10px 5px 0px;
    color: #FF0000;
    font: bold 22px garamond;
    text-align: right;
}

div#online_comments {
    width: 564px;
    height: 500px;
    overflow: auto;
    border: 1px solid #EFEFEF;
}

td span {
    background: #F6F7F8;
    border: 1px solid #B6C6D6;
    padding: 5px;
    width: 97%;
    float: left;
}

.tahmin_link {
    text-transform: uppercase;
    background: #38618E;
    color: #ffffff;
    padding: 6px 10px;
    font-size: 10px;
    border-radius: 3px;
}

.tahmin_link:hover {
    text-decoration: none;
    background: #ED3800;
    color: #ffffff;
}

.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;
}

.searchbar {
    padding: 10px;
    background: #E8EDF1;
    margin-bottom: 15px;
}

.pagination {
    width: 560px;
    float: left;
    text-align: center;
}

.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;
}

/* TOP TEAMS */
.topteamshead {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.topteamshead img {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.topteamshead ul {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 700px;
}

.topteamshead ul li {
    float: left;
    display: inline;
    padding-bottom: 8px;
}

.topteamshead ul li#left {
    width: 200px;
}

.topteamshead ul li#right {
    width: 500px;
}

.taqvim_tables {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.taqvim_tables li:nth-child(odd) {
    clear: left;
}

.taqvim_tables li:nth-child(even) {
    margin-left: 20px;
}

.taqvim_tables li {
    float: left;
    display: inline;
    width: 400px;
    padding-bottom: 20px;
}

.players {
    margin: 10px 0px;
    padding: 0px;
    list-style: none;
}

.players li {
    float: left;
}

.players li ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 610px;
}

.players li ul li {
    float: left;
    display: inline;
    padding: 5px;
    border-bottom: 1px solid #F6F7F8;
}

.fullname {
    width: 150px;
}

.numero {
    width: 120px;
    text-align: center;
}

.position {
    width: 150px;
}

.citizenship {
    width: 150px;
}

.gallery_list {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.gallery_list li {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #E8EDF1;
}

.gallery_list li img {
    width: 150px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.gallery_list li h1 {
    font: bold 18px/22px arial;
    margin: 0px;
    padding: 0px;
}

.gallery_images {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.gallery_images li {
    float: left;
    display: inline;
    margin: 10px;
    width: 150px;
}

.gallery_images img {
    width: 150px;
    height: auto;
    border: 4px solid #E8EDF1;
}

/* END OF TOP TEAMS */

.more-news {
    display: none;
    text-align: center;
}

.responsive img {
    max-width: 100% !important;
    height: auto !important;
}

.responsive iframe {
    max-width: 100% !important;
}

.center{
    text-align: center;
}
.online_tv{
    margin: 0 -17.5px;
    width: 600px;
    height: 365px;
}
.video_file{
    cursor: pointer;
    transition: all 200ms ease-out;
    position: relative;
}
.video_file img{
    max-width: 560px;
}

.video_file .play {
    background: url(/images/video/play.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 80px;
    width: 80px;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0px;
    margin: auto;
}

.video_file:hover .play {
    height: 90px;
    width: 90px;
}
.vote_plus_{
    width:44px; height:18px; color:#ffffff;
    text-align:center;
    padding:0px 1px;
    margin-top:2px;
    margin-bottom:2px;
}
#title_medal{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #ed3800;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}
table#medal_table {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
    float: left;
    border: 0px;
    border-collapse: collapse;
}
table#medal_table tr#table_head {
    background: #E8EDF1;
    margin: 0px;
}
table#medal_table tr {
    height: 25px;
}
table#medal_table tr#table_head th {
    padding: 3px;
    margin: 0px;
}
table#medal_table img {
    width: 25px;
}
#middle_section img {
    max-width: 100%;
}

.icon-button {
    background-color: white;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 3.6rem;
}

/* Circle */
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    margin: -1.8rem;
}
.facebook span {
    background-color: #3B5998;
}
.google-plus span {
    background-color: #db5a3c;
}
.vk span {
    background-color: #4a76a8;
}
.yahoo span {
    background-color: #ff0000;
}

/* Icons */
.icon-button i {
    background: none;
    color: white;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}
.icon-button .fa-facebook {
    color: #3B5998;
}
.icon-button .fa-google-plus {
    color: #db5a3c;
}
.icon-button .fa-vk {
    color: #4a76a8;
}
.icon-button .fa-yahoo {
    color: #ff0000;
}
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-vk,
.icon-button:hover .fa-yahoo {
    color: white;
}


.socialmediaicons .fa {
	padding: 20px;
	font-size: 30px;
	width: 45px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

/* Add a hover effect if you want */
.socialmediaicons .fa:hover {
	opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.socialmediaicons  .fa-facebook {
	background: #3B5998;
	color: white;
}

.socialmediaicons .fa-google-plus {
	background: #dd4e40;
	color: white;
}

.socialmediaicons .fa-vk {
	background: #4c75a3;
	color: white;
}

.socialmediaicons .fa-yahoo {
	background: #ff0000;
	color: white;
}

.socialmediaicons .fa-telegram {
	background: #2fabe1;
	color: white;
}

.social-media-button .btn {
	padding: 12px;
	border: none;
	border-radius: 4px;
	margin: 5px 0;
	opacity: 0.85;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none; /* remove underline from anchors */
}

.social-media-button .btn:hover {
	opacity: 1;
	color: white;
}

.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}.clearfix{zoom:1}

#mistake {
    background-image: url('/images/overlay.png');
    position: absolute;
    margin: auto;
    top:  0;
    left: 0;
    z-index: 1000;
    width:  100%;
}

* html #mistake {
    background-image: none;
}

#m_window {
    position: absolute;
    background: #fff;
    border: 5px solid #aaa;
    border-radius:10px;
    overflow: auto;
    width: 350px;
    height: 400px;
    z-index: 150;
}

/*
* html #m_window {
  left: 50%;
  margin-left: -175px;
}
*/

#m_frame {
    border: 0;
    overflow: auto;
    width: 100%;
    height: 378px;
}

* html #m_frame {
    margin-top: 7px;
}

#news_container iframe {
    max-width: 100%;
}

#news_container table {
    border-spacing: 0;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

#news_container thead {
    background-color: #e8edf1;
}

#news_container table>tbody>tr>td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}