| /*
 * Default Admin Theme
 *
 * @copyright       (c) 2000-2015 XOOPS Project (www.xoops.org)
 * @license         http://www.fsf.org/copyleft/gpl.html GNU public license 3.0
 * @package         themes
 * @since           2.5.x
 * @author          Xoops Design Theme <http://www.xoops.org/>
 * @maintained      Xoops Design Theme <http://www.xoops.org/>
 *
*/
#buttontop {
    float: left !important;
    width: 100% !important;
    background: #DBD7D1 !important;
    font-size: 93% !important;
    line-height: normal !important;
    border-top: 1px solid #666 !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #666 !important;
    margin: 0 !important;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
    line-height: normal !important;
}
#buttonbar {
    float: left !important;
    width: 100% !important;
    background: #DBD7D1 !important;
    font-size: 93% !important;
    line-height: normal !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #666 !important;
    border-bottom: 1px solid #666 !important;
    margin-bottom: 12px !important;
}
#buttonbar ul {
    margin: 0 !important;
    margin-top: 15px !important;
    padding: 10px 10px 0 !important;
    list-style: none !important;
}
#buttonbar li {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}
#buttonbar a {
    float: left !important;
    background: url('../img/bg_tabs1.gif') no-repeat 0 -34px !important;
    margin: 0 !important;
    padding: 0 0 0 9px !important;
    text-decoration: none !important;
    margin: 0 1px 0 0 !important;
    text-decoration: none !important;
}
#buttonbar a span {
    float: none !important;
    background: url('../img/bg_tabs2.gif') no-repeat 100% -34px    !important;
}
#buttonbar a:hover span {
    color: #333 !important;
}
#buttonbar #current a {
    background-position: 0 0 !important;
}
#buttonbar #current a span {
    background-position: 100% 0 !important;
    padding-bottom: 5px !important;
    color: #23649F !important;
}
#buttonbar a:hover {
    background-position: 0 -69px !important;
}
#buttonbar a:hover span {
    background-position: 100% -69px !important;
    color: #BC2A4D !important;
}
 |