/* =Buttons, footer, etc
----------------------------------------------- */
h1 {
        font-size:250%
}

#tablist{
        padding: 0 0 0.6em;
        margin:0 0;
        text-align: center;
        font: bold 12px Verdana;
}
                        
#tablist li{
        display: inline;
        list-style: none;
        margin: 0;
        width:200px;
}
                        
#tablist li a{
        font-size: 12px;
        font-weight: bold;
        padding: 7px 1em;
        margin-right: 0px;
        border: 1px solid #778;
        border-bottom: none;
}

#tablist li a:link, #tablist li a:visited{
        color: #FFF;
}
                        
#tablist li a.current{
        background: lightyellow;
}
                        
#tabcontentcontainer{
        /* Insert Optional Height definition here to give all the content a unified height */
        padding: 5px;
        width: auto;
        height:auto;
        margin-left:50px;
        margin-right:50px;
        background-color:#ffffff;
        font-family:"Verdana";
}
                        
.tabcontent{
        display:none;
        margin: 2em auto;
        max-width: 1000px;
}
                        
a.tab {
        background:black;
}
                        
a.tab_active{
        background:blue;
}
                        
#footer {
        border-top: 1px solid #eee;
        margin-top: 40px;
}
                        
.discl {
        padding: 5px 20px;
        font-size:8pt;
        border-bottom: 1px solid #eee;
        color: #888;
}

.discl a {
        color: #88f;
}