@charset "UTF-8";

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

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



/* Main Panel parameters */

.TabbedPanels {

	margin: 0px;

	padding: 0px;

	float: left;

	clear: none;

	width: 100%;

}



.TabbedPanelsTabGroup {

	margin: 0px;

	padding: 0px;

}



/* General tab parameters */

.TabbedPanelsTab {

	position: relative;

	top: 1px;

	float: left;

	padding: 4px 10px;

	margin: 0px 4px 0px 0px;

	font-weight: bold;

	color: #FFF;

	background-color: #e69d01;

	list-style: none;

	-moz-user-select: none;

	-khtml-user-select: none;

	cursor: pointer;

}



/* Mouseover tab */

.TabbedPanelsTabHover {

	background-color: #fdedc9;

	color: #000;

	outline:none;

}



/* Selected tab */

.TabbedPanelsTabSelected {

	background-color: #fdedc9;

	border-bottom: 1px solid #fdedc9;

	color: #000;

	outline:none;

}



/* Link in panel */

.TabbedPanelsTab a {

	color: black;

	text-decoration: none;

}



/* Panel colors and borders */

.TabbedPanelsContentGroup {

	clear: both;

	border-left: solid 1px #e69d01;

	border-bottom: solid 1px #e69d01;

	border-top: solid 1px #e69d01;

	border-right: solid 1px #e69d01;

	background-color: #fdedc9;
	
	padding: 14px;

}



/* Panel content padding*/

.TabbedPanelsContent {

	padding: 4px;

}




