/* 
    Document   : alter_logins
    Created on : Jul 21, 2014, 5:04:11 PM
    Author     : turanchox
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

div.hidden {
    display: none;

}

div.alter_logins{
    width: 300px;
    background-color: #01516c;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF6600;
    position: absolute;
    left: 40px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.55);
    z-index:999;
}

div.account_alter_logins {

    /*font-family: Arial;*/
    /*font-weight: bold;*/
    /*background: url("/img/header/header_gradient2_left.png") repeat;*/

    width: 310px;
    background-color: #00324D;
    font-size: 11px;
    color: white;
    position: absolute;
    left: 350px;
    top: 31px;
    border-radius: 3px;
    border: 3px solid #007aa2;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.55);
    z-index:999;
}


ul.alter_login{
    list-style-type: square;
    padding: 5px 0px 5px 30px;
}

li.alter_login{
    cursor:pointer;
    /*display:block;*/
    text-align:left;

}

li.alter_login:hover{
    color: #fff;
    background: #003d4f;
}
