﻿.ui-tabs
{
    padding: 0em !important;
    zoom: 1;
    border: none !important;
}
.ui-tabs .ui-tabs-nav
{
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none;
    background: transparent !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
    border: 1px solid #aaa;
    border-bottom: 1px solid white;
    background: white;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active 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
{
	position: absolute;
    top: 20px;bottom: 10px;
    left: 0;right: 0;
    overflow: auto;

    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 16px;
    display: block;

    border-top: none;
    background-color: White;

    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.ui-tabs .ui-tabs-hide
{
    display: none !important;
}
.ui-tabs .ui-tabs-nav li
{
    display: inline;
    height: 18px;
    float: left;
    border-bottom-width: 1px !important;
    border: 1px solid #aaa;
    margin: 0 1px -1px 0;
    padding: 0;
    background-color: #DBDBDB;
    background-image: none;
}
.ui-tabs .ui-tabs-nav a.ui-tabs-anchor
{
    float: left;
    text-decoration: none;
    padding: .1em 1.5em .1em 1em;
    color: black;
    outline: none;
}

.ui-widget button
{
    height: 25px;
}
.ui-button-text-only .ui-button-text
{
    padding: 0;
}

.xui-widget-content
{
    background: transparent;
    border: none !important;
}

.ui-dialog .ui-dialog-content
{
    background: white !important;
    position: relative !important;
}

.tabsmall
{
    padding-right: 0px !important;
    cursor: pointer;
}

.tabclose
{
    display: inline !important;
    margin-right: 1px;
    padding-right: 10px;
    cursor: pointer;
    width: 10px;
}

.ui-corner-all, .ui-corner-bottom
{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-corner-top
{
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active div
{
    background-color: #fff;
}

.ui-state-default, .ui-state-active
{
    background-image: none;
    font-weight: normal !important;
}

.ui-datepicker-trigger
{
    margin-left: 3px;
    margin-bottom: -3px;
}

.ui-dialog
{
    border: 1px solid #386AB1;
    padding: 0px;
    height: auto !important;
}

.ui-widget-header
{
    border: none;
    border-bottom: 1px solid #aaa;
    background: none;
}

.ui-dialog-titlebar
{
    border: none;
    padding: 5px;
}

.uidialog .ui-widget-content
{
    background: none;
    border: none;
    padding: 0px;
}

.ui-dialog .ui-dialog-content
{
    padding: 0px;
    border: 1px solid #94A1B0;
}

.ui-dialog .ui-button-text-only .ui-button-text
{
    padding: 0px;
}

.ui-dialog .ui-dialog-buttonpane BUTTON
{
    margin: -3px 5px 5px 0px;
    padding: 2px;
}

.ui-dialog .ui-dialog-buttonpane
{
    background: none transparent;
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.slidabletabs
{
    background: url(../images/transparent.png) repeat-x;
    overflow: hidden;
    padding: 0px;
    padding-top: 1px;
    margin: -1px;
    border: none;
    position: relative;
}

.leftArrow
{
    background: white url(../images/Arrow_Left_24.png) center no-repeat;
    border: 1px solid #79B7E7;
    position: absolute;
    top: 1px;
    right: 19px;
    width: 18px;
    height: 18px;
    z-index: 1;
    cursor: pointer;
}

.rightArrow
{
    background: white url(../images/Arrow_Right_24.png) center no-repeat;
    border: 1px solid #79B7E7;
    border-left: none;
    position: absolute;
    top: 1px;
    right: 0px;
    width: 18px;
    height: 18px;
    z-index: 1;
    cursor: pointer;
}

.leftArrow:hover, .rightArrow:hover
{
    border: 1px solid black;
}

.alltabs
{
    position: absolute;
    border: 1px solid gray;
    background-color: #dedede;
}

.tablist
{
    padding: 5px 15px;
    cursor: default;
    border-bottom: 1px solid white;
}

.tablist:hover
{
    background: url(../images/bg_menu_over.png) repeat-x center 50%;
}

.showtabs
{
    background: white url(../images/bw_icons/arrow_down.png) left bottom no-repeat;
    overflow: hidden;
    border: none;
    position: absolute;
    right: -1px;
    bottom: 3px;
    width: 16px;
    height: 17px;
    z-index: 100;
    cursor: pointer;
}

.showtabs:hover, .showtabsactive
{
    background-color: #DBDBDB;
}

.tabsoverview
{
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.ui-datepicker
{
    z-index: 10000000 !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding-left: 0;
    padding-right: 0;
}

.ui-widget-content .ui-resizable-se {
    background: url("../images/bw_icons/resize.png") 0 0 no-repeat;
}

.ui-dialog .ui-resizable-se
{
    bottom: 0;
    right: 0;
    height: 12px; width: 12px;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: 0;
    top: -3px;
    padding: 0;
    background: none;
    border: none;
}

.ui-timepicker-div dl dt{ height: 25px;}

.ui-timepicker-div dl dd { margin: -25px 10px 10px 65px;}