/*
 CSS Document
 (c) By Xul.fr
 Freeware
*/
#content{
    margin-left:12px;
    margin-right:12px;
}
#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: 49px;
}
#tabs ul li {
    display: inline;
    float: left;
    height: 48px;
    min-width:10.5%;
    text-align:center;
    padding:0;
    margin: 1px 12.45px 0px 0px;
    border: 1px solid gray;
    border-bottom: 1px solid #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
#tabs ul li.selected,
#tabs ul li.hover,
#tabs ul li.active {
    border-bottom: 1px solid red;
    background-color: #fff;
}
#tabs ul li a {
    float: left;
    color: #666;
    text-decoration: none;
    padding: 0px;
    text-align:center;
    background-color:#eee;
    min-width:10.5%;
}
#tabs ul li a.selected{
    color: #000;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
#tabs ul li a:hover{
    color: #000;
    font-weight:bold;
    background-color: #fff;
}
#tabs ul{
	list-style-type: none !important;
}
#container {
    background: white;
    border:1px solid gray;
    border-top: 1px solid #fff;
    height:520px;
    width:100%;
    padding:0;
    margin:0;
    left:0;
    top:0;	
}
iframe{
    border:none;
    margin:0;
    padding:0;
}
iframe > h1{
	margin: 5px;
}
iframe > h1 > img{
	padding: 10px;
}
