.bsTabset {
	vertical-align:middle;	
	text-align: center;	
	background-image: url(../Pic/Tabselected.gif);
	background:#FFFFFF; 
	background-repeat: no-repeat;	
	padding-bottom:10;
	padding-top:1;
	width:15%;
}

.bsTabsetActive {
	background-image: url(../Pic/Tabselected.gif);
	background-repeat: no-repeat;	
	margin-left:-2px;
	border-top:white;
	border-right:1px solid gray;
	border-left:white;
	border-bottom:white;

}
.bsTabsetInactive {
	background: url(../Pic/Tabunselected.gif) no-repeat;
	border-top:white;	
	border-left:white;
	border-bottom:1px solid gray;
	border-right:1px dashed gray;
}
.tabsetContentDiv {
	background: url(../Pic/RekaCard.gif) bottom left no-repeat;
	vertical-align: middle;
	padding:10px;
}
.tabsetTabsDiv {
background: url(../Pic/RekaCardTopTab.gif) bottom  right no-repeat;
}