#FA_container{
	display:block;
	position:relative;
	clear:both;
	margin:20px auto 50px;
	width:390px;
	overflow:hidden;
}
	#FA_tabs{
		display:block;
		position:relative;
		clear:both;
		height:20px;
		font-size:14px;
	}
		#FA_tabs .tab{
			display:block;
			position:relative;
			line-height:20px;
			font-size:12px;
			width:128px;
			text-align:center;
			float:left;
			text-decoration:none;
			border:1px #CCCCCC solid;
			color:#999999;
		}
	
	#FA_content{
		display:block;
		position:relative;
		clear:both;
		border:1px #CCCCCC solid;
		background:#EEEEEE;
		border-top:none;
		padding-top:10px;
	}
		#FA_content .content{
			display:block;
			position:relative;
			background:none;
			font-size:12px;
			padding:10px;			
		}
		/* this is the CSS class used for displaying "loading content" when request is made on ajax calls, keep this class in your stylesheet */
		#FA_content .loadingAjax{
			background:url(images/ajax-loader.gif) center center no-repeat;
			height:60px;
		}
		
		
.FA_selected { color:#CC0000; font-weight:900; background:#EEEEEE; border-bottom:1px #EEE solid; }		
.FA_default { color:#999999; font-weight:100; background:#FFFFFF; border-bottom:1px #CCCCCC solid; }