/* global */
body
{
    font: 10pt Verdana;
    background-image: url('../img/bg.jpg');
    margin: 0px;
    padding: 0px;
    color: #0B243B;
}

a, a:visited
{
    color: #0B243B;
    text-decoration: none;
}

a:hover, a:hover:visited
{
    color: #F7962D;
    text-decoration: none;
}

.odd
{
    background-color: #FFFFFF;
}

.even
{
    background-color: #E6E6E6;
}

.calendar
{
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 7px;
    left: 2px;
}

.button
{
    width: 80px;
}

/* blocks */
#header
{
    width: 854px;
    height: 174px;
    margin: 0px auto;
    padding: 0px;
}

#header span
{
    color: #FFFFFF;
    font-size: 20pt;
    font-weight: bold;
    position: relative;
    left: 200px;
    top: 30px;
}

#main
{
    background-color: #FFFFFF;
    width: 856px;
    margin: 0px auto;
    padding: 0px;
}

#content
{
    width: 560px;
    margin-left: 1px;
    padding: 0px;
    float: left;
}

#intro
{
    background-image: url('../img/intro.jpg');
    width: 560px;
    height: 150px;
    margin-bottom: 10px;
}

#intro span
{
    color: #045FB4;
    font-size: 16pt;
    font-weight: bold;
}

.actual_header
{
    width: 225px;
}

.actual_block
{
    height: 50px;
    border-bottom: #0B243B 1px dashed;
    padding-bottom: 5px;
    background-color: #E6E6E6;
}

.actual_link
{
    text-align: right;
    font-weight: bold;
    background-color: #E6E6E6;
}

#actual_news
{
    float: left;
    width: 270px;
}

#actual_tournaments
{
    float: right;
    width: 270px;
}

/* languages */
#languages
{
    float: right;
    position: relative;
    top: -25px;
    left: 8px;
}

#lang_list
{
    margin: 0 0 0 5px;
    padding: 0px;
    position: relative;
    top: 7px;
}

#lang_list li
{
    color: #FFFFFF;
    display: inline;
    list-style-type: none;
    margin-left: 10px;
    padding: 0px;
}

/* side */
#side
{
    float: right;
    width: 280px;
    margin-right: 2px;
    padding: 0px;
}

.side_block
{
    margin-bottom: 10px;
}

#side_teams, #side_clubs, #side_contacts
{
    width: 235px;
}

.side_header_left
{
    background-image: url('../img/side_header_left.jpg');
    width: 12px;
    height: 25px;
    float: left;
}

.side_header
{
    background-image: url('../img/side_header_bg.jpg');
    height: 25px;
    float: left;
    text-align: left;
}

.side_header_text
{
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    position: relative;
    top: 4px;
    left: 5px;
}

.side_header_right
{
    background-image: url('../img/side_header_right.jpg');
    width: 33px;
    height: 25px;
    float: left;
}

.side_body
{
    clear: both;
    background-color: #E6E6E6;
}

.side_table
{
    width: 100%;
}

.side_table td
{
    border-bottom: #0B243B 1px dashed;
}

.side_points
{
    width: 20px;
    text-align: right;
    font-weight: bold;
}

/* menu */
#menu
{
    margin-bottom: 5px;
}

.menu
{
    width: 854px;
    height: 33px;
    margin: 1px auto 0;
    background-image: url('../img/menu_bg.jpg');
    clear: both;
}

#menu_list
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu_list li
{
    position: relative;
    display: inline;
    float: left;
}

#menu_list li .menu_item, #menu_list li a, #menu_list li a:visited
{
    display: block;
    background-image: url('../img/menu_bg.jpg');
    color: #FFFFFF;
    padding: 8px 10px;
    border-right: #FFFFFF 1px solid;
    text-decoration: none;
}

#menu_list li a:hover, #menu_list li a:hover:visited
{
    color: #FF8000;
    text-decoration: none;
}

#menu_list li ul
{
    position: absolute;
    left: -40px;
    top: 32px;
    display: block;
    visibility: hidden;
    list-style-type: none;
}

#menu_list li ul li
{
    display: list-item;
    float: none;
}

#menu_list li ul li a, #menu_list li ul li a:visited
{
    width: 150px;
    display: block;
    color: #FFFFFF;
    padding: 3px 5px;
    border-bottom: #FFFFFF 1px solid;
    text-decoration: none;
}

#menu_list li ul li a:hover, #menu_list li ul li a:hover:visited
{
    color: #FF8000;
    text-decoration: none;
}

/* footer */
#footer
{
    height: 35px;
    margin-top: 5px;
    color: #FFFFFF;
    text-align: center;
}

#counter
{
    float: right;
    position: relative;
    top: 2px;
    left: -1px;
}

#copyrights
{
    position: relative;
    top: 8px;
}

/* news */
.news_block
{
    margin-bottom: 10px;
    float: left;
}

.news_header
{
    background-image: url('../img/news_header_bg.jpg');
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px;
    width: 100%;
    height: 20px;
}

.news_header span
{
    margin-left: 5px;
}

.news_content
{
    margin: 5px;
    text-align: justify;
}

.news_picture
{
    border: #414141 1px solid;
    margin-right: 5px;
    float: left;
}

.news_details
{
    text-align: right;
    clear: both;
}

#pager
{
    text-align: center;
    margin: 10px;
}

/* tournaments */
#tournaments, #teams
{
    width: 100%;
    border: #BBBBBB 1px solid;
    margin-bottom: 20px;
}

#tournaments tr:hover
{
    color: #FFFFFF;
    background-color: #045FB4;
}

#tournament, #rating_age, .tournament
{
    font-weight: bold;
    font-size: 11pt;
    border-bottom: #0B243B 1px dashed;
    height: 20px;
}

.tournament_age, .tournament_category
{
    width: 100px;
}

.tournament_players_count
{
    width: 150px;
}

.tournament_points
{
    width: 50px;
}

.rating_position
{
    width: 30px;
}

#tournaments_filter
{
    margin-bottom: 10px;
    background-color: #E6E6E6;
    border: #CCCCCC 1px solid;
}

#tournaments_filter legend
{
    font-weight: bold;
    background-color: #FFFFFF;
}

#filter_form select
{
    width: 100px;
}

#tournament_table
{
    width: 100%;
}

.tournament_label
{
    font-weight: bold;
    width: 150px;
}

.tournament_content
{
    text-align: justify;
}

.tournaments_teams_title
{
    font-size: 14pt;
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: #0B243B 1px solid;
}

/* rating */
#rating
{
    width: 100%;
}

/* about */
.about_content
{
    text-align: justify;
    margin-bottom: 20px;
}

.about_content ul
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
