/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:22px;
	border-bottom: 1px solid #ccc;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0 2px 0 0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: #fff;	
	border:1px solid #ccc;	
	border-bottom:0px;
	font-size:11px;
	display:block;
	height: 20px;  
	line-height:20px;
	width: 70px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
}

#healthCategoryListUC ul.tabs a.healthLibraryTab { 
	background: #e2e6e8;	
	border:1px solid #ccc;	
	border-bottom:0px;
	font-size:11px;
	display:block;
	height: 20px;  
	line-height:22px;
	width: 70px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
}

#healthCategoryListUC ul.tabs a:active { outline:none; }
#healthCategoryListUC ul.tabs a:hover { color:#fff; background: #ccc; }
#healthCategoryListUC ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a { cursor:default !important; color:#000 !important; background: #fff; border-bottom: 1px solid #fff; }

ul.tabs a:active { outline:none; }
ul.tabs a:hover { color:#fff; background: #ccc; }
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a { cursor:default !important; color:#000 !important; background: #e2e6e8; border-bottom: 1px solid #e2e6e8; }

/* initially all panes are hidden */ 
div.panes div.pane { display:none; }