/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.5.2.1 $
 * @copyright   c.a.p.e. IT GmbH
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

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

@media screen,projection,tv,handheld {

/**
 * @subsection  Control Row View Zoom
 */

.OverviewZoom a .ImageMode {
    width: 18px;
    height: 18px;
    background: url(../img/zoom_sprite_extended.png) no-repeat 0 0;
    display: block;
}

.OverviewZoom .Custom .ImageMode {
    background-position: 0 0;
}

.OverviewZoom .Active .Custom .ImageMode {
    background-position: 0 -36px;
}

.OverviewZoom .Small .ImageMode {
    background-position: -18px 0;
}

.OverviewZoom .Active .Small .ImageMode {
    background-position: -18px -36px;
}

.OverviewZoom .Medium .ImageMode {
    background-position: -36px 0;
}

.OverviewZoom .Active .Medium .ImageMode {
    background-position: -36px -36px;
}

.OverviewZoom .Large .ImageMode {
    background-position: -54px 0;
}

.OverviewZoom .Active .Preview .ImageMode {
    background-position: -54px -36px;
}

/* new Setting Button */
ul.ContextFunctions li.ContextSettingsExtended a {
    display: block;
    width: 22px;
    height: 24px;
    padding: 0;
}

ul.ContextFunctions li.ContextSettingsExtended a span {
    display: block;
    width: 19px;
    height: 24px;
}

ul.ContextFunctions li.ContextSettingsExtended a span {
    background: url(../img/columnselection.png) no-repeat center center;
    background-position: -2px 2px;
}

#ContextSettingsDialogTLV {
    min-width: 650px;
}

} /* end @media */
