.tabBoxExample {width: 98%}
.tabBoxExample .tabSet {
	margin: 0;
	padding: 0 0 0 6px;
	height: 26px;
	width: auto;
	background: url(ts/tab-bkg.gif) bottom left repeat-x;
}

.tabBoxExample .tabSet li:before {
	content: "" !important;
}

.tabBoxExample .tabSet li {
	list-style-type: none;
	background: url(ts/tab-off-l.gif) top left no-repeat !important;
	float: left !important;
	margin: 0 2px 0 0 !important;
	padding: 0 0 0 14px !important;
	cursor: pointer;
}	
.tabBoxExample .tabSet li a {
	background: url(ts/tab-off-r.gif) top right no-repeat !important;
	display: block !important;
	float: left !important;
	height: 24px !important;
	line-height: 26px !important;
	*overflow: hidden !important;
	color: #545454 !important;
	font-family: arial !important;
	font-size: 10pt !important;
	font-weight: bold !important;
	padding: 2px 12px 0 0 !important;
	text-decoration: none !important;
}

.tabBoxExample .tabSet li.on {
	background: url(ts/tab-on-l.gif) top left no-repeat !important;
}	
.tabBoxExample .tabSet li.on a {
	background: url(ts/tab-on-r.gif) top right no-repeat !important;
	color: #333;
}

.tabBoxExample .panelSet {
	padding: 10px;
	border:solid 1px #ccc;
	border-top: 0px;
	background: #fff;
}

