@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	padding: 0px;
	width: 955px;
	margin: 0px;
	float: left;
}

.TabbedPanelsTabGroup {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.TabbedPanelsTab {
	font-weight: normal;
	color: #FFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 27px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 28px;
	width: 79px;
	margin: 0px;
	float: left;
	padding: 0px;
	text-align: center;
}

.TabbedPanelsTabHover {
	background-color: #fff;
	color: #FFF;
	outline:none;
	background-image: url(../images/tab-hover.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.TabbedPanelsTabSelected {
	/*border-bottom: 1px solid #fdedc9;*/
	color: #fff;
	outline:none;
	background-image: url(../images/tab-hover.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.TabbedPanelsTab a {
	color: white;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	padding: 10px;
	background-image: url(../images/container3-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
}

.TabbedPanelsContent {
	padding: 4px;
	
}


.TabbedPanelsContentVisible {
}

