.tabsystem {
 border: none;
 width:100%;
 
 height:100%;
 /*height:30px;*/
 scrollbar-3dlight-color:#666;
 scrollbar-arrow-color:#eee;
 scrollbar-base-color:#ffffff;
 scrollbar-darkshadow-color:#ffffff;
 scrollbar-face-color:#eeeeee;
 scrollbar-highlight-color:#eeeeee;
 scrollbar-shadow-color:#666;
 background-color:#0096B5;
 z-index:1000;
 

}

.tabsystem .tabcontainer ul, li {
 list-style-type: none;
 display: inline;
 margin: 0; padding-top: 7;
 border: none;
 height:0px;
 background-color:#0096B5;

}

.tabsystem .firstHeading {
 display: block;
 text-align: right;
 border: 1px #bbb dotted;
 border-width: 0px 0px 1px 0px;
 padding-bottom: .5em;
 margin-bottom: 1em;
}

.tabsystem .tabcontainer {
 margin:0;padding-top:0;
 background-color:#0096B5;
 border: none;
 float: left;
 filter: none;
}

.tabsystem .tabpage {
 background: #fff;

 /*padding: 2em 2em;*/
 font: 14px Verdana;
 color: black;
 height:100%;
 width:100%;
 margin:0;
 padding-top:0px;
 padding-right:0px;
 padding-bottom:0px;
 padding-left:0px;
 overflow:auto;

 
 /*border-bottom: 1px solid rgb( 145, 155, 156 );
 border-left: 1px solid rgb( 145, 155, 156 );
 border-right: 1px solid rgb( 145, 155, 156 );*/
 clear: both;
 /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#eeeeee');*/
}

.tabsystem .tabcontainer .tab {
 background-image:url(../img/tabs/tab.gif);
 position:	relative;
 top: 0;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 0px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 12px Arial;
 color:#999999;
 font-weight:bold;
 white-space: nowrap;
 text-align: center;
 width: 175px;
 height: 20px;
}

.tabsystem .tabcontainer .tab-hover {
 margin: 0px 1px 1px 0px;
 background-image:url(../img/tabs/tab.hover.gif);
 color:#F46319;
 width: 175px;
 height: 20px;
}

.tabsystem .tabcontainer .tab-active{
 position:	relative;
 top: 0px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 0px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 14px Arial;
 color:#F46319;
 font-weight:bold;
 white-space: nowrap;
 text-align: center;
 width: 200px;
 height: 22px;
 background-image:url(../img/tabs/tab.active.big.gif);
 letter-spacing: 0px;
 text-decoration: none;
}