/**
 * @project     OTRS (http://www.otrs.org) - Customer Frontend
 * @version     $Revision: 1.2 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 * @css-for     IE7
 */

@media screen,projection,tv,handheld {

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

/**
 * @bugfix      Default Button
 */

button {
    height: 25px;
}

/**
 * @bugfix      Spacing problems
 */

li.Clear {
    Display: None;
}

.Overview thead {
    background: #E1E1E1 url("../img/GradientSmall.png") repeat-x 0 31px;
}

.Overview tbody td {
    padding: 6px 8px 2px;
}

.Login button {
    margin-top: 16px;
}

.Floating.InlineLabels button {
    margin-top: 0;
}

/**
 * @bugfix      overflow:hidden problem
 * @see         http://snook.ca/archives/html_and_css/position_relative_overflow_ie/
 */
#Slider {
    position: relative;
}

.Content > .TicketHeader {
    overflow: hidden;
}

.MessageHeader,
.Option label {
    zoom: 1;
}

div.Clear {
    display: inline;
}

} /* end @media */