@charset "UTF-8";
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.TabbedPanels {
margin: 0px;
padding: 0px;
float: left;
clear: none;
width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
margin: 0px;
padding: 0px;
}
.TabbedPanelsTab {
position: relative;
top: 1px;
float: left;
padding: 4px 10px;
margin: 0px 1px 0px 0px;
font: normal 1em sans-serif;
background-color: #99ccff;
color: #333333;
list-style: none;
border-left: solid 1px #CCC;
border-bottom: solid 1px #999;
border-top: solid 1px #999;
border-right: solid 1px #999;
-moz-user-select: none;
-khtml-user-select: none;
cursor: pointer;
}
.TabbedPanelsTabHover {
background-color:#003399;
color: #fff;
}
.TabbedPanelsTabSelected {
background-color:#fff;
color: #000;
border-bottom: 1px solid #fff;
}
.TabbedPanelsContentGroup {
margin: 0px 15px 0px 0px;
padding: 0px 5px 0px 5px;
clear: both;
border-left: dotted 1px #ccc;
border-bottom: solid 1px #fff;
background-color: #fff;
}
.TabbedPanelsContent {
padding: 4px;
}
.TabbedPanelsContentVisible {
}
