/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Tabs 1
----------------------------------*/
.ui-tabs { z-index:20;padding:0; zoom: 1;margin-bottom:5px; }
/*CHANGED -- .ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }*/
.ui-tabs .ui-tabs-nav li { float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .2em .5em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { cursor: text; }
.ui-tabs .ui-tabs-nav li a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {  padding:.4em; display: block; border:1px solid #052B5C; background: #ffffff url(../images/tabs/tab_content_1.jpg) repeat-x; }
.ui-tabs .ui-tabs-panel h1{margin:5px 0 7px 0;}
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Component containers
----------------------------------*/
/*.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget-content { color: #222222; }
.ui-widget-content a { color: #222222; }*/
.ui-widget-header { background: #ffffff ; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default{ background: #ffffff url(../images/tabs/tab_unactive.jpg) repeat-x; border: 1px solid #052B5C; font-weight: normal; outline: none;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {font-size:inherit; color: #052B5C; text-decoration: none; outline: none; }
.ui-state-hover { border: 1px solid #052B5C; background: #dadada url(../images/tabs/tab_grad_1.jpg) repeat-x; font-weight: normal; color: #052B5C; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #052A5F; text-decoration: none; outline: none; }
.ui-state-active { border: 1px solid #052B5C; background: #ffffff url(../images/tabs/tab_grad_1.jpg) repeat-x; font-weight: normal; color: #052B5C; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; font-weight:bold; outline: none; text-decoration: none; }

/*--------------------------------*/
/* Tabs 2
----------------------------------*/
.tabs2 .ui-tabs { z-index:20;padding:0; zoom: 1;margin-bottom:5px; }
/*CHANGED -- .ui-.tabs2 .ui-tabs-nav2 li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }*/

/*position: relative !important;*/
.tabs2 .ui-tabs .ui-tabs-nav li { float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.tabs2 .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .2em .5em; }
.tabs2 .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0;}
.tabs2 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { cursor: text; }
.tabs2 .ui-tabs .ui-tabs-nav li a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.tabs2 .ui-tabs .ui-tabs-panel {  padding:.4em; display: block; border:1px solid #052B5C; background: #ffffff;}
.tabs2 .ui-tabs .ui-tabs-panel h1{margin:5px 0 7px 0;}
.tabs2 .ui-tabs .ui-tabs-hide { display: none !important; }

/* Layout helpers
----------------------------------*/
.tabs2 .ui-helper-hidden { display: none; }
.tabs2 .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.tabs2 .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.tabs2 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.tabs2 .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.tabs2 .ui-helper-clearfix { display:block; }
/* end clearfix */
.tabs2 .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Component containers
----------------------------------*/
/*.tabs2 .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.tabs2 .ui-widget-content { color: #222222; }
.tabs2 .ui-widget-content a { color: #222222; }*/
.tabs2 .ui-widget-header { background: #ffffff ; color: #222222; font-weight: bold; }
.tabs2 .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.tabs2 .ui-state-default { background: #ffffff url(../images/tabs/tab_unactive.jpg) repeat-x; border: 1px solid #052B5C; font-weight: normal; outline: none; }
.tabs2 .ui-state-default a, .tabs2 .ui-state-default a:link, .tabs2 .ui-state-default a:visited { color: #052A5F; text-decoration: none; outline: none; }
.tabs2 .ui-state-hover { border: 1px solid #052B5C; background: #dadada; font-weight: normal; color: #212121; outline: none; }
.tabs2 .ui-state-hover a, .tabs2 .ui-state-hover a:hover { color: #052A5F; text-decoration: none; outline: none; }
.tabs2 .ui-state-active { border: 1px solid #052B5C; background: #ffffff; font-weight: normal; color: #052A5F; outline: none; }
.tabs2 .ui-state-active a, .tabs2 .ui-state-active a:link, .tabs2 .ui-state-active a:visited { color: #052A5F; font-weight:bold; outline: none; text-decoration: none; }

/*--------------------------------*/
/* Tabs 3
----------------------------------*/
.tabs3 .ui-tabs { z-index:20;padding:0; zoom: 1;margin-bottom:5px; }
/*CHANGED -- .ui-.tabs3 .ui-tabs-nav2 li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }*/
.tabs3 .ui-tabs .ui-tabs-nav li { float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.tabs3 .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .2em .5em; }
.tabs3 .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0;}
.tabs3 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { cursor: text; }
.tabs3 .ui-tabs .ui-tabs-nav li a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.tabs3 .ui-tabs .ui-tabs-panel {  padding:.4em; display: block; border:1px solid #052B5C; background: #ffffff;}
.tabs2 .ui-tabs .ui-tabs-panel h1{margin:5px 0 7px 0;}
.tabs3 .ui-tabs .ui-tabs-hide { display: none !important; }

/* Layout helpers
----------------------------------*/
.tabs3 .ui-helper-hidden { display: none; }
.tabs3 .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.tabs3 .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.tabs3 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.tabs3 .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.tabs3 .ui-helper-clearfix { display:block; }
/* end clearfix */
.tabs3 .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Component containers
----------------------------------*/
/*.tabs3 .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.tabs3 .ui-widget-content { color: #222222; }
.tabs3 .ui-widget-content a { color: #222222; }*/
.tabs3 .ui-widget-header { background: #ffffff ; color: #222222; font-weight: bold; }
.tabs3 .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.tabs3 .ui-state-default { background: #ffffff; border: 1px solid #052B5C; font-weight: normal; outline: none; }
.tabs3 .ui-state-default a, .tabs3 .ui-state-default a:link, .tabs3 .ui-state-default a:visited { color: #052A5F !important; text-decoration: none; outline: none; }
.tabs3 .ui-state-hover { border: 1px solid #052B5C; background: #dadada; font-weight: normal; color: #212121; outline: none; }
.tabs3 .ui-state-hover a, .tabs3 .ui-state-hover a:hover { color: #052A5F !important; text-decoration: none; outline: none; }
.tabs3 .ui-state-active { border: 1px solid #052B5C; background: #ffffff; font-weight: normal; color: #052A5F !important; outline: none; }
.tabs3 .ui-state-active a, .tabs3 .ui-state-active a:link, .tabs3 .ui-state-active a:visited { color: #052A5F !important; font-weight:bold; outline: none; text-decoration: none; }

/*--------------------------------*/
/* Tabs 4
----------------------------------*/
.tabs4 .ui-tabs { z-index:20;padding:0; zoom: 1;margin-bottom:5px; }
/*CHANGED -- .ui-.tabs4 .ui-tabs-nav2 li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }*/
.tabs4 .ui-tabs .ui-tabs-nav li { float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.tabs4 .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .1em .2em; }
.tabs4 .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0;}
.tabs4 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { cursor: text; }
.tabs4 .ui-tabs .ui-tabs-nav li a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.tabs4 .ui-tabs .ui-tabs-panel {  padding:.4em; display: block; border:1px solid #CCC; background: #ffffff;}
.tabs4 .ui-tabs .ui-tabs-panel h1{margin:5px 0 7px 0;}
.tabs4 .ui-tabs .ui-tabs-hide { display: none !important; }

/* Layout helpers
----------------------------------*/
.tabs4 .ui-helper-hidden { display: none; }
.tabs4 .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.tabs4 .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.tabs4 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.tabs4 .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.tabs4 .ui-helper-clearfix { display:block; }
/* end clearfix */
.tabs4 .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Component containers
----------------------------------*/
/*.tabs4 .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.tabs4 .ui-widget-content { color: #222222; }
.tabs4 .ui-widget-content a { color: #222222; }*/
.tabs4 .ui-widget-header { background: #ffffff ; color: #222222; font-weight: bold; }
.tabs4 .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.tabs4 .ui-state-default { background: #ffffff; border: 1px solid #CCC; font-weight: normal; outline: none; }
.tabs4 .ui-state-default a, .tabs4 .ui-state-default a:link, .tabs4 .ui-state-default a:visited { color: #052A5F !important; text-decoration: none; outline: none; }
.tabs4 .ui-state-hover { border: 1px solid #CCC; background: #eee; font-weight: normal; color: #212121; outline: none; }
.tabs4 .ui-state-hover a, .tabs4 .ui-state-hover a:hover { color: #052A5F !important; text-decoration: none; outline: none; }
.tabs4 .ui-state-active { border: 1px solid #CCC; background: #ffffff; font-weight: normal; color: #052A5F !important; outline: none; }
.tabs4 .ui-state-active a, .tabs4 .ui-state-active a:link, .tabs4 .ui-state-active a:visited { color: #052A5F !important; font-weight:normal; outline: none; text-decoration: none; }