.tabset_tabs	{ position: relative; top: 0; left: 330px; right: 0; list-style-type:none; z-index: 5; margin: 0; white-space:nowrap                                          }
.tabset_tabs li	{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; font-style: normal; padding:4px 2px 0; background-color:white; display:inline   }
.tabset_tabs a	{ color:purple ! important; background-color:#ffe2f1 ! important; background-repeat: repeat-x; background-position: 0 0; text-decoration:none; padding: 4px 2px 0; border-top-width: 1px; border-right-width: 1px; border-bottom-style: none; border-bottom-width: medium; border-left-width: 0; }
.tabset_tabs a:hover	{ color:red ! important; background-color:#ffe2f1 ! important ; padding: 4px 2px 0; border-top-width: 1px; border-right-width: 1px; border-bottom-style: none; border-bottom-width: medium; border-left-width: 0; }
.tabset_tabs a.active	{ color:red ! important; background-color:white ! important; background-image: url(images/shadeactive.gif); background-repeat: repeat-x; text-decoration: none; padding: 4px 2px 0; cursor:default; border-color: black black white; border-style: none none solid; border-width: 0 0 thick; }

.tabset_tabs li.firstchild a	{ border-left-width:1px }
.tabset_content	{ z-index: 1; margin-left: -1px; border-color: gray red red; border-style: dotted none none solid; border-width: 1px; display: none; }
.tabset_label	{ display:none }
.tabset_content_active	{ display: block; }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}
.page_content { height: auto; z-index: -3; margin-top: 1px; border: solid 1px red; }
.scroller { position: absolute; top: 0; right: 0; z-index: 10; float: right; display: none; }
.scroller_active { display: block; position: absolute; z-index: 10; top: 0; right: 0; float: right; }
