/* Most of your editing will take place in the Component containers and Interation states section */
/* Layout helpers - NO NEED TO EDIT THIS SECTION
 ----------------------------------*/
.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);
}

/* EDIT ANYTHING BELOW HERE */
/* Component containers
 ----------------------------------*/
.ui-widget-content {
    border: none;
}

.ui-widget-content a {
}

.ui-widget-header {
    border-bottom: none;
    font-weight: normal;
}

.ui-widget-header a {
}

/* Interaction states
 ----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    font-weight: normal;
    outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    text-decoration: none;
    outline: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: none;
    font-weight: normal;
    outline: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
    text-decoration: none;
    outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: none;
    font-weight: normal;
    outline: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    outline: none;
    text-decoration: none;
}

/* Tabs - You probably don't need to edit this
 ----------------------------------*/
div.ui-tabs {
    padding: .2em;
    zoom: 1;
    background: none;
}

div.ui-tabs ul.ui-tabs-nav {
    list-style: none !important;
    position: relative;
    padding: 0 0 0 8px !important;
    background: none;
}

div.ui-tabs ul.ui-tabs-nav li {
    position: relative;
    float: left;
    border-width: 0 !important;
    margin: 0 0 -2px -8px !important;
    padding: 0;
    height: 29px;
    display: block;
    background: none;
}

div.ui-tabs ul.ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    padding: 0 0 0 8px;
    font-size: 12px;
    line-height: 29px;
    vertical-align: middle;
    background: url(images/tabs.png) 0 -30px;
}

div.ui-tabs ul.ui-tabs-nav li span {
    position: relative;
    float: left;
    text-decoration: none;
    height: 29px;
    line-height: 29px;
    width: 19px;
    display: block;
    z-index: 2;
    background: url(images/tabs.png) 100% -30px;
}

div.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	position: relative;
    background: url(images/tabs.png) 0 0;
	z-index: 3;
}

div.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected span {
    background: url(images/tabs.png) 100% 0;
	z-index: 4;
}

div.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 1px;
    border-bottom-width: 0;
}

div.ui-tabs ul.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;
}

div.ui-tabs ul.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... */
div.ui-tabs .ui-tabs-panel {
    padding: 0 0 0 0;
    display: block;
    border-width: 0;
    background: none;
}

div.ui-tabs .ui-tabs-hide {
    display: none !important;
}


