/* 
FILENAME: tabber.css
TITLE: Tabber stylesheet called for feature switcher on LikewiseSoftware.com
LAST MODIFIED DATE: 11.13.2007
*/

.tabberlive .tabbertabhide { /* hides non-active tab content (Do not hide in print stylesheet) */
	display: none;
	}
	
.tabberlive { /* this is .tabber after the tabber interface is set up */
	position: relative;
	width: 618px;
	margin: 0 18px 18px 18px;
	border: 1px solid #c7d5e1;
	border-top: 0;
	}
	
.enterprise .tabberlive {
	background: transparent url(../images/bg_tabberlive_enterprise.gif) bottom right no-repeat;
}

/* ul.tabbernav = the tab navigation list; li.tabberactive = the active tab */

ul.tabbernav {
	width: 227px;
	margin-bottom: 0;
	font-size: 1.3em;
	text-align: left;	
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #c7d5e1;	
}

ul.tabbernav li a {
	display: block;
	background: #e8eff7 url(../images/bg_tabbernav.gif) right repeat-y;	
	padding: 9px 18px;
	font-weight: bold;
	text-decoration: none;
}

ul.tabbernav li a:hover {
	background: #f4f8fb;
	color: #f9893e;
}

ul.tabbernav li.tabberactive a { /* styles active tab */
	background: transparent;
	color: #c30;
}

/* .tabbertab = the tab content */

.tabberlive .tabbertab {
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
	width: 373px;
	height: 261px;
	padding: 9px;
	font-size: 1.3em;
	border-top: 1px solid #c7d5e1;
}

.tabberlive .tabbertab li {
	margin-left: 18px;
	margin-bottom: 18px;
	padding: 0 9px;
	list-style: disc;
}

.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { /* Hides repeated headers as heading is provided by the tab */
	display:none;
}
