/* These styles are to fix sites that were using the tabber before 23/09/2013 when the tabber's base stylesheet was updated
 * These styles are used on multiple sites and you should only use this on existing sites that have broken tabbers
 * Do not use this stylesheet on new sites or rebuilds! */
.thedms600 .divDynTabs {
	padding:0;
	min-width:0;
}
.thedms600 .divDynTabAcc .tabHeader,
.thedms600 .divDynTabs ul li {
	background-color:transparent;
}
.thedms600 .divDynTabAcc .tabHeader.tabSelected{
	background-color:transparent;
}
.thedms600 .divDynTabs ul li a{
	padding: 12px 5px 5px;
}
.thedms600 .divDynTabAcc .tabHeader a,
.thedms600 .divDynTabs ul li a{
	color:inherit;
	display:block;
}
.thedms600 .divDynTabAcc .tabHeader a:hover,
.thedms600 .divDynTabs ul li a:hover{
	background-color:transparent;
}
.tabber .thedms600 .tabActiveTabURL {
	float: none;
	width: 100%;
}
.tabbertop .thedms600 .divDynTabs ul li {
	margin:0;
}
.tabberright .thedms600 .divDynTabs {
	padding:0;
}