@charset "UTF-8";
/* 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:#FFCCCC;
	position: relative;
	width: 575px;
	padding: 10px;
	border: 2px solid #9BE389;
	clear: both;
	color: #000;
	text-align: left;
}

/* 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: 575px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
	text-align: left;
}

/* Link properties */
A {
	text-decoration:none;
	color: #FFF;
}
A:hover {
	text-decoration:none;
	color: #FF0;
}

/* Do not change*/
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* Content parameters */
UI, LI, P {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}


h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color: #595959;
}
h2 {
	font-size:12px;
	color:#444;
	color: #595959;
}

/* 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 */
.tabActive {
	background-color: #9FB5FF;
	position:relative;
	font-weight: bold;
	top:1px;
	display:block;
	width:auto;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	height:22px;
	cursor:default;
	outline:none;
	text-align:center;
	background-color:#FFCCCC;
	z-index:1;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #659736;
	border-right-color: #659736;
	border-left-color: #659736;
}
.tab {
	background-color:#659736;
	font-weight: bold;
	color:#CC3300;
	position:relative;
	top:1px;
	display:block;
	width:auto;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	height:22px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	text-align:center;
}

a.tab:link{
background; #FFCC00;
	padding-top: 4px;
	color:#FFF;
	font-weight: lighter;
	text-decoration:none;
}

a.tab:hover{
	padding-top: 4px;
	background-color:#FC6;
	color:#F0F;
	font-weight: bold;
	text-decoration:none;
}

