#tabPanel{
	clear:both;
}
#tabPanel.bln div{
	/* position:fixed;
	top:-9999px; */
	display: none;
	clear:both;
}
#tabPanel.bln div.show{
	/* position:relative; */
	display: block;
	top:0;
}
#tabPanel.bln #tabsNav{
	margin:0;
	padding:0;
	width:100%;
	float:left;
	background:transparent bottom left repeat-x;
	clear:both;
	padding-bottom:12px;
	padding-left:2px;
}
#tabPanel.bln #tabsNav li{
	float:left;
	padding:0 5px 0 0;
	margin:0;
	list-style:none;
	padding-right:2px;
	padding-left:2px;
	border-right:1px solid #999;
}
#tabPanel.bln #tabsNav li.hide{
	display:none;
}
/* inactive tab */
#tabPanel.bln #tabsNav a{
	
	background:transparent bottom left repeat-x;
	color:#000;
	text-decoration:none;
	padding:0 5px;
	font-weight:bold;
}
/* active tab */
#tabPanel.bln #tabsNav a:hover, #tabPanel.bln #tabsNav a.current{
	padding-bottom:1px;
	background:transparent;
	color:#FE0000;
	text-decoration:underline;
}
#tabPanel.bln div{
	background:transparent;
	padding:5px 10px;
	border:0px solid #999;
	border-top:none;
}