﻿@charset "UTF-8";

/*	
	Group: Tabbed Navigation
	
	$Id: //depot/projects/dylan/releases/rc_16_11_1/ubi/template/identity/adobe/TabNav/tabNav.css#1 $
	@author btapley
*/

.tabtitle { display: none; }

.hide {
	display: none;
}

.dyn-tabsection .tabcontent,
.tabcontent-hide {
	height: 0px;
	overflow: hidden;
	position:absolute;
}

/*-----------------------------------------------------------------------

	Object: .tabNav
		Base style for a tab navigation
	
	Usage:
>		<ul class="tabNav">
		
	Applied Tags:
	UL, OL
	
-----------------------------------------------------------------------*/
.tabNav {
	display: block;
	word-spacing: -1ex;
	letter-spacing: -1ex;
	line-height: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
	zoom: 1;
	_height: 1em;
}

.tabNav li,
.tabNav li a {
	display: inline;
	display: inline-block;
	display: -moz-inline-box;
	zoom: 1;
	_height: 1em;
}

.tabNav li a:hover { background-color: transparent; }	/* override default hover bg color */

.tabNav li {
	padding-bottom: 0; /* unfortunately <LI> is globally redefined to have padding bottom. I need to override that here */
	_display: inline;
	word-spacing: 0;
	letter-spacing: 0;
	line-height: 1.25;
}

[className~=tabNav] li { display: inline; }

.tabNav li a { vertical-align: /*\*/ bottom /*/ baseline /**/; }

/*-----------------------------------------------------------------------

	Object: .tabCenter
		Horizontally centers tab navigation within it's container
	
	Usage:
>		<ul class="tabNav tabCenter">
		
	Applied Tags:
	UL, OL
	
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------

	Object: .tabRight
		Positions tab navigation on the right edge of it's container
	
	Usage:
>		<ul class="tabNav tabRight">
		
	Applied Tags:
	UL, OL
	
-----------------------------------------------------------------------*/


/* Hide space delimited selector from Mac IE: http://www.macedition.com/cb/ie5macbugs/substringbug.html \*/

.tabCenter { text-align: center; }

.tabRight { text-align: right; }

/**/



/*-----------------------------------------------------------------------

	Object: .tabZen
		Minimal skin for tabs
	
	$Id: //depot/projects/dylan/releases/rc_16_11_1/ubi/template/identity/adobe/TabNav/tabZen.css#1 $

	Usage:
		<ul class="tabNav tabZen">
		
	Applied Tags:
	UL, OL
	
-----------------------------------------------------------------------*/

.tabZen {
	padding-left: 0;
	padding-right: 0;
	border-bottom: 3px solid #666;
}

.tabZen li {
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: #ECECEC;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	margin-right: 4px;
}

.tabZen li.on,
.tabZen li.on:hover {  background-color: #666; }

.tabZen li.on a,
.tabZen li.on a:visited,
.tabZen li.on a:hover {	color: #FFF; }

.tabZen li:hover,
.tabZen li.hover { background-color: #E2E1E1; }

.tabZen li:hover a,
.tabZen li.hover a { color: #047; }

.tabZen li a {
	padding: 5px 12px 4px;
	text-decoration: none;
	color: #047;
}

.tabZen li a:visited { color: #999; }

.tabZen li a:hover { _text-decoration: none }

.tabZen li.on a:hover {	_color: #FFF !important; }

.tabZen li.off a:hover { 
	_background-color: #E2E1E1;
	_color: #047 !important;
}