.tabsJ {
	font-size:10px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.tabsJ ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	list-style-type: none;
}

.tabsJ li {
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.tabsJ a {
	float:left;
	background:url("../images/tableftB.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
.tabsJ a span {
	float:left;
	display:block;
	background:url("../images/tabrightB.gif") no-repeat right top;
	padding:3px 15px 1px 10px;
      color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabsJ a span {
	float:none;
}
/* End IE5-Mac hack */

.tabsJ a:hover span {
	color: #330099;
}
.tabsJ a:hover {
	background-position:0% -42px;
}
.tabsJ a:hover span {
	background-position:100% -42px;
}
.tabsJ .current a {
	background-position:0% -42px;
}
.tabsJ .current a span {
	background-position:100% -42px;
    color:#666;
	font-weight:bold;
}


.cms_tab_loading {
	padding-left: 5px;
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: verdana;
	font-weight: bold;
	color: #0066ff;
}

.cms_tab_content
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}