@charset "utf-8";
/* CSS Document */

.ftabs
{	
	/*border-bottom:1px solid #e8e8e8;
	border-bottom:1px solid #ccc;*/
	padding:0px 0px 0px 10px; 
	width:550px
}

.ftabs #ftabs a
{
	background:#f0f0f0;
	border-top:1px solid #e2e7e6 ;
	border-right:solid #e2e7e6  1px;
	border-left:solid #e2e7e6 1px;
	display:block;
	float:left;
	color:#666;
	margin-top:1px;
	padding:4px 8px;
	position:relative;
}
.ftabs #ftabs a:hover
{
	background:#fff;
	color:#444;
	text-decoration:none;
}
.ftabs #ftabs a:focus
{
	outline:0px;
}
.ftabs #ftabs a.active
{
	background:#fff;
	border-bottom:none;
	border-bottom:solid #fff 1px;
	margin-left:-1px;
	border-left:1px solid #e2e7e6 ;
	color:#333;
	margin-top:0px;
	margin-bottom:-1px;
	padding-top:5px;
	padding-bottom:4px;
}

.ftabs #ftabs a.active:hover
{
	background:#fff;
}
.ftabs #ftabs a.last
{
	border-right:solid #ccc 1px;
}
.ftabs #ftabs a.first
{
	margin-left:2px;
	margin-right:2px;
	border-left:1px solid #e2e7e6;
}

.ftabs .advanced
{
	display:block;
	float:right;
	margin:5px 5px 0px 0px;
}

.clearfix:after
{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
.bottom_table_borders
{
	border-right: #e8e8e8 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    border-left: #e8e8e8 1px solid;
    border-bottom: #e8e8e8 1px solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;	
}
