/*
* {
    padding: 0;
    margin: 0;
}
*/

body {
    padding: 0;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 85%;
}

.tabs-banner
{
    height: 32px;
}

h2 {
    margin-left: 10px;
}

.panel {
    clear: both;
    display: none;
    padding: 3px 3px;
    /*
    border: 1px solid black;
    */
    border-top: 1px solid black;
}

fieldset {
    padding: 3px 3px;
}

.panel.active-tab-body {
    display: block;
}

.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 5px;
}

.tabs li {
    float: left;
}

.tabs a {
    height: 18px;
    float: left;
    padding: 4px 8px;
    margin-left: 6px;
    text-decoration: none;
    color: #999999;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.tabs a:hover, .tabs a.active-tab
{
    font-weight:bold;
    color: black;
}

.tabs a.active-tab {
    margin-top: 1px;
}

/********************/
/* background color */
/********************/

#banner 
{
    background-color: #ddd;
    background-color: white;
}

.tabs a {
    background-color: #ddd;
    background-color: white;
}

.panel, .tabs a.active-tab {
    background-color: white;
    background-color: #f4f4f4;
}

