@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	border:none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background:url(img/bg-menu.jpg) no-repeat left top;
}
.TabbedPanelsTabGroup {
	float:left;
	width:821px;
	height:42px;
	margin:0px;
}
.TabbedPanelsTab, .TabbedPanelsSearch {
	float:left;
	height:42px;
	border:none;
	padding:0 15px 0 15px;
	text-decoration:none;
	color:#fff;
	line-height:42px;
	font-size:14px;
}
.TabbedPanelsSearch {
	float:right;
	background-image:url(img/bg-search-input.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:9px;
	width:128px;
	height:24px;
	padding-left:30px;
	padding-top:3px;
}
.TabbedPanelsTabHover {
	background:url(img/menu_bullet.gif) no-repeat bottom center;
	cursor:pointer;
}
.TabbedPanelsTabSelected {
	float:left;
	height:42px;
	border:none;
	padding:0 15px 0 15px;
	text-decoration:none;
	color:#fff;
	line-height:42px;
	font-size:14px;
	background:url(img/menu_bullet.gif) no-repeat bottom center;
}
.TabbedPanelsTab a {
	color:#626262;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
	width:811px;
	height:auto;
	clear:both;
	padding:25px 10px 30px 0px;
	background-color:#e9e5e2;
}
.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;
}