@charset "UTF-8";

.TabbedPanels { overflow: hidden; margin: 0px; padding: 0px; clear: none; width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/ }
.TabbedPanelsTabGroup { margin: 0px; padding: 0; padding-left: 1px; }

.TabbedPanelsTab { position: relative; top: 1px; float: left; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; font-size: 16px; color: #666; padding-right: 15px; padding-left: 15px; border-top-width: 2px; border-right-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: #027DC3; border-right-color: #f3f3f3; border-left-color: #f3f3f3; border-bottom-width: 0px; border-bottom-style: solid; border-bottom-color: #FFF; background-color: #fff; line-height: 36px; overflow: hidden; height: 36px; margin-top: 4px; margin-right: -1px; margin-bottom: 0px; margin-left: -1px; }
.TabbedPanelsTabHover { color: #000; }
.TabbedPanelsTabSelected { line-height: 41px; height: 41px; margin: 0px; color: #000; background-color: #FFF; }
.TabbedPanelsTab a { color: black; text-decoration: none; }

.TabbedPanelsContentGroup { clear: both; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #f3f3f3; border-right-color: #f3f3f3; border-bottom-color: #f3f3f3; border-left-color: #f3f3f3; }
.TabbedPanelsContent { overflow: hidden; background-color: #FFF; padding: 10px 0; }
.TabbedPanelsContentVisible { }

.VTabbedPanels { overflow: hidden; zoom: 1; }
    .VTabbedPanels .TabbedPanelsTabGroup { float: left; width: 10em; height: 20em; background-color: #EEE; position: relative; border-top: solid 1px #999; border-right: solid 1px #999; border-left: solid 1px #CCC; border-bottom: solid 1px #CCC; }
    .VTabbedPanels .TabbedPanelsTab { float: none; margin: 0px; border-top: none; border-left: none; border-right: none; }
    .VTabbedPanels .TabbedPanelsTabSelected { background-color: #EEE; border-bottom: solid 1px #999; }
    .VTabbedPanels .TabbedPanelsContentGroup { clear: none; float: left; padding: 0px; width: 30em; height: 20em; }

/* Styles for Printing */
@media print {
    .TabbedPanels { overflow: visible !important; }
    .TabbedPanelsContentGroup { display: block !important; overflow: visible !important; height: auto !important; }
    .TabbedPanelsContent { overflow: visible !important; display: block !important; clear: both !important; }
    .TabbedPanelsTab { overflow: visible !important; display: block !important; clear: both !important; }
}