/* root element for tabs  */
ul.tabs { 
	/*background-image:url(images/tabs_bg-right1.png);
	background-position:right 0;
	background-repeat:no-repeat;*/
	float:left;
	height:22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	padding:2px;
}

ul.subTabs { 
	/*background-image:url(images/tabs_bg-right.png);
	background-position:right 0;
	background-repeat:no-repeat;*/
	float:left;
	height:22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	padding:2px;
}

ul.subSubTabs { 
	/*background-image:url(images/tabs_bg-right.png);
	background-position:right 0;
	background-repeat:no-repeat;*/
	float:left;
	height:22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	padding:2px;
}


#tabsDiv{
	/*background-image:url(images/tabs_bg1.png);
	background-position:left top;
	background-repeat:no-repeat;*/
	height:26px;
	width:8px;
	float: left;
	margin-left: 25px;
}	
#subTabsDiv{
	/*background-image:url(images/tabs_bg.png);
	background-position:left top;
	background-repeat:no-repeat;*/
	height:22px;
	width:10px;
	float: left;
	margin-left: 10px;
}
#subSubTabsDiv{
	/*background-image:url(images/tabs_bg.png);
	background-position:left top;
	background-repeat:no-repeat;*/
	height:22px;
	width:10px;
	float: left;
	margin-left: 10px;
}
/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	list-style-image:none !important;
	font-family: Segoe UI;
	display: block;
	border: 1px solid #999;
	background-color: #f2f2f2;
    height: 20px;
    padding: 1px 0 0;
    margin-top: 2px;
    margin-right: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
ul.tabs li:hover {

	background-image: url(images/bottom-actionbg.png);
	background-position: left center;
	background-repeat: repeat-x;
	border-color: #DDDDDD ;
    border-style: solid;
    border-width: 1px;
}
ul.subTabs li { 
    float:left;	 
	text-indent:0;
	list-style-image:none !important;
	font-family: Segoe UI;
	display: block;
	border: 1px solid #999;
	background-color: #f2f2f2;
    height: 20px;
    padding: 1px 0 0;
    margin-top: 2px;
    margin-right: 5px;
     -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
ul.subTabs li:hover {

	background-image: url(images/bottom-actionbg.png);
	background-position: left center;
	background-repeat: repeat-x;
	border-color: #DDDDDD ;
    border-style: solid;
    border-width: 1px;
     -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

ul.subSubTabs li { 
    float:left;	 
	text-indent:0;
	list-style-image:none !important;
	font-family: Segoe UI;
	display: block;
	border: 1px solid #999;
	background-color: #f2f2f2;
    height: 20px;
    padding: 1px 0 0;
    margin-top: 2px;
    margin-right: 5px;
     -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
ul.subSubTabs li:hover {

	background-image: url(images/bottom-actionbg.png);
	background-position: left center;
	background-repeat: repeat-x;
	border-color: #DDDDDD ;
    border-style: solid;
    border-width: 1px;
     -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	/*background: url(images/tabs/blue.png) no-repeat -420px -62px;*/
	font-size:11px;
	display:block;
	/*height: 23px;  */
	line-height:22px;
	font-weight: bold;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0 13px;
	margin:0px;	
	position:relative;
	top:-1px;
}
ul.subTabs a { 
	/*background: url(images/tabs/blue.png) no-repeat -420px -62px;*/
	font-size:11px;
	display:block;
	height: 23px;  
	line-height:16px;
	/*width: 134px;*/
	font-weight: bold;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0 13px;
	margin:0px;	
	position:relative;
}
ul.subSubTabs a { 
	/*background: url(images/tabs/blue.png) no-repeat -420px -62px;*/
	font-size:11px;
	display:block;
	height: 23px;  
	line-height:16px;
	/*width: 134px;*/
	font-weight: bold;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0 13px;
	margin:0px;	
	position:relative;
}
ul.tabs a:active {
	outline:none;		
}
ul.subTabs a:active {
	outline:none;
}
ul.subSubTabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	/*background-position: -420px -31px;	*/
}
ul.subTabs a:hover {
	background-position: -420px -31px;	
	color:#000;	
}
ul.subSubTabs a:hover {
	background-position: -420px -31px;	
	color:#000;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-color: #D3DAED;
    background-position: center bottom;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    color: #000000 !important;
    font-weight: bold;
    margin: -2px -1px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
/*ul.tabs a.first {
	background-image:url("images/tabs-active.png");
	background-position: left top;
	background-color: transparent;
}*/
ul.subTabs a.current, ul.subTabs a.current:hover, ul.subTabs li.current a {
    background-color:#D3DAED;
	background-position:center bottom;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	border-top:1px solid #D8D8D8;
	color:#000000 !important;
	font-weight:bold;
	margin:-2px -1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
ul.subSubTabs a.current, ul.subSubTabs a.current:hover, ul.subSubTabs li.current a {
    background-color:#D3DAED;
	background-position:center bottom;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	border-top:1px solid #D8D8D8;
	color:#000000 !important;
	font-weight:bold;
	margin:-2px -1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
*/
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

ul.subTabs a.s 			{ background-position: -553px 0; width:81px; }
ul.subTabs a.s:hover 	{ background-position: -553px -31px; }
ul.subTabs a.s.current  { background-position: -553px -62px; }

ul.subSubTabs a.s 			{ background-position: -553px 0; width:81px; }
ul.subSubTabs a.s:hover 	{ background-position: -553px -31px; }
ul.subSubTabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }

ul.subTabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.subTabs a.l:hover 	{ background-position: -248px -31px; }
ul.subTabs a.l.current  { background-position: -248px -62px; }

ul.subSubTabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.subSubTabs a.l:hover 	{ background-position: -248px -31px; }
ul.subSubTabs a.l.current  { background-position: -248px -62px; }

/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }

ul.subTabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.subTabs a.xl:hover 	{ background-position: 0 -31px; }
ul.subTabs a.xl.current { background-position: 0 -62px; }

ul.subSubTabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.subSubTabs a.xl:hover 	{ background-position: 0 -31px; }
ul.subSubTabs a.xl.current { background-position: 0 -62px; }

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

div.subPanes div.pane {
	display:none;		
}

div.subSubPanes div.pane {
	display:none;		
}

/*        BTREE - DESIGN IMPLEMENTATION */
#tabsDiv ul {
	list-style:none;
	display:block;
	margin-left:10px;
	float:left;
	background-image:url(images/tabs/tabs_bg-right.PNG);
	background-position:right top;
	background-repeat:no-repeat;
	padding:4px 13px 8px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}
#tabsDiv li {
	height:20px;
	margin-left:4px;
	margin-top:5px;
	display:inline;
}
#tabsDiv li a {
	color:#000;
	padding:5px 18px 9px;
}
#tabsDiv li a.current  {
	background-color:#D2E9EF;
	color:#000000 !important;
	cursor:default !important;
	padding:5px 18px 9px;
}
#tabsDiv li a:hover  {
	background-color:#D2E9EF;
	color:#000000 !important;
	cursor:default !important;
	padding:5px 18px 9px;
}

