/*
 CSS Document
 (c) By Xul.fr
 Freeware
*/

#content
{
    margin-left:24px;
    margin-right:24px;
}

#centertabs ul
{
    font:  12px arial,  sans-serif, sans;
    -list-style-type: none;
    border-bottom: 1px solid #CFE3F1;
    margin: 0;
    padding-left:0px;
    padding-right:0px;
    padding-bottom: 22px;
	-moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -khtml-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

#centertabs ul li 
{
    display: inline;
    float: left;
    height: 20px;
    width: 80px;
	align:center;
    text-align:center;
    padding:0;
    margin: 1px 0px 0px 0px;
    border: 1px solid #CFE3F1;
	-moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -khtml-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

#centertabs ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}


#centertabs ul li a 
{
   
    float: left;
    
    color:  #435786;  //#5E7F96;
    font-weight:bold;
    text-decoration: none;
    letter-spacing: .09em;
    padding: 2px;
    text-align:center;
    background-color:#eee;
    width: 80px;
    border-bottom: 1px solid #CFE3F1;
	-moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -khtml-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}


#centertabs ul li a.visited
{
    color: #435786; //#5E7F96;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#centertabs ul li a.selected
{
    color: #3399CC;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#centertabs ul li a:hover
{
    color: #5E7F96;
    font-weight:bold;
    background-color: #fff;
}

#centertabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
border-bottom-color: white;
 color: #3399CC;
}

#centertabs li a.selected:active{ /*selected main tab style */
text-decoration: none;
border-bottom-color: white;
 color: #3399CC;
}

#centertabs li a.selected:visited{ /*selected main tab style */
text-decoration: none;
border-bottom-color: white;
 color: #3399CC;
}

#centertabs li a.selected:link{ /*selected main tab style */
text-decoration: none;
border-bottom-color: white;
 color: #3399CC;
}





#centercontainer 
{
    background: white;
    border:1px solid #CFE3F1;
    border-top: none;
  
    width:100%;
    padding:0;
    margin:0;
    left:0;
    top:0;	
	
}

iframe
{
    border:none;
    margin:0;
    padding:0;
}
