@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

.TabbedPanels {
	margin: 0 0 20px 0;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	color: #13191e;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 10px 12px;
	margin: 0px 0px 0px 0px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	background-color: #fff;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 126px;
}


.TabbedPanelsTabHover {
	background-color: #f1f2f3;
}


.TabbedPanelsTabSelected {
	background-color: #ecedee;
	color: #13191e;
}


.TabbedPanelsTab a {
	overflow: hidden;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	background-color: #ecedee;
	width: 300px;
	color: #13191e;
	overflow: hidden;
}

.TabbedPanelsContent {
	padding: 10px;
	height: 55px;
	font-size: 1.1em;
}

.TabbedPanelsContent p {
line-height: 1.3em;
margin: 0 0 5px 0;
}


.TabbedPanelsContentVisible {
}


/* additional css */

ul.TabbedPanelsTabGroup {
text-transform:none;
font-size: 1.1em;
}
