/**
 * UserControl - uzivatelsky panel v mapovom poli
 */

div.UCcontrolDiv {
    height: 100%;
    text-align: end;
    display:inline-block;
    float:right;
}

div.UCuserLogoutFrame {
    height: 25px;
    width:20px;
    float: right;
    border-left:1px solid #68809A;
    background : url(../img/_icons.png) no-repeat;
    background-clip: content-box;
    background-position: -175px 20px;
    padding: 43px 20px 42px 20px;
    cursor:pointer;
}

div.UCuserMenuFrame,
div.UCuserHistoryFrame {
    height: 25px;
    float: right;
    border-left:1px solid #68809A;
    padding: 43px 20px 42px 20px;
    cursor:pointer;    
}

div.UCuserIcon,
div.UChistoryIcon {
    height: 25px;
    width:20px;
    display:inline-block;
    background : url(../img/_icons.png) no-repeat;    
    background-clip: content-box;
    vertical-align: top;
}
div.UCuserIcon {
    background-position: -167px -20px;
}
div.UChistoryIcon {
    background-position: -143px -18px;
}
div.UCuserTitle {
    height: 25px;
    display:inline-block;
    vertical-align: top;
    text-align: center;
    color:white;
    padding-left:10px;
    padding-right:10px;
    font-size: 11px;
    line-height: 25px;
}
div.UCuserMenuIcon {
    height: 25px;
    width:19px;
    display:inline-block;
    background : url(../img/_icons.png) no-repeat;
    background-clip: content-box;
    background-position: -220px -15px;
    vertical-align: top;
}

div.UCuserMenuFrame:hover > div.UCuserMenuIcon,
div.UCuserHistoryFrame:hover > div.UCuserMenuIcon {
    background-position: -238px -25px;    
}