@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 background image tabs */

/* Main Panel parameters - percentage width is not possible */
.SlidingPanels {
	position: relative;
	width:720px;
	padding: 10px;
	border: 1px dotted #969696;
	clear: both;
}

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

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

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

/* Content parameters */

h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color: #595959;
}
/*h2 {
	font-size:12px;
	color:#444;
	color: #595959;
}*/
h2 {
font: normal 16px Arial, Helvetica, sans-serif;
	color: #0071a9;
	margin: 0px 0px 9px;
}

/* 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 {
	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;
	border-top: 1px dotted #969696;
	border-left: 1px dotted #969696;
	border-right: 1px dotted #969696;
	text-align:center;
	border-bottom: none;
	text-decoration:none;
	z-index:1;
	background: #ffffff ;
}
.tab {
	font-weight: bold;
	color:#FFFFFF;
	position:relative;
	top:1px;
	display:block;
	width:auto;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	height:22px;
	cursor:pointer;
	outline:none;
	border-top: 1px dotted #969696;
	border-left: 1px dotted #969696;
	border-right: 1px dotted #969696;
	text-align:center;
	background: #ffffff url(bluebg.jpg) -100px;
}

/* Tab links */
a.tab:link{
	padding-top: 4px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	background: url(bluebg.jpg);
}

a.tab:hover{
	padding-top: 4px;
	color:#000;
	font-weight: bold;
	text-decoration:none;
	background: #FF7E06 url(tabbg.jpg);
}

.tabActive:hover{
text-decoration:none;}
