﻿html, body, form 
{
    height:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    font: normal 14px/1.5em "Segoe UI", Arial, sans-serif;
}


input
{
    font: normal 14px/1.5em "Segoe UI", Arial, sans-serif;
}


@media only screen and (max-height: 620px) {
    .topBox {
        margin: 0px auto 0;
    }

    .loginBox {
        border: 1px solid #cddaea;
        background-color: #fff;
        margin-top: 8px
    }

    .loginBottom {
        clear: both;
        margin: 0 40px;
    }

    .bottomLinks {
        margin: 6px auto 5px;
        text-align: center;
    }

    .buttonRow1 {
        background-color: #d8e4f8;
        padding: 4px 4px;
        position: relative;
        margin: 0 auto;
    }

    .topVersion {
        margin: 0px auto;
        width: 520px;
    }

    .yellowBox {
        font-size: 12px;
        line-height: 1.3em;
    }
}


@media only screen and (min-height: 621px) {
    .topBox {
        margin: 20px auto 0;
    }

    .loginBox {
        border: 1px solid #cddaea;
        background-color: #fff;
        margin-top: 20px
    }

    .loginBottom {
        clear: both;
        margin: 0 40px 15px;
    }

    .bottomLinks {
        margin: 20px auto 5px;
        text-align: center;
    }

    .buttonRow1 {
        background-color: #d8e4f8;
        text-align: center;
        padding: 10px 4px;
    }

    .topVersion {
        margin: 40px auto;
        width: 520px;
    }
}


.header
{
    height: 48px;
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: 0 -49px;
}


.loginTop {
    height: 48px;
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: 0 -49px;
    color: #fff;
    padding: 12px 20px;
    margin: 0;
    font-size: 24px;
}


.redBox {
    font-size: 12px;
    line-height: 1.3em;
}


.bg {
    background-color: #0A4475;
    /*background-image: url('../images/bg3.png');
    background-repeat: repeat;*/
}

.logo
{
    background-color: transparent;
    background-repeat: no-repeat;
    width: 252px;
    height: 48px;
    background-position: 0 0;
}

.header, .logo, .loginTop {
    background-image: url('../images/new-logo_white-v3.png');
}

.top
{
    background-color: transparent;
    background-image: url('../images/bg-top7.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 100px;
}


.Tiny, .TinyInfo
{
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
}
.TinyInfo
{
    color: #777;
}
.Normal, .NormalInfo {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}
.BNormal {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.BBig
{
    font-weight: bold;
    font-size: 14px;
}

.login
{
    width: 200px;
    display: block;
    margin-bottom: 15px;
}

.alert {
    color: Red;
    font-weight: bold;
}

.linkW
{
    color:#fff;
    text-decoration: none;
}

.linkBl
{
    color: #003399;
    text-decoration: none;
}

.blinkBl {
    color: #003399;
    text-decoration: none;
    font-weight: bold;
}

.linkW:hover, .linkBl:hover, .blinkBl:hover
{
    text-decoration: underline;
}

.whiteBox, .redBox, .greenBox, .yellowBox, .blueBox, .grayBox, .lightGrayBox, .errorBox, .warnBox {
    margin-top: 8px;
    padding: 8px;
    border-left: 10px solid #cccccc;
    font-style: normal;
    text-align: left;
    color: #333333;
}

.redBox {
    background-color: #FFD8CC !important;
    border-color: #ff3333;
}


.greenBox {
    border-color: #8FE750;
    background-color: #EBFFCC;
}


.yellowBox {
    border-color: #FFE866;
    background-color: #FFFFDD;
}

.highlight:hover {
    opacity: .5;
    cursor: pointer;
}