* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Button#theming
*/
.ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;text-decoration:none!important;cursor:pointer;text-align:center;zoom:1;overflow:visible;-webkit-user-select:none;-moz-user-select:none;user-select:none;}/* the overflow property removes extra width in IE */
.ui-button-icon-only{width:2.2em;}/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only{width:2.4em;}/* button elements seem to need a little more width */
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs{position:relative;zoom:1;border:0;background:transparent;}/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs.ui-tabs-navlia,.ui-tabs.ui-tabs-collapsible.ui-tabs-navli.ui-tabs-selecteda{cursor:pointer;}/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */