#content
{
   margin-top: 0px;   
}

#tabs ul
{
    font: bold 90% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    list-style-type: none;    
    margin: 0;
	padding: 0px 0px 15px 0px;    		
	}

#tabs ul li 
{
    display: inline;
    float: left;
	position:relative;
    height: 33px;
    margin: 1px 0px 0px 0px;  
	z-index: 100;	
	
	}

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


#tabs ul li a 
{
    float: left;
	position: relative;
    color: #FFFFFF;
    text-decoration: none;
    padding: 7px 10px 10px 10px;
	text-align:center;      
   	background-image: url(../images/bg_tabs_14.png);	
	background-repeat: no-repeat;	
	width: 105px;
	z-index: 1000;	
}

#tabs ul li a.selected
{
   background-image: url(../images/bg_tabs_16.png);
   background-repeat: no-repeat;
   padding: 8px 10px 25px 10px;	
   z-index: 1000;		
}

#tabs ul li a:hover
{
    background-image: url(../images/bg_tabs_12.png);
	background-repeat: no-repeat;
	padding: 7px 10px 10px 10px;	
}

#container 
{
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;	
	border-right: solid 1px #999999;	
    height:260px;
    width:100%;
    padding:0px;
    margin: -5px 0px 10px 0px;
    left:0;
    top:0;
	background-color: #EEE;	
}

iframe
{
    margin:0px;	
    padding:0;
	background-color: #EEE;	
}
