/**
 * This CSS defines the general Footer shown on all modules/sites.
 *
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.2 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

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

@media screen,projection,tv,handheld {

#Footer {
    margin-top: 1px;
    min-height: 15px;
    padding: 12px 9px 8px;
    border-top: 1px solid #999;
    font-size: 10px;
    position: relative;
    clear: both;
}

#Footer a,
#Footer ul li a {
    color: #707070;
}

#Footer a:hover,
#Footer ul li a:hover,
#Footer div.TopOfPage a:hover {
    text-decoration: underline;
    color: #EB9430;
}

} /* end @media */