/*    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -o-bottom-left-radius: 15px;
    -o-bottom-right-radius: 15px;
    -icab-bottom-left-radius: 15px;
    -icab-bottom-right-radius: 15px;
    -khtml-bottom-left-radius: 15px;
    -khtml-bottom-right-radius: 15px;
    -webkit-bottom-left-radius: 15px;
    -webkit-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomleft: 15px;*/

html
{
    margin: 0;
    padding: 0;
    background: #ccc;
    font: 10pt 'Trebuchet MS', 'Segoe UI', Tahoma, Helvetica, sans-serif;
    height: 100%;
}

body
{
    margin: 0 auto;
    width: 1100px !important;
    height: 100%;
}

body>div
{
    background: #fff;
    padding: 10px;
    border: 1px solid #a8a8a8;
}

.info
{
    float: right;
    display: inline-block;
    width: 250px;
    text-align: right;
}

.menu
{
    float: left;
    display: inline-block;
    width: 800px;
    border-top: 1px solid #a8a8a8;
    border-top: 5px;
}

.menu>a
{
    background: url(../images/bg1.png);
    text-decoration: none !important;
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
    min-width: 100px;
    text-align: center;
    border: 1px solid #666;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.menu>a:hover
{
    background: #fff;
}

.content
{
    margin-top: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    height: 610px !important;
    overflow-x: hidden;
    overflow-y: audo;
}

.login
{
    width: 515px;
    margin: auto;
    margin-top: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.header
{
    min-height: 200px;
    -webkit-bottom-left-radius: 15px;
    -webkit-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}

.footer
{
    position: absolute;
    bottom: 0;
    width: 1100px !important;
    font-size: x-small;
    -webkit-top-left-radius: 15px;
    -webkit-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
}

a:link, a:visited, a:active
{
    color: #0645ad;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1, h2
{
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #eee url(../images/bg1.png);
    border: 1px solid #666;
    font-size: 175%;
    min-height: 40px;
}

div h2
{
    background: url(../images/bg2.png);
    border: 1px solid #999;
    outline: 1px solid #ddd;
    font-size: 125%;
}