/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.11 $
 * @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: 0 16px 8px 8px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

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

#EmptyMessageSmall {
    padding: 8px 8px;
    border-bottom: 1px solid #DDD;
    margin-top: -19px;
}

.Small .ActionRow {
    border-bottom: none;
}

.Overview.FixedHeader {
   padding-top: 72px;
   position: relative;
}

.Overview.FixedHeader table {
    border: none;
}

.Overview.FixedHeader thead tr {
    width: auto;
    left: 0;
    top: 53px;
    background: #AAA url("../img/gradient_light.png") repeat-x 0 -25px;
    z-index: 15;
}

.Overview.FixedHeader.Fixed thead tr {
    margin: 0 16px 0 9px;
    position: fixed;
}

.RTL .Overview.FixedHeader.Fixed thead tr {
    margin: 0 9px 0 16px;
}

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

.Overview.FixedHeader thead tr th:last-child {
    background-position: center bottom;
}
.Overview.FixedHeader thead tr th.Last {
    background-position: center bottom;
}

.Overview.FixedHeader table tbody tr {
    cursor: pointer;
}

} /* end @media */
