@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:#fff; position: relative; top: 10px; width: 600px; clear: both; padding: 6px 0 0; border-top: 1px solid #ccc; border-right-color: #ccc; border-right-width: 1px; border-bottom-color: #ccc; border-bottom-width: 1px; border-left-color: #ccc; border-left-width: 1px; }

/* 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 { top: 10px; float: left; width: 600px; overflow: hidden; margin: 0; padding: 6px 0 0; border-style: none; }

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

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

/* Content parameters */
/* General tab area settings */
.slidingTabPanelWrapper {
	height:18px;
	margin: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 { color: #9f4e16; font-size: 11px; font-family: arial; background-color: #9FB5FF; position:relative; font-weight: bold; top:12px; display:block; width:auto; padding-top: 4px; padding-left: 9px; padding-right: 9px; height:18px; cursor:default; outline:solid 1px #ccc; text-align:center; background-color:#efefef; right: 2px; z-index:1
; margin: 2px; border: solid 2px #fff; }
.tab { background-color:#efefef; font-weight: bold; color:#988f51; font-size: 11px; font-family: arial; position:relative; top:12px; display:block; width:auto; padding-top: 4px; padding-left: 9px; padding-right: 9px; height:18px; background-position:-100px 50%; cursor:pointer; outline:solid 1px #ccc; text-align:center; right: 2px; margin: 2px; border: solid 2px #fff; }

a.tab:link{
background; #FFCC00;
padding-top: 4px; color:#988f51; font-size: 11px; font-family: arial; font-weight: bold; text-decoration:none; }

a.tab:hover{ background: #efefef; padding-top: 4px; color:#9f4e16; font-size: 11px; font-family: arial; font-weight: bold; text-decoration:none; }
