/*
 CSS Document
 (c) By Xul.fr
 Freeware
*/

#content
{
    margin-left:10px;
    margin-right:2px;
}

#tabs ul
{
    font: normal 14px arial, sans, sans-serif;
    -list-style-type: none;
    border-bottom: 1px solid gray;
    margin: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom: 26px;
}

#tabs ul li 
{
    display: inline;
    float: left;
    height: 24px;
    min-width:80px;
    text-align:center;
    padding:0;
    margin: 1px 0px 0px 0px;
    border: 1px solid gray;
}

#tabs ul li.selected 
{
    border-bottom: 1px solid #FFFFCC;
    background-color: #FFFFCC;
}


#tabs ul li a 
{
    float: left;
    color: #339900;
    text-decoration: none;
    padding: 4px;
    text-align:center;
    background-color:#ffff99;
    min-width:80px;
    border-bottom: 1px black;
}

#tabs ul li a.selected
{
    color: #ff0000;
    font-weight:bold;
    background-color: #FFFFCC;
    border-bottom: 1px solid #FFFFCC;
}

#tabs ul li a:hover
{
    color: #0000FF;
    font-weight:bold;
    background-color: #FFFFCC;
}

#container 
{
    background: white;
    border:1px solid gray;
    border-top: none;
    height:650px;
    width:100%;
    padding:0;
    margin:0;
    left:0;
    top:0;	
}

iframe
{
    border:none;
    margin:0;
    padding:0;
}
