@import 'reset.css';

/* Generel
------------------------------------ */
HTML, BODY
{
    background: #014AB3 url(images/bg.jpg) left bottom repeat-x;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
    height: 100%;
    width: 100%;
    display: table;
}
A
{
    color: #FF0000;
    text-decoration: underline;
    cursor: pointer;
}
A:hover
{
    text-decoration: none;
    cursor: pointer;
}
STRONG
{
    font-weight: bold;
}
EM
{
    font-style: italic;
}
INPUT
{
    vertical-align: middle;
}
#wrapper
{
    width: 990px;
    margin: 0 auto;
}


/* Header
------------------------------------ */

#header
{
    float: left;
    width: 990px;
    background: #FFF;
    position: relative;
    margin: 60px 0 0 0;
    padding: 0 0 10px 0;
}
#header H1 A
{
    outline: none;
    background: url(/Images/logo.png) no-repeat;
    text-indent: -999999px;
    display: block;
    width: 448px;
    height: 77px;
    position: relative;
    top: -35px;
    left: -1px;
}
UL.top-nav
{
    position: absolute;
    top: -30px;
    left: 320px;
}
UL.top-nav LI
{
    float: left;
    padding: 0 25px 0 0;
    font-size: 15px;
}
UL.top-nav LI.last
{
    padding: 0;
}
UL.top-nav LI A
{
    color: #FFF;
    text-decoration: none;
}
UL.top-nav LI A:hover, UL.top-nav LI.alt A
{
    text-decoration: underline;
}
#header .form
{
    position: absolute;
    top: 20px;
    right: 20px;
}
#header .form DIV
{
    float: left;
}
#header .form LABEL
{
    display: block;
    margin: 0 0 3px 0;
}

#header .form A
{
    /*clear: both;
    display: block;*/
    color: #666;
    padding: 3px 0 0 0;
    font-size: 11px;
}
#header .form .footer
{
    clear: both;
    display: block;
    padding: 3px 0 0 0;
    font-size: 11px;
}
#header .form .status
{
    margin-right: 5px;
    color:Red;
}
#header INPUT.text-field, #header INPUT.password-field
{
    border: 1px solid #CCC;
    margin: 0 5px 0 0;
}
#header INPUT.submit
{
    width: 40px;
    height: 23px;
    border: none;
    background: #0565A1 url(Images/go.png) no-repeat;
    text-transform: uppercase;
    float: left;
    text-indent: -999999px;
    font-size: 0;
    line-height: 0;
    position: relative;
    top: 16px;
}

.login-validation
{
    margin-left: -5px;
}


/* Main
------------------------------------ */

#main
{
    clear: both;
    position: relative;
    float: left;
    width: 990px;
    min-height: 660px;
    background: #FFF;
}
#sidebar
{
    position: relative;
    width: 200px;
    float: left;
    padding: 0 0 50px 15px;
}
#sidebar UL
{
    width: 200px;
    top: 0;
}
#sticky
{
    position: absolute;
}
#sidebar LI A
{
    width: 200px;
    height: 77px;
    text-indent: -999999px;
    background: url(Images/sidebar-li.png) no-repeat;
    outline: none;
    display: block;
    margin: 0 0 1px 0;
}
#sidebar LI.team A
{
    background: url(Images/sidebar-li.png) no-repeat 0 -78px;
}
#sidebar LI.online A
{
    background: url(Images/sidebar-li.png) no-repeat 0 -156px;
}
#sidebar LI.schedule A
{
    background: url(Images/sidebar-li.png) no-repeat 0 -234px;
}
#sidebar LI.referee A
{
    background: url(images/sidebar-li.png) no-repeat 0 -312px;
}
#sidebar LI.accounting A
{
    background: url(Images/sidebar-li.png) no-repeat 0 -390px;
}
#sidebar LI A:hover
{
    background: url(Images/sidebar-li-hover.png) no-repeat;
}
#sidebar LI.team A:hover
{
    background: url(Images/sidebar-li-hover.png) no-repeat 0 -78px;
}
#sidebar LI.online A:hover
{
    background: url(Images/sidebar-li-hover.png) no-repeat 0 -156px;
}
#sidebar LI.schedule A:hover
{
    background: url(Images/sidebar-li-hover.png) no-repeat 0 -234px;
}
#sidebar LI.referee A:hover
{
    background: url(Images/sidebar-li-hover.png) no-repeat 0 -312px;
}
#sidebar LI.accounting A:hover
{
    background: url(Images/sidebar-li-hover.png) no-repeat 0 -390px;
}
#content
{
    width: 751px;
    float: right;
    position: relative;
    right: 15px;
    padding: 0 0 30px 0;
}
.box-a
{
    width: 360px;
    float: left;
    padding: 0 0 0 10px;
    margin: 15px 0 0 0;
}
.box-a H2
{
    color: #545454;
    font-size: 18px;
    margin: 0 0 10px 0;
}
P.first-p
{
    color: #545454;
    font-size: 14px;
}
.box-a P
{
    margin: 0 0 10px 0;
    line-height: 18px;
}
.align-left
{
    float: left;
    margin: 0 20px 10px 0;
}
.more
{
    display: block;
    width: 90px;
    height: 23px;
    background: url(Images/read-more.png) no-repeat;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
}
.more:hover
{
    background: url(Images/read-more.png) no-repeat 0 -23px;
}
.new-link
{
    display: block;
    width: 353px;
    height: 90px;
    background: url(Images/new-link.png) no-repeat;
    text-indent: -999999px;
    margin: 20px 0 0 0;
}
.new-link:hover
{
    background: url(Images/new-link.png) no-repeat 0 -92px;
}


/* Inner Page
------------------------------------ */

#top-banner
{
    text-align: center;
    margin: 0 0 30px 0;
}
.content-body
{
    width: 350px;
    position: relative;
    left: 10px;
    float: left;
}
.content-body H2
{
    color: #006699;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.content-body P
{
    margin: 0 0 10px 0;
    line-height: 18px;
}

.content-body-wide
{
    width: 700px;
    position: relative;
    left: 10px;
    float: left;
}
.content-body-wide H2
{
    color: #006699;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.content-body-wide P
{
    margin: 0 0 10px 0;
    line-height: 18px;
}

.need-help-a
{
    display: block;
    width: 245px;
    height: 106px;
    background: url(Images/need-help-a.jpg) repeat-y;
    text-indent: -999999px;
    float: right;
}

.right-panel-info
{
    width: 350px;
    position: relative;
    float: right;
    margin: 0;
}
.right-panel-info DT
{
    color: #006699;
    font-size: 16px;
    margin: 0 0 5px 0;
}
.right-panel-info DD
{
    line-height: 18px;
    margin: 0 0 15px 0;
}
.right-panel-info DD SPAN
{
    color: #006699;
}
.right-panel-info A
{
    color: #666;
}

.contact-info
{
    width: 200px;
    position: relative;
    float: right;
}
.contact-info
{
    width: 300px;
    position: relative;
    float: right;
    margin: 40px 0 0 0;
}
.contact-info DT
{
    color: #006699;
    font-size: 16px;
    margin: 0 0 5px 0;
}
.contact-info DD
{
    line-height: 18px;
    margin: 0 0 15px 0;
}
.contact-info DD SPAN
{
    color: #006699;
}
.contact-info A
{
    color: #666;
}
#support-form
{
    width: 370px;
    height: 432px;
    float: right;
    background: url(Images/support-form.jpg) no-repeat;
    padding: 25px 0 0 0;
}
#support-form P
{
    color: #006699;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}
#support-form P SPAN
{
    margin: 0 0 5px 0;
    display: block;
}
#support-form EM
{
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    display: block;
    font-size: 13px;
}
#support-form INPUT
{
    margin: 0 0 0 5px;
    border: 1px solid #C2C2C2;
}
#support-form TEXTAREA
{
    border: 1px solid #C2C2C2;
}
#support-form INPUT.submit
{
    margin: 0;
    border: none;
    width: 73px;
    height: 26px;
    float: right;
    right: 50px;
    position: relative;
    background: url(Images/submit.png) no-repeat;
    color: #FFF;
    text-align: center;
    padding: 0 0 4px 0;
}
.need-help-b
{
    display: block;
    width: 236px;
    height: 95px;
    background: url(Images/need-help-b.jpg) repeat-y;
    text-indent: -999999px;
    float: right;
    margin: 0 0 10px 0;
}
.sports
{
    position: relative;
    left: 50px;
    float: left;
}
.sports LI
{
    float: left;
    display: block;
    width: 220px;
    line-height: 40px;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.sports LI A
{
    color: #006699;
    text-decoration: none;
}
.sports LI A:hover
{
    text-decoration: underline;
}
.sports LI IMG
{
    float: left;
    margin: 0 10px 0 0;
}
#sports-form
{
    width: 744px;
    height: 320px;
    background: url(Images/sports-form.jpg) no-repeat;
    padding: 25px 0 0 0;
    margin: 20px 0 0 0;
    float: left;
    clear: both;
}
#sports-form H3
{
    color: #006699;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    font-size: 18px;
}
#sports-form DIV
{
    width: 350px;
    float: left;
}
#sports-form P
{
    color: #000;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    clear: both;
}
#sports-form P.align-left
{
    margin: 0 0 15px 0;
    clear: right;
    float: left;
}
#sports-form P SPAN
{
    margin: 0 0 5px 0;
    display: block;
}
#sports-form INPUT
{
    margin: 0 0 0 5px;
    border: 1px solid #C2C2C2;
}
#sports-form TEXTAREA
{
    border: 1px solid #C2C2C2;
}
#sports-form INPUT.submit
{
    margin: 0;
    border: none;
    width: 240px;
    height: 93px;
    float: right;
    right: 40px;
    top: -80px;
    position: relative;
    background: url(Images/submit-a.jpg) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999999px;
}

/* Manager
------------------------------------ */

.manager
{
    position: relative;
    float: left;
    width: 730px;
    padding: 0px 0px 0px 20px;
}
.manager .summary
{
    padding: 0px 20px 0px 120px;
}
.manager H2
{
    color: #006699;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.manager P
{
    margin: 0 0 10px 0;
    line-height: 18px;
}
.manager A.demo
{
    width: 199px;
    height: 77px;
    display: block;
    background: url(Images/demo.png);
    text-indent: -999999px;
    float: right;
    margin: 0 0 10px 20px;
}
.manager IMG.align-left
{
    float: left;
    margin: 0 10px 40px 5px;
}
.manager DL
{
    position: relative;
    left: 100px;
    width: 550px;
    margin: 30px 0 0 0;
}
.manager DT
{
    line-height: 36px;
    color: #006699;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.manager DD
{
    margin: 0 0 20px 0;
}
.manager DT IMG
{
    float: left;
    margin: 0 10px 0 0;
}


/* Footer
------------------------------------ */
#footer
{
    clear: both;
    width: 990px;
    height: 60px;
    background: #FFF url(Images/footer-bg.png) no-repeat;
    float: left;
    padding: 20px 0 0 0;
    position: relative;
    float: left;
}
#footer P
{
    clear: both;
    width: 730px;
    float: right;
    font-size: 10px;
    line-height: 14px;
    margin: 15px 0 0 0;
    position: relative;
    right: 20px;
}
.arena
{
    width: 254px;
    height: 126px;
    /*background: url(Images/arena.png) no-repeat;*/
    position: absolute;
    top: -20px;
    left: -50px;
}
