@charset "UTF-8";
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Main Panel parameters */
.TabbedPanels {
margin: 0px;
margin: 0px;
float: center;
clear: none;
width: 100%;
}

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

/* General tab parameters */
.TabbedPanelsTab {
position: relative;
top: 1px;
float: left;
padding: 4px 10px;
margin: 0px 4px 0px 0px;
font-weight: bold;
color: #FFF;
background-color: #9d9898;
list-style: none;
border-left: solid 1px #9d9898;
border-bottom: solid 1px #9d9898;
border-top: solid 1px #9d9898;
border-right: solid 1px #9d9898;
-moz-user-select: none;
-khtml-user-select: none;
cursor: pointer;
}

/* Mouseover tab */
.TabbedPanelsTabHover {
background-color: #f0f0f0;
color: #000;
outline:none;
}

/* Selected tab */
.TabbedPanelsTabSelected {
background-color: #f0f0f0;
border-bottom: 1px solid #f0f0f0;
color: #000;
outline:none;
}

/* Link in panel */
.TabbedPanelsTab a {
color: black;
text-decoration: none;
}

/* Panel colors and borders */
.TabbedPanelsContentGroup {
clear: both;
border-left: solid 1px #9d9898;
border-bottom: solid 1px #9d9898;
border-top: solid 1px #9d9898;
border-right: solid 1px #9d9898;
background-color: #f0f0f0;
padding:8px;
}

/* Panel content padding*/
.TabbedPanelsContent {
padding: 4px;
}
