.tabset_tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 2;
	white-space: nowrap
}

.tabset_tabs li	{
	margin: 0;
	padding: 0;
	display: inline
}

.tabset_tabs a {
	color: #339 ! important;
	background-color: #FFEFCF ! important;
	border: 1px solid #aaa;
	text-decoration: none;
	padding: 0 1em;
	border-left-width: 0;
	border-bottom: none
}

.tabset_tabs a:hover {
	color: #00c ! important;
	background-color: #FFD98F ! important
}

.tabset_tabs a.active {
	color: black ! important;
	background-color: white ! important;
	border-color: #999;
	border-left-width: 1px;
	cursor: default;
	border-bottom: white;
	padding-top: 1px;
	padding-bottom: 1px
}

.tabset_tabs li.firstchild a {
	border-left-width: 1px
}

.tabset_content	{
	border: 1px solid #999;
	background-color: white;
	position: relative;
	z-index: 1;
	padding: 0.5em 0 0 0;
	display: none
}

.tabset_label {
	display: none
}

.tabset_content_active {
	display: block
}

/* alternating rows and table highlight effect */
.enhancedtable{
	border-collapse: collapse;
}
.enhancedtable td,.enhancedtable th {
}
.enhancedtablecolouredrow{
	background: #ddd;
}
.enhancedtablerowhover{
	background: #ffc;
}
.enhancedtableactive{
	background: #fc6;
}
/* ends alternating rows and table highlight effect */


@media aural {
	.tabset_content,
	.tabset_label	{ display:block }
}