/* Tabs
----------------------------------*/
//.topicmenu_theme .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.upmenu_theme .ui-tabs-2 { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
// .upmenu_theme .ui-tabs .ui-tabs-nav-2{ margin: 0; padding: .2em .2em 0; }
.upmenu_theme .ui-tabs-2 .ui-tabs-nav-2 { margin: 0; padding: 0 0 0; }
//.upmenu_theme .ui-tabs-2 .ui-tabs-nav-2 li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.upmenu_theme .ui-tabs-2 .ui-tabs-nav-2 li { cursor:pointer; font-weight:bold; list-style: none; float: left; position: relative; top: 0px; margin: 0; border: 1px solid #101010; padding: 0 1px 0 1px; white-space: nowrap; }
//.upmenu_theme .ui-tabs-2 .ui-tabs-nav-2 li a { float: left; padding: .5em 1em; text-decoration: none; }
.upmenu_theme .ui-tabs-2 .ui-tabs-nav-2 li a {  cursor:pointer; float: left; padding: 2px 4px; text-decoration: none; color: #FFFFFF; font-weight: bold }
.upmenu_theme .ui-tabs-2 .ui-tabs-nav-2 li.ui-tabs-selected-2 { cursor:pointer; margin-bottom: 0; padding-bottom: 1px; border: 1px solid #101010; border-bottom: 0 !important; }
.upmenu_theme .ui-tabs-2 .ui-tabs-nav-2 li.ui-tabs-selected-2 a, .upmenu_theme .ui-tabs .ui-tabs-nav-2 li.ui-state-disabled a, .upmenu_theme .ui-tabs .ui-tabs-nav-2 li.ui-state-processing a { cursor: pointer; color: #202020; }
.upmenu_theme .ui-tabs-2 .ui-tabs-nav-2 li a, .upmenu_theme .ui-tabs.ui-tabs-collapsible .ui-tabs-nav-2 li.ui-tabs-selected-2 a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.upmenu_theme .ui-tabs-2 .ui-tabs-panel-2 { color:black; font-size:13px; display: block; border-width: 0px; border-top: 0 !important; padding: 0; margin:0; background: none; }
.upmenu_theme .ui-tabs-2 .ui-tabs-panel-2 a { font-weight:normal; color:black; text-decoration:none; margin: 0px 0px }
//.upmenu_theme .ui-tabs-2 .ui-tabs-panel-2 a { font-weight:normal; text-decoration:none; margin: 0px 0px }
//.upmenu_theme .ui-tabs-2 .ui-tabs-panel-2 a:hover { color: #00007d; text-decoration:underline; }
.upmenu_theme .ui-tabs-2 .ui-tabs-panel-2 a:hover { text-decoration:underline; }
.upmenu_theme .ui-tabs-2 .ui-tabs-hide-2 { display: none !important; }
