a
{
    text-decoration: none;
    color: #000;
}

a:hover
{
    text-decoration: underline;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

.ac
{
    text-align: center;
}

.ar
{
    text-align: right;
}

div.clear
{
    clear: both;
}

span.left
{
    float: left;
    display: block;
}

span.right
{
    float: right;
    display: block;
}

a.more
{
    float: right;
    text-transform: uppercase;
    margin-top: .5em;š
}

/* LAYOUT */

html
{
    background: url(../img/bg_dot.png) #262626 50% 0;
    *background-image: url(../img/bg_dot.png);                              /* IE6&7 */
}

body
{
    background: url(../img/bg_splash.png) no-repeat 207px 0;
    font-family: Trebuchet MS;
    font-size: 11px;
}

#effective-doc
{
	margin: auto;
    text-align: left;
	width: 76.077em;                                                    /* non-IE */
	*width: 74.177em;                                                   /* IE6&7 */
	min-width: 989px;
    _width: 989px;                                                      /* IE6 */
}

/* HEADER */

#hd
{
    background: url(../img/header.png) no-repeat top left;
    height: 108px;
    position: relative;
}

#logo
{
    display: block;
    width: 299px;
    height: 73px;
    text-indent: -5000px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 2px;
}

#ad
{
    display: block;
    width: 468px;
    height: 60px;
    position: absolute;
    top: 24px;
    left: 495px;
}

#bd
{
    position: relative;
    top: -9px;
    _top: 0;                                                            /* IE6 */
}

#bd_wrapper
{
    margin: 1px;
    padding: 1px 1px 0;
    border: 1px solid #6d6d6d;
    float: left;
    width: 965px;
    background: url(../img/bg_body.gif) repeat-y #fff top left;
    _width: 967px;                                                      /* IE6 */
    _background-position: 1px 0;
}

#bd_advert
{
    margin: 0px 1px 1px 1px;
    float: left;
    background: #FFF;
    _width: 967px;                                                      /* IE6 */
    _background-position: 1px 0;
}

#bd_middle
{
    background: url(../img/bg_middle.png) repeat-y;
    _background-image: none;                                            /* IE6 */
    padding: 0 9px;
}

#bd_top
{
    background: url(../img/bg_middle_top.png) no-repeat top left;
    height: 9px;
    _display: none;                                                     /* IE6 */
}

#bd_footer
{
    background: url(../img/bg_middle_bottom.png) no-repeat top left;
    height: 9px;
    _background-image: none;                                            /* IE6 */
	padding-top: 10px;
	font-size: 9px;
	color: #FFF;
}

#bd_footer a
{
	color: #FFF;
}

/* MENU */

#menu
{
    background: url(../img/bg_menu.png) repeat-x top left;
    height: 37px;
    margin-bottom: 1px;
}

#menu ul
{
    height: 37px;
    float: right;
}

#menu ul li 
{
    display: inline;
    float: left;
    _width: 35px;                                                       /* IE6 */
}

#menu ul li a
{
    display: block;
    height: 25px;
    padding: 12px 4px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 110%;
    font-weight: bold;
    color: #6d6d6d;
    _padding: 12px 3px 0;                                               /* IE6 */
}

#menu ul li a:hover
{
    background: url(../img/bg_menu.png) repeat-x bottom left;
    text-decoration: none;
    color: #fff;
}

/* USER */

#user
{
    background: url(../img/bg_user.png) repeat-x;
    float: left;
    height: 37px;
    text-transform: uppercase;
}

#user_right
{
    float: left;
    width: 21px;
    height: 37px;
    background: url(../img/bg_user_right.png) no-repeat;
}

#user span.title
{
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 14px;
    width: 53px;
    height: 11px;
    background: url(../img/user_space.png) no-repeat;
    overflow: hidden;
    text-indent: -5000px;
}

div.userpan
{
    float: left;
    height: 33px;
    margin-top: 12px;
    margin-left: 5px;
    position: relative;
}

#user form
{
    float: left;
    background: url(../img/user_form_bg.jpg) no-repeat;
    height: 33px;
    margin-top: 5px;
    margin-left: 5px;
    position: relative;
}

#user form input.input
{
    float: left;
    border: 1px solid;
    border-color: #434343 #525252 #525252 #434343;
    background: url(../img/bg_input.png) repeat-x;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
    width: 70px;
}

#user form input.login
{
    color: #00cbde;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: 5px;
    left: 157px;
}

#user form a
{
    float: left;
    border: 0;
    display: block;
    margin: 0 5px;
    font-size: 90%;
}

#user form span.delimiter
{
    float: left;
    display: block;
}

/* BLOCKS */

.block .block_title
{
    background: url(../img/block_title_bg.png) repeat-x;
    height: 26px;
    text-transform: uppercase;
    padding: 1px 0;
    color: #fff;
}

.block_blue .block_title
{
    background-image: url(../img/block_blue_title_bg.png);
}

.block .block_title h2
{
    margin: 9px 5px 0;
    height: 11px;
    float: left;
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -5000px;
    overflow: hidden;
}

.block .ar h2
{
    float: right;
    text-indent: 5000px;
}

.block .block_title .arrow
{   
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 15px;
    background: url(../img/block_title_arrow_right.png) no-repeat;
}

.block .ar .arrow
{   
    background-image: url(../img/block_title_arrow_left.png);
    float: left;
    margin-right: 0;
    margin-left: 3px;
}

.block_blue .block_title .arrow
{
    background-image: url(../img/block_blue_title_arrow_left.png);
}

.block .block_body
{
    padding: 5px;
}

.block .block_body ul li
{
    padding: 3px;
}

.block .block_body ul li img
{
    margin-right: 3px;
    vertical-align: middle;
}

/* LEFT COLUMN */

#column_left
{
    float: left;
    width: 494px;
    border-right: 2px solid #6d6d6d;
}

#column_left div.block
{
    margin-right: 1px;
}

#column_left_bottom div.block
{
    float: left;
    width: 245px;
    margin-left: 1px;
}

#column_left_bottom div.first
{
    border-right: 1px solid #6d6d6d;
    padding-right: 1px;
    margin: 0;
}

#column_left .ad a
{
    display: block;
    width: 472px;
    height: 64px;
    background: url(../img/border_ad.png) no-repeat;
    margin: 8px auto;
}

#column_left .ad a img
{
    margin: 2px;
    width: 468px;
    height: 60px;
}

#column_left_bottom ul li
{
    clear: both;
}

#column_left_bottom ul li span.first
{
    width: 90px;
}

#column_left_bottom ul li a
{
    color: #00a4ba;
}

#gallery ul li
{
    float: left;
    width: 112px;
}

#news h2
{
    background-image: url(../img/block_title_news.png);
    width: 47px;
}

#news .filter
{
    float: right;
    margin-right: 1em;
}

#news .filter a
{
    display: block;
    float: left;
    height: 20px;
    padding: 0 3px;
    background: url(../img/news_title_link_bg.png) repeat-x;
    color: #fff;
    margin-right: 1px;
    padding-top: 6px;
}

#news .filter a:hover
{
    background-image: url(../img/news_title_link_hover_bg.png);
    text-decoration: none;
}

#news .block_body
{
    padding: 0;
}

#news ul li
{
    border-bottom: 1px dotted #bababa;
    background: url(../img/news_bg.png) repeat-x bottom left;
    padding: 5px;
}

#news ul li.first
{
    background: url(../img/news_main_bg.jpg) top left no-repeat #287e8b;
    border: 0;
}

#news ul li h3
{
    color: #00a4ba;
    border-bottom: 1px dotted #000;
    font-size: 130%;
    font-weight: bold;
    position: relative;
}

#news ul li.first h3
{
    color: #000;
}

#news ul li h3 span.author
{
    font-size: 70%;
    font-weight: normal;
    float: right;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    _top: .2em;                                                         /* IE6 */
    _right: 5px;
}

#news ul li p
{
    padding: .5em;
}

#news ul li span.right
{
    margin: .5em .3em 0;
}

#news ul li img.newska
{
    float: left;
    width: 130px;
    border: 1px solid #515151;
    margin: 2px 5px 5px 0;
}

#pager
{
    clear: both;
    float: right;
}

#pager a
{
    display: block;
    float: left;
    width: 14px;
    height: 19px;
    background: url(../img/news_pager_bg.png) no-repeat;
    margin-left: 2px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

#pager a:hover
{
    text-decoration: none;
    color: #00a4ba;
}

#news div.pager
{
    text-align: center;
    text-transform: uppercase;
    margin-top: 1em;
}

#gallery h2
{
    background-image: url(../img/block_title_gallery.png);
    width: 39px;
}

#gallery ul li a
{
    display: block;
    width: 112px;
    height: 90px;
    background: url(../img/border_gallery.png) no-repeat;
}

#gallery ul li a img
{
    margin: 2px;
    width: 108px;
    height: 86px;
}

#users_top h2
{
    background-image: url(../img/block_title_users_top.png);
    width: 48px;
}

#users_latest h2
{
    background-image: url(../img/block_title_users_latest.png);
    width: 63px;
}

/* MIDDLE COLUMN */

#column_middle
{
    float: left;
    width: 269px;
}

#column_middle .ad
{
    padding: 1px;
    border-color: #6d6d6d;
    border-style: solid;
    border-width: 2px 0;
}

#matches h2
{
    width: 75px;
    background-image: url(../img/block_title_matches.png);
}

#matches ul li
{
    border-bottom: 1px dotted #bababa;
    *padding: 0;                                                        /* IE6&7 */
    *margin: .5em 0;
}

#matches ul li a
{
    color: #00a4ba;
    margin-left: .5em;
}

#matches ul li .win
{
    color: #36a111;
}

#matches ul li .loss
{
    color: #dd0010;
}

#matches ul li .draw
{
    color: #ff8a00;
}

#scene_news h2
{
    width: 69px;
    background-image: url(../img/scenenews.png);
}

#scene_news ul li
{
    border-bottom: 1px dotted #bababa;
    font-size: 90%;
    margin-bottom: .5em;
}

#scene_news ul li img
{
    float: left;
    margin-right: 10px;
}

#scene_news ul li a span.title
{
    color: #00a4ba;
    font-size: 110%;
    display: block;
}

#sponsor_news h2
{
    width: 69px;
    background-image: url(../img/block_title_sponsor_news.png);
}

#sponsor_news ul li
{
    border-bottom: 1px dotted #bababa;
    font-size: 90%;
    margin-bottom: .5em;
}

#sponsor_news ul li img
{
    float: left;
    margin-right: 10px;
}

#sponsor_news ul li a span.title
{
    color: #00a4ba;
    font-size: 110%;
    display: block;
}

#poll h2
{
    width: 68px;
    background-image: url(../img/block_title_poll.png);
}

#poll ul li
{
    margin: .5em 0;
}

#poll ul li a
{
    color: #00a4ba;
}

#poll ul li .poll_bar
{
    clear: both;
    display: block;
    border: 1px solid #bebebe;
    background: url(../img/poll_bar.png) repeat-x;
    height: 13px;
    margin-top: 2px;
    _border: 0;                                                         /* IE6 */
}

span.poll_bar
{
    clear: both;
    display: block;
    border: 1px solid #bebebe;
    background: url(../img/poll_bar.png) repeat-x;
    height: 13px;
    margin-top: 2px;
    _border: 0;                                                         /* IE6 */
}

#poll span.right
{
    margin: .5em .3em 0;
}

#poll ul li span.right
{
    margin: 0;
}

#video h2
{
    width: 69px;
    background-image: url(../img/corner.png);
}

#video .block_body
{
	padding: 0px;
}

#promotion h2
{
    width: 52px;
    background-image: url(../img/block_title_promotion.png);
}

#promotion .block_body
{
    text-align: center;
}

/* RIGHT COLUMN */

#column_right
{
    float: left;
    width: 198px;
    border-left: 2px solid #6d6d6d;
}

#column_right .ad
{
    padding: 1px;
    border-color: #6d6d6d;
    border-style: solid;
    border-width: 2px 0;
}

#space
{
	height: 1px;
}

#main_sponsors h2
{
    width: 79px;
    background-image: url(../img/mainsponsors.png);
}

#main_sponsors ul li
{
    margin-bottom: 1px;
    margin-left: 1px;
    _height: 78px;                                                      /* IE6 */
}

#main_sponsors ul li a
{
    display: block;
}

#main_sponsors ul li a:hover
{
    text-decoration: none;
}

#other_sponsors h2
{
    width: 79px;
    background-image: url(../img/othersponsors.png);
}

#other_sponsors ul li
{
    margin-bottom: 1px;
    margin-left: 1px;
    _height: 78px;                                                      /* IE6 */
}

#other_sponsors ul li a
{
    display: block;
}

#other_sponsors ul li a:hover
{
    text-decoration: none;
}

#partners ul li
{
    margin-bottom: 1px;
    margin-left: 1px;
    _height: 78px;                                                      /* IE6 */
}

#partners ul li a
{
    display: block;
}

#partners ul li a:hover
{
    text-decoration: none;
}

#partners_media h2
{
    width: 79px;
    background-image: url(../img/block_title_partners_media.png);
}

#partners_media ul
{
    margin: 1em 0;
}

#partners_media ul li
{
    text-align: center;
}

#partners_other h2
{
    width: 79px;
    background-image: url(../img/otherpartners.png);
}

#partners_other ul
{
    margin: 1em 0;
}

#partners_other ul li
{
    text-align: center;
}

#awards h2
{
    width: 64px;
    background-image: url(../img/block_title_awards.png);
}

#awards ul li
{
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
}

#awards ul li.gold
{
    background-image: url(../img/awards_gold.png);
}

#awards ul li.silver
{
    background-image: url(../img/awards_silver.png);
}

#awards ul li.bronze
{
    background-image: url(../img/awards_bronze.png);
}

#servers h2
{
    width: 42px;
    background-image: url(../img/block_title_servers.png);
}

#servers .block_body
{
    padding-top: 0;
}

#servers ul li.title
{
    text-transform: uppercase;
    text-decoration: underline;
    padding-top: 10px;
    font-weight: bold;
}

#events h2
{
    width: 48px;
    background-image: url(../img/events.png);
}

#events ul li
{
    margin-bottom: 1px;
    margin-left: 1px;
    _height: 78px;                                                      /* IE6 */
}

#events ul li a
{
    display: block;
}

#events ul li a:hover
{
    text-decoration: none;
}

#webstats h2
{
    width: 45px;
    background-image: url(../img/block_title_webstats.png);
}

/* FOOTER */

#footer
{
    color: #fff;
    background: url(../img/bg_footer.png) repeat-x;
    height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 10px;
}

#footer a
{
    color: #1f1f1f;
}

#footer span.right
{
    margin-top: .5em;
}

span.win
{
    color: #36a111;
}

span.loss
{
    color: #dd0010;
}

span.draw
{
    color: #ff8a00;
}
