/*
 CSS Document
 (c) By Xul.fr
 Freeware
*/

#content
{
	margin-left:0px;
	margin-right:0px;
	width: 840px;
}

#tabs ul
{
	-list-style-type: none;
	margin: 0;
	padding-left:26px;
	padding-right:0;
	padding-bottom: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#tabs ul li 
{
	display: inline;
	float: left;
	height: 24px;
	min-width:150px;
	text-align:center;
	padding:0;
	margin: 1px 5px 0px 0px;
	border-radius:10px 10px 0px 0px;
	border: 1px solid #FFFFFF;
}

#tabs ul li.selected 
{
	border-radius:10px 10px 0px 0px;
	border-bottom: 1px solid #fff;
	background-color: #006699;
}


#tabs ul li a 
{
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	text-align:center;
	background-color:#003366;
	min-width:150px;
	border-radius:10px 10px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#tabs ul li a.selected
{
	color: #FFFFFF;
	font-weight:bold;
	background-color: #006699;
	border-radius:10px 10px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

#tabs ul li a:hover
{
	color: #FFFFFF;
	font-weight:bold;
	background-color: #006699;
}

#container 
{
	height:535px;
	width:100%;
	padding:0;
	margin:0;
	left:0;
	top:0;
	background-color: #006699;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

iframe
{
    border:none;
    margin:0;
    padding:0;
}
