﻿div#CMSNav {
}

/******************************** CMSSlide Button ********************************************/






.boLoginPanel {
    z-index: 10;
    position: absolute;
    top: 15px;
    left: 25px;
    right: 25px;
    /* max-width: 500px; */
    bottom: 85px;
    background-color: #fff;
    -moz-box-shadow: 2px 2px 10px #444;
    -webkit-box-shadow: 2px 2px 10px #444;
    box-shadow: 2px 2px 10px #444;
}

    .boLoginPanel .closeRev {
        float: right;
        padding: 10px;
        cursor: pointer;
    }

    .boLoginPanel h4 {
        margin: 12px 10px;
        padding: 0;
        border: 0;
        font-size: 18px;
        vertical-align: baseline;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.428571429;
        background-color: #ffffff;
        font-weight: 500;
    }



.CMSNavContent p.overview_day {
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0;
}

.CMSNavContent p.overview_count {
    font-size: 26px;
    font-weight: bold;
}

.CMSNavContent p.overview_type {
    font-size: 10px;
    color: #999999;
    margin-bottom: 8px
}



.DDivLoading {
    border: 1px dotted #ddd;
    min-height: 50px;
    background: url(/images/ajaxLoad.gif) no-repeat center center;
}


.revisionList > table > tbody > tr {
    cursor: pointer;
}

    .revisionList > table > tbody > tr > td {
        padding: 12px 10px
    }

    .revisionList > table > tbody > tr:hover {
        background: #eee url(/images/lightmenu_bg.png) repeat-x;
    }