/* 
    Document   : auth
    Created on : 15.08.2013, 18:26:48
    Author     : nixson
    Description:
        Purpose of the stylesheet follows.
*/
.mauth {
/*    width: 210px;
    margin: 0 auto;*/
}
.mauth p {
    /*text-align: center;*/
}
.mauth p.text-left {
    text-align: left;
}
#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;
    background: linear-gradient(to bottom, #E9E9E9 0%, #FAFAFA 100%) repeat scroll 0 0 transparent;
}
#auth-content li.access4 {
    cursor: pointer;
    margin: 0;
    padding: 10px 0 10px 30px;
    background: linear-gradient(to bottom, #E99999 0%, #FABABA 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%, #E0E0E0 100%) repeat scroll 0 0 transparent;
    color: #505050;
}
#auth-content li.access4:hover, #auth-content li.active.access4 {
    background: linear-gradient(to bottom, #D0A0A0 0%, #E09090 100%) repeat scroll 0 0 transparent;
    color: #505050;
}
#auth-content li:hover strong, #auth-content li.active strong{
    text-decoration: underline;
}
.a-right {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
}

.list-group-item:hover .a-right {
    display: block;
}

