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

@media screen,projection,tv,handheld {

/**
 * @package     OTRS Framework - Skin "Default"
 * @section     Customer
 */

table.ITSMOverview {
    top: -1px;
    width: 100%;
    color: #444;
    text-shadow: 0 1px 0 #FFF;
    zoom: 1;
    clear: both;
    position: relative;
}
.ITSMOverview thead {
    background: #A7AAAA url("../img/GradientSmall.png") repeat-x 0 -31px;
    display: none;
}
.Sortable thead {
    display: table-header-group;
}
.SearchResults thead {
    background-position: 0 -54px;
}
.ITSMOverview thead th {
    padding: 0;
    vertical-align: bottom;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.RTL .ITSMOverview thead th {
    border-right: none;
    border-left: 1px solid #666;
}
.ITSMOverview thead .Status {
    padding-left: 0;
}
.ITSMOverview thead a {
    padding: 1px 13px 4px 8px;
    height: 10px;
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    text-shadow: 0 1px 0 #EEE;
}

.ITSMOverview thead span {
    padding: 1px 13px 4px 8px;
    height: 10px;
    color: #777;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    text-shadow: 0 1px 0 #EEE;
}

.ITSMOverview thead .SortAscending a,
.ITSMOverview thead .SortDescending a {
    color: #222;
    font-weight: 600;
    text-align: left;
    background: url(../img/sortable_bg.png) no-repeat top right;
    text-shadow: 0 1px 0 #BBB;
}
.ITSMOverview thead .SortDescending a {
    background-position: bottom right;
}

.ITSMOverview tbody {
    background-color: transparent;
}
.ITSMOverview tbody tr {
    border-bottom: 1px solid #FFF;
}
.ITSMOverview tbody tr:active {
    background-color: #DDD;
}
.ITSMOverview tbody tr:first-child {
    border-top: none;
}
.ITSMOverview tbody tr.Even {
    background-color: #F3F3F3;
}
.ITSMOverview tbody td {
    padding: 6px 8px 3px;
    white-space: nowrap;
    border: 0px solid;
}
.ITSMOverview tbody a {
    color: #444;
    text-decoration: none;
    outline: none;
}
.ITSMOverview table a:hover {
    color: #000;
}
/**
 * @subsection  TableData Styles
 */
.ChangeStateID {
    padding-left: 8px;
}

.Overview thead th.Age {
    border-right: none;
    border-left: none;
    text-align: left;
}
.RTL .Overview thead th.Age {
    text-align: right;
}
/**
 * @subsection  Table Style Active
 */

.ITSMOverview tbody tr:active td {
    padding: 7px 8px 2px;
    background-position: bottom;
}
.ITSMOverview tbody tr:focus + tr td,
.ITSMOverview tbody tr:active + tr td {
    background: none
}

} /* end @media */