@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

#TabbedPanels1 {
	width:100%;
}
.TabbedPanels {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	/* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0 0 0 3px;
/*	margin: 0 10px;*/
	padding: 0 0;
	z-index:1001;
}
.TabbedPanelsTab {
	position: relative;
	top: 3px;
	float: left;
	color:#808080;
	list-style: none;
	background: #f6f6f6;
	border: solid 1px #C7CBCE;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding: 6px 12px 4px;
	margin-right:-1px;
	line-height:1.3;
	font-size:1em;
}
/* CSS3 corner radius code
border-top-left-radius / -moz-border-radius-topleft / -webkit-border-top-left-radius / -khtml-border-radius-topleft
border-top-right-radius / -moz-border-radius-topright / -webkit-border-top-right-radius / -khtml-border-radius-topright
border-bottom-left-radius / -moz-border-radius-bottomleft / -webkit-border-bottom-left-radius / -khtml-border-radius-bottomleft
border-bottom-right-radius / -moz-border-radius-bottomright / -webkit-border-bottom-right-radius / -khtml-border-radius-bottomright
*/
.tabFirst {
/* CSS3 properties for non-IE browsers */
-moz-border-radius-topleft: 5px;
-khtml-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-radius-topleft: 5px;
}
.tabLast {
/* CSS3 properties for non-IE browsers */
-moz-border-radius-topright: 5px;
-khtml-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-radius-topright: 5px;
}
.TabbedPanelsTabHover {
	color:#c00;
	background: #eee url(/images/tab-off-bg.gif) repeat-x;
	background: url(/images/tab-body-gradient-bg.gif) repeat-x;
	background: #fcfcfc;
	background-position:0 0;
}
.TabbedPanelsTabSelected {
	color:#000;
	background: #FFF;
	font-weight:bold;
	border-bottom: solid 1px #fff;
	outline:0;
}
.TabbedPanelsTab a {
	color: #000;
	text-decoration: none;	
}
.TabbedPanelsContentGroup {
	clear: both;
	background:none;
}
.TabbedPanelsContent {
	min-height: 214px;
	/* IE Style in ie-lt7.css */
}
.TabbedPanelFooter {
	background: transparent url(/images/tab-footer.gif);
	height:6px;	
	overflow:hidden;
	width:701px;
	clear:both;
}
/* The class "TabbedPanelsContentVisible" is programatically added and removed from the content element as the panel is activated/deactivated. */
.TabbedPanelsContentVisible {}