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

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


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

ul.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

li.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 2px 8px;
	margin: 0px 1px 0px 0px;
	background-color: #111111;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
  color: white;
}

li.TabbedPanelsTabHover {
	background-color: #D94F40;
  color: white;
}

li.TabbedPanelsTabSelected {
  background: url(../images/text_bg.gif) #696B6B repeat-x;
  color: black !important;
  font-weight: bold;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	background: url(../images/text_bg.gif) #696B6B repeat-x;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

li.TabbedPanelsTabSelected a {
  color: white;
  font-weight: bold;
}

.TabbedPanelsContentGroup a {
  color: white;
  text-decoration: none;
}

.TabbedPanelsContentGroup ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 2em;
}

.TabbedPanelsContentGroup h3 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;

}
