@charset "UTF-8";

*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
}
body
{
    height: 100%;
    background-color: #000000;
    text-align: center;
}

#wrapper
{
    position: relative;

    min-height: 100%;
    min-width: 800px;

    background-image: url('resources/layout/background.jpg');
    background-position: 50% 90px;
    background-repeat: no-repeat;
}
#top
{
    padding-top: 50px;
    border-bottom: 1px solid #333333;
}
#menu
{
    z-index: 1;
    width: 800px;
    height: 32px;
    margin: 0 auto;

    position: relative;
    background: url('resources/layout/menubg.gif') repeat-x;
}
#login
{
    position: absolute;
    right: 0px;
    bottom: 40px;

    width: 280px;
    height: 35px;

    text-align: left;
    font-size: 0px;
}
#login .user, #login .pass
{
    width: 80px;
    height: 14px;
    padding: 2px 5px 2px 20px;
    vertical-align: top;
    background-repeat: no-repeat;

    border: none;
    border-color: transparent;
    color: #000000;
}
#login .user
{
    background-image: url('resources/layout/user.jpg');
}
#login .pass
{
    margin-left: 5px;
    background-image: url('resources/layout/pass.jpg');
}
#login input[type="submit"], #login .submit
{
    display: inline-block;
    width: 52px;
    height: 18px;
    margin-left: 9px;
    background-image: url('resources/layout/login.jpg');
    border: none;
}
#login p
{
    margin: 0;
    padding: 0;
}
#login p.details
{
    width: 215px;
    margin-top: 3px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
#login p.details span
{
    color: #D93B0E;
}
#jscript
{
    position: absolute;
    left: 10px;
    bottom: 40px;
}
#jscript p
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
}
#jscript p a
{
    font-weight: bold;
    text-decoration: none;
    color: #7ba328;
}
#middle
{
    padding-top: 15px;
    padding-bottom: 115px;

    height: 100%;
}
#contentswrapper
{
    width: 800px;
    margin: 0 auto;

    height: 100%;

    background: url('resources/layout/blackbg.png');
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
#contentswrapper.home
{
    background: none;
    border: none;
}
#content
{
    margin: 15px;
    padding: 15px 55px;
    height: 100%;
    min-height: 450px;

    background: url('resources/layout/whitebg.png');
}
#ajaxwrapper
{
    margin: 15px 0;
}
#content.home
{
    background: none;
}
#footer
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0;

    background-color: #993400;

    text-align: center;
}
#logowrapper
{
    position: relative;
    width: 800px;
    height: 100%;

    margin: 0 auto;
}
#logowrapper div
{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    text-transform: uppercase;
}
#logowrapper div h2
{
    color: #202020;
    font-weight: bold;
}
#logowrapper div h2, #logowrapper div p
{
    font-size: 10px;
}
#logowrapper a
{
    font-weight: inherit;
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}
#logowrapper h2 a:hover
{
    color: #B9B9B9;
}
#logowrapper p a:hover
{
    color: #202020;
}
#logowrapper div.first
{
    margin-left: 70px;
}
#logowrapper #logo
{
    position: absolute;
    top: 50%;
    left: 0px;
    margin: -45px 0 0 0;

    min-width: 120px;
    height: 10px;
    padding-top: 77px;

    background: url('resources/layout/logo.png');
    background-repeat: no-repeat;
    background-position: top;

    font-size: 9px;
    color: #B9B9B9;
    text-transform: none;
    letter-spacing: 1px;
}
