/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Sliding tab panel with css colored tabs */

/* Main Panel parameters - percentage width is not possible */
.SlidingPanels {
	background-color:#F3F4F5;
	position: relative;
	width: 800px;
	padding: 0px;
	
	clear: both;background:white;
}

/* Main Panel parameters - do not change*/
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* Main Panel parameters - percentage width is not possible */
.SlidingPanelsContent {
	
	float: left;
	width: 800px;
	overflow: hidden;
	margin: 0px;
	padding: 10px;
	
	border: none;
}

/* General tab area settings */
.slidingTabPanelWrapper {
	height:26px;
	margin:0px 0 0px 0;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	
}
.slidingTabPanel li {
	list-style:none;
	float:left;
	width:auto;
	margin:0 4px 0 0px;
}

/* Tab settings */
a.tabActive {
text-decoration:none;
background-color: #fff;
	color: #E65A4B;
	position:relative;
	font-weight: bold;
	
	display:block;
	width:auto;
	padding: 20px;
	
	
	cursor:default;
	outline:none;
		
text-align:center;
z-index:1;

}
.tab {
background-color:#fff;
font-weight: bold;
color:#E65A4B;
	position:relative;

	display:block;
	width:auto;
	
	
	
	cursor:pointer;
	outline:none;
	
text-align:center;
text-decoration:none;
padding:20px;

}

a.tab:link, a.tab:visited{
background: #E65A4B;

color:#fff;
font-weight: bold;
text-decoration:none;
padding:20px;
}

a.tab:hover, a.tab:active{

background-color:#E65A4B;
color:white;
font-weight: bold;
text-decoration:none;
padding:20px;
}