﻿html, body
{
    font-family: Arial,"Lucida Grande","Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Futura,Helvetica,sans-serif;
    font-size: 12px;
}

#outer
{ /*for centering login_main in the middle*/
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}

#login_main
{
    /*background-color: #F9EAEE; light rose*/
    background-color: #F0F0F0; /*light gray*/
    width: 740px; /*width of login_logo + login_credentials + login_info + login_spacer1 + login_spacer2*/
    margin-left: -370px; /***  width / 2   ***/
    position: absolute;
    height: 300px;
    top: -185px; /***  height / 2   ***/
    left: 50%;
}

#login_header_space
{
    clear: both;
    height: 25px;
}

#login_logo
{
    float: left;
    width: 200px;
    height: 200px;
}

#login_credentials
{
    float: left;
    width: 300px;
    height: 200px;
}

#login_info
{
    float: left;
    width: 200px;
    height: 200px;
}

#login_spacer1
{
    float: left;
    width: 20px;
    height: 200px;
}

#login_spacer2
{
    float: left;
    width: 20px;
    height: 200px;
}

#login_language
{
    clear: both;
    height: 75px;
}


.errorText
{
    color: Red;
    font-weight: bold;
}

.infotext
{
}

.languages_table
{
    height: 100%;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}

.languages_list
{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

    .languages_list input[type="radio"]
    {
        vertical-align: middle;
        position: relative;
        top: -15px;
    }

        .languages_list input[type="radio"]:hover
        {
            cursor: pointer;
        }

    .languages_list img:hover
    {
        cursor: pointer;
    }

.SelectGuiLanguageText
{
    position: relative;
    top: -3px;
}

.centering_table
{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.shadow
{
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.round_border
{
    -moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px; /* Safari, Chrome */
    -khtml-border-radius: 20px; /* Konqueror */
    border-radius: 20px; /* CSS3 */
}

.login_button
{
    text-align: right;
}

.td_credentials
{
    text-align: right;
}
