/* 
 * Custom rules for skins/standard/global.css.
 * The rules you put here override rules in that stylesheet.
 */

body {
    padding-left: 10px;
    padding-right: 10px;
    font-family: sans-serif;
    font-size: 90% !important;
    background: #fff url("body_back.gif") repeat-x;
}

td, th {
    font-size: 90% !important;
}

input {
    font-family: sans-serif;
}

:link {
    color: #039;
    text-decoration: none;
}

:visited {
    color: #636;
    text-decoration: none;
}

:link:hover, :visited:hover {
    color: #333;
    text-decoration: underline;
}

:link:active, :link:active {
    color: #000;
    text-decoration: underline;
}

#banner {
    background: white !important;
    border: none;
    margin-bottom: 10px;
}

#banner-name {
    font-size: 0pt !important;
    height: 48px;
    background: transparent no-repeat url(header.png);
}

#banner-version {
    display: none;
}

.selected_tab {
    background: #fff;
}

.unselected_tab {
    background: #eee;
}

#footer {
    margin-top: 5px;
    width: 100%;
}

#footer form {
    background: #edf2f2;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.bz_comment {
    display: block;
    border-top: 1px solid silver;
    background: #edf2f2;
}

.bz_comment i {
    font-style: normal !important;
}


