/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     OverviewSmall
 */

@media screen,projection,tv,handheld {

/**
 * @subsection  Overview Holder
 */

#OverviewBody {
    margin: 10px 16px 8px 8px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.RTL #OverviewBody {
    margin-right: 8px;
    margin-left: 16px;
}

#EmptyMessageSmall {
    padding: 7px;
    border: 1px solid #DDD;
    border-left: 0px;
}

.Overview thead tr {
    background: #eaeaea;
    z-index: 15;
}

.Overview thead tr th {
    height: 19px;
    padding-top: 0;
}

.Overview table tbody tr {
    cursor: pointer;
}

.Overview table tbody tr td.Checkbox{
    cursor: default  !important;
}


} /* end @media */
