@charset "UTF-8";

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

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



.TabbedPanels {
	margin: 0px;
	padding: 2px;
	float: left;
	clear: none;
	width: 700px;
	color: #000;
	background-color: #EEEEEE;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	color: #CCC;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	background-color: #FFF;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #F00;
	background-repeat: repeat;
}


.TabbedPanelsTabHover {
	background-color: #CCF;
}


.TabbedPanelsTabSelected {
	background-color: #699;
	border-bottom: 1px solid #EEE;
	color: #F00;
	text-decoration: underline;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	background-color: #CCC;
}


.TabbedPanelsContentGroup {
	clear: both;
	background-color: #EEE;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 2px;
}


.TabbedPanelsContent {
	padding: 4px;
	color: #000;
	background-color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.TabbedPanelsContentVisible {
	color: #000;
	background-color: #FFF;
}


.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;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
