
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 5px;
	background-color: #f7fcff;
	list-style: none;
	border-left: solid 1px #ef740c;
	border-bottom: solid 1px #ef740c;
	border-top: solid 1px #ef740c;
	border-right: solid 1px #ef740c;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
	height:25px;
	line-height:25px;
	color:White;
}
*:first-child+html .TabbedPanelsTab {margin: 0px 1px 0px 5px;padding: 4px 10px; color:White;}
.TabbedPanelsTabHover {
	background-color: #49acf0;
	color: #FFFFFF;
}

.TabbedPanelsTabSelected {
	background-color: #ef740c;
	border-bottom: 1px solid #ef740c;
	color: White;
}

.TabbedPanelsTab a {
	color: White;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-bottom: solid 1px #ef740c;
	border-top: solid 1px #ef740c;
}

.TabbedPanelsContent {
	padding: 4px;
	width:620px;
	height:200px;
	line-height:16px;
}

* html .TabbedPanelsContent {
	padding: 4px;
	width:620px;
	height:200px;
	line-height:20px;
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

