﻿body
{
    margin: 0px;
    background: #000000 url('Images/bg-header.gif') repeat-x;
}

a img
{
    border: none 0px;
}

body > div
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#title
{
    height: 210px;
}

#title .tree
{
    width: 115px;
}

#title table
{
    width: 100%;
}

#title .top-menu
{
    height: 72px;
    vertical-align: top;
    text-align: right;
}

#title .top-menu div
{
    float: right;
}

#title .top-menu div div
{
    text-align: center;
    line-height: 40px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    width: 130px;
    background-image: url(Images/top-menu-item.gif);
    float: left;
    border: solid 1px black;
}

#title .top-menu div div a
{
    color: #000000;
    text-decoration: none;
}

#title .top-menu div div:hover
{
    background-image: url(Images/top-menu-item-hover.gif);
}

#title .top-menu div div:hover a
{
    color: #FFFFFF;
}

#title .logo-label
{
    width: 433px;
}

#title .login
{
    float: right;
    width: 150px;
    height: 120px;
    background-image: url(Images/bg-login.gif);
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
}

#title .login form
{
    margin-right: 12px;
    margin-top: 7px;
}

#title .login input[type="text"], #title .login input[type="password"]
{
    border: solid 1px #809db9;
    width: 120px;
    margin-top: 10px;
}

#title .login input[type="submit"]
{
    width: 60px;
    height: 20px;
    background-image: url(Images/bg-btn-login.gif);
    border: none 0px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 8px;
}

#content
{
    background-color: #FFFFFF;
    margin-top: 2px;
    margin-bottom: 2px;
}

#content > #textblock
{
    background: #FFFFFF url('Images/content-bg.gif') repeat-x;
}

#content #defaultcontent
{
    width: 100%;
    padding-top: 17px;
}

#defaultcontent #td-left
{
    width: 230px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

#defaultcontent #td-center
{
    vertical-align: top;
    padding-left: 35px;
}

#defaultcontent #td-center h1
{
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    color: #a2c430;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    padding: 0px;
}

#defaultcontent #td-center div
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 10px;
    background: #FFFFFF url('Images/bullet.gif') no-repeat;
    padding-left: 20px;
    vertical-align: top;
    margin-bottom: 18px;
    margin-left: 10px;
}

#defaultcontent #td-right
{
    width: 230px;
    vertical-align: top;
    padding-top: 54px;
}

#defaultcontent #td-right img
{
    margin-bottom: 25px;
}

#defaultcontent #td-left table
{
    width: 100%;
}

.block-header
{
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding-left: 20px;
}

.block-content
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

#footer
{
    height: 39px;
    background-image: url(Images/bg-bottom.gif);
    padding-right: 20px;
}

#footer .menu-item
{
    float: left;
}

#footer div
{
    line-height: 28px;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
}

#footer .menu-item a
{
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    margin-left: 35px;
    margin-right: 35px;
}

#footer .menu-item a:hover
{
    color: #a2c430;
}

#footer .copyright
{
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: normal;
    width: 400px;
    text-align: right;
}

input[type=text], input[type=password]
{
    border:solid 1px #7F9DB9;
}

.mandatory
{
    background-color: #FFFFDA;
}

input[type="submit"]
{
    height: 22px;
    background-image: url(Images/bg-btn.gif);
    border: solid 1px #73ab01;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

#registration
{
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding: 26px;
    font-size: 13px;
    font-family:Arial;
}

#registration h2
{
    border-bottom: 1px solid #C6C6C6;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

#registration input[type=text]
{
    width: 220px;
}

#registration select
{
    width: 160px;
}

#registration td
{
    width: 300px;
    vertical-align: top;
}
