/*
* 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.
*/

/* Layout helpers
/* --------------------- Tabs	--------*/
.ui-tabs { padding:5px; zoom: 1; width:720px;} /* width:520px */
.ui-tabs .ui-tabs-nav { list-style: none; position:absolute; /*padding: 0.2em 0.2em 0;	*/ }
.ui-tabs .ui-tabs-nav li { float: left; position: relative; border-bottom-width: 0 !important; margin: 0 5px -1px 0; padding: 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase;}
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; display:block; background-color:#b2c291; color:#fff; padding: 6px 7px; }

.ui-tabs .ui-tabs-nav li a:hover{ background-color:#486604; color:#fff;}
.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, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; background-color:#486604; color:#fff; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected 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: 40px 0 0 0px; display: block; border-width: 0; background: none; overflow:hidden;}
.ui-tabs .ui-tabs-hide { display: none !important; }
#wetting_agent.ui-tabs-panel {padding:30px 0 0 0px;}
