﻿body, p, ul, li, h1, h2, h3, form
{
    padding: 0px;
    margin: 0px;
}

ul
{
    list-style-type: none;
}

li
{
}

a, a:link, a:visited
{
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color: #d2ff00;
    outline: none;
}

a:active
{
    color: #bee11a;
    outline: none;
}

body
{
    padding: 10px;
    background: #141e2a url(images/bg.gif);
    font: normal 11px Tahoma;
    color: #15212e;
}

div#x-main
{
    width: 888px;
    background: #fff url(images/main_top.gif) no-repeat center top;
    margin: 0 auto;
    
}

div#x-main div#x-wrapper
{
    padding: 5px 5px 6px 6px;
    background: url(images/main_bottom.gif) no-repeat center bottom;
}

div#x-date
{
    font: normal 10px Tahoma;
    padding: 5px 15px 10px 15px;
    text-align: right;
}

div#x-head
{
    height: 99px;
    background: #3181d4 url(images/head.jpg) no-repeat center center;
    border-bottom: solid 4px #fff;
}

div#x-banner
{
    background-color: #fff;
    border-top: solid 4px #bde119;
    height: 250px;
    border-bottom: solid 4px #fff;
    position: relative;
}

div#x-banner div#x-nav
{
    position: absolute;
    background: url(images/nav.gif) no-repeat center bottom;
    top: 0px;
    padding-bottom: 40px;
    width: 240px;
    right: 30px;
}

div#x-banner div#x-nav a
{
    display: block;
    color: #586a09;
    font: normal 18px Verdana;
    border-bottom: solid 1px #d4ec31;
    margin: 0 15px;
    padding: 8px;
    padding-left: 30px;
}

div#x-banner div#x-nav a:hover
{
    background: url(images/nav_hover.gif) no-repeat left center;
    color: #000;
}

div#x-banner div#x-nav div#x-links
{
    display: none;
    background-color: #bee11a;
}

div#x-content
{
    background-color: #15212e;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    padding: 10px;
    padding-bottom: 0px;
}

div.x-box
{
    background: #2c3a49 url(images/box_top.gif) no-repeat center top;
    color: #fff;
}

div.x-box-bottom
{
    background: #2c3a49 url(images/box_bottom.gif) no-repeat center bottom;
    margin-bottom: 10px;
}

div#x-content div.x-box div.title
{
    border-bottom: solid 1px #354658;
    padding-top: 15px;
    margin: 0 20px;
}

div#x-content div.x-box div.title h2
{
    border-bottom: solid 3px #bee11a;
    padding: 5px 5px 5px 5px;
    font: normal 15px Verdana;
    width: 200px;
}

div#x-content div.x-box div.title h2.last-news
{
    background: url(images/last_news.gif) no-repeat left bottom;
}

div#x-content div.x-box div.title h2.sponsors
{
    background: url(images/sponsors.gif) no-repeat right bottom;
}

div#x-content div.x-box div.content
{
    width: 840px;
    margin: 0 auto;
}

div#x-content div.x-box div.container
{
    width: 800px;
    margin: 0 auto;
}

div#x-content div.x-box div.container div.quick-nav a
{
    display: block;
    float: left;
    padding: 10px 10px 0px 15px;
    background: url(images/bullet.gif) no-repeat left bottom;
}

div#x-content div.x-box div.container div.quick-nav a:hover
{
    background: url(images/bullet_on.gif) no-repeat left bottom;
}

div#x-content ul
{
    margin-right: 15px;
}

div#x-content div.x-box div.content li
{
    display: block;
    padding: 0px;
    float: left;
    width: 205px;
}

div#x-content div.x-box div.content a
{
    display: block;
    text-align: justify;
    padding: 0px;
    margin: 10px auto 0 auto;
    padding-right: 10px;
    background: url(images/li.gif) no-repeat right top;
}

div#x-content div.x-box div.content a div.fixer
{
    margin-left: 10px;
    padding: 20px;
    padding-right: 0px;
}

div#x-content div.x-box div.content a div.fixer div.news-date
{
    text-align: left;
    color: #7893ae;
}

div#x-content div.x-box div.content a div.overlay
{
}

div#x-content div.x-box div.content a img
{
    border: solid 2px #fff !important;
    display: block;
    margin: 0 auto 10px auto;
}

div#x-content div.x-box div.content a:hover img
{
    border: solid 2px #d2ff00 !important;
}

div.sponsors
{
    padding: 20px 20px 10px 20px;
}

div.dashboard
{
    padding: 20px 20px 10px 0px;
    text-align: center;
}

div.dashboard a
{
    border: solid 0px #fff !important;
    display: inline !important;
}

div.dashboard a img
{
    border: solid 0px #fff !important;
    display: inline !important;
}

div.html
{
    padding: 10px;
}

div.html h3
{
    font: normal 11px Tahoma;
    color: #bee11a;
    margin-bottom: 10px;
    background: url(images/li.gif) no-repeat left -20px;
    padding-left: 10px;
}

div.html p
{
    text-align: justify;
}

div.sponsors img
{
    padding: 3px;
    background-color: #fff;
    margin: 10px;
}

div#x-footer
{
    direction: ltr;
    font: normal 9px Verdana;
    padding: 10px;
    padding-top: 15px;
    text-transform: uppercase;
}

div.x-form
{
    padding: 10px;
}

div.x-form .message
{
    color: #ffff00;
    text-align: center;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
}

div.x-form label
{
    display: block;
    margin: 0 auto;
    text-align: center;
}

div.x-form input
{
    display: block;
    font: normal 11px Tahoma;
    padding: 3px;
    margin: 10px auto;
    width: 200px;
}

div.x-form textarea
{
    display: block;
    font: normal 11px Tahoma;
    padding: 3px;
    margin: 3px auto;
    width: 300px;
    height: 200px;
}

div.x-form input.button
{
    width: 100px;
    margin-bottom: 0px;
}

div.lang
{
    float: right;
    padding-right: 10px;
    padding-top: 5px;
}

div.lang a
{
    display: block;
    float: right;
    color: #333;
    border-bottom: solid 1px #fff;
    margin-right: 3px;
    font: normal 10px Tahoma;
    padding: 4px 5px 5px 5px;
}

div.lang a:hover
{
    color: #fff;
}

