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

/**
 * @package     Skin "KIX4OTRS"
 * @section     Default Settings
 */

@media screen,projection,tv,handheld {

/**
 * @subsection  Fonts
 */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

/**
 * @subsection  Links
 */

a {
    text-decoration: none;
    cursor: pointer;
}


a:hover,
a:focus {
    color: #EB9430;
}

/**
 * @subsection  Headings
 */
h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

/**
 * @subsection  MessageBox
 */

.MessageBox a:hover {
    color: #000000;
}

.MessageBox {
    top: 2px;
    z-index:20;
    border:none;
}

/**
 * @subsection  Flag
 */

li > form > select {
    background-color: #FFFFFF;
}

/**
 * @subsection  JSTree
 */

.jstree-default .jstree-clicked {
    background: none;
    border: none;
}

} /* end @media */

