/* 
    Document   : auth
    Created on : 15.08.2013, 18:26:48
    Author     : nixson
    Description:
        Purpose of the stylesheet follows.
*/

#auth-content {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #BFBFBF;
}
.dInfo {
    display: block;
    margin: 10px 0;
}
#auth-content ul {
    margin: 0;
    padding: 0;
}
#auth-content li {
    cursor: pointer;
    margin: 0;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #BFBFBF;
    background: linear-gradient(to bottom, #E9E9E9 0%, #FAFAFA 100%) repeat scroll 0 0 transparent;
}
#auth-content li strong {
    font-weight: bold;
    color: #0088CC;
}
#auth-content li i {
    line-height: 20px;
}
#auth-content li:hover, #auth-content li.active {
    background: linear-gradient(to bottom, #D0D0D0 0%, #E9E9E9 100%) repeat scroll 0 0 transparent;
}
#auth-content li:hover strong, #auth-content li.active strong{
    text-decoration: underline;
}




