.tabButtons {
	padding: 			0px 0 2px 10;
	background: 		#FFFFFF;
}

.tabContent {
	padding: 			5px;
	min-height: 		160px;
}

.tabOff	{
	position: 			relative;
	width:				116px;
	height:				18px;
	background-image:	url( "/lib/images/tabs/tab.gif" );
	background-repeat: 	no-repeat;
	font:				11px Verdana;
	white-space:		nowrap;
	text-align:			center;
	display:			inline;
	overflow:			hidden;
	float: 				left;
	cursor:				pointer;
		
	top: 				3px;
	margin:				1px -1px 1px 2px;
	padding:			2px 0px 0px 0px;		
}

.tabOn {
	position: 			relative;
	width: 				120px;
	height: 			20px;
	background-image: 	url( "/lib/images/tabs/tab-sel.gif" );
	background-repeat: 	no-repeat;
	font: 				11px Verdana;
	white-space:		nowrap;
	text-align: 		center;
	display: 			inline;
	overflow: 			hidden;
	float: 				left;
	cursor:				pointer;
		
	top: 				2px;
	padding: 			2px 0 0px 0;
	margin: 			1px -3px -3px 0px;
}

.tabDisabled	{
	position: relative;
	width:				120px;
	height:				20px;
	background-image:	url( "/lib/images/tabs/tab.gif" );
	background-repeat: 	no-repeat;
	font:				11px Verdana;
	white-space:		nowrap;
	color:				gray;
	text-align:			center;
	display:			inline;
	overflow:			hidden;
	float: 				left;
	cursor:				default;
		
	top: 				2px;
	margin:				1px -1px 1px 2px;
	padding:			2px 0px 0px 0px;		
}