/*******************************************************************
 *		THIS FILE IS USED BY CMB TAB CONTROL FOR DISPLAY   * 
 *		AUTHOR:VIJAYASARADHI.D		                   *
 *		VERSION:0.0.2 14 AUG 2007 			   *	
 *******************************************************************/					
.knwittabpane_head{
	height:26px;
	
}	

.dynamic-tab-pane-control.tab-pane {
	position:		relative;
	width:			100%;
	top:1;
	left: 8px;
}

.dynamic-tab-pane-control .tab-row .tab {
	background:  url('http://images.enterpriser.in/entrimages/site/services_bg.gif');;	
	background-repeat: repeat-x;
   	font-size:		150%;
	cursor:			hand;
	display:		inline;
	margin:			0px 1px 0px 1px;
	float:			center;
	padding:		0px 20px 1px 20px;
   	text-align:		center;
	z-index:		0;
	white-space:	wrap;
	position:		relative;
	top:			0;
	
}

.dynamic-tab-pane-control .tab-row .tab.selected {
 	
	background		:  url('http://images.enterpriser.in/entrimages/site/maufacting_bg.gif');;
 	background-repeat: repeat-x;
	border-bottom   :	0;
}

.dynamic-tab-pane-control .tab-row .tab a {

	font:			 80% arial;
	color:			black;
	text-decoration:	none;
	cursor:			hand;

}

.dynamic-tab-pane-control .tab-row .tab.selected a {
 
	font:  			bold 80% arial;
	color:			black;

}

.dynamic-tab-pane-control .tab-row .tab.hover a{
	text-decoration:	underline;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	top	:			2px;
	z-index:		0;
	position:		relative;
	color:			WindowText;
	font:			Message-Box;
}

.dynamic-tab-pane-control .tab-row {
	white-space:		nowrap;
}