/* WL changings for jquery ui style */

/* Tab box
----------------------------------*/
.tabbedbox-nohdr { 
    padding: 0px; 
    background: none; 
    border-width: 0px; 
} 
.tabbedbox-nohdr .ui-tabs-nav { 
    padding-left: 0px; 
    background: transparent; 
    border-width: 0px 0px 1px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
.tabbedbox-nohdr .ui-tabs-panel { 
    border-width: 0px 1px 1px 1px; 
}

.tabbedbox .ui-widget-content {
    color: #000000;
    font-family: Arial,Helvetica;
    font-size: 10pt;
}

.tabbedbox .ui-state-active a, .tabbedbox .ui-state-active a:link, .tabbedbox .ui-state-active a:visited {
    color: #000000;
}

.tabbedbox .ui-state-default a, .tabbedbox .ui-state-default a:link, .tabbedbox .ui-state-default a:visited {
    color: #000000;
}

.tabbedbox .ui-state-active, .tabbedbox .ui-state-hover {
    border: 1px solid #cccccc;
}

.tabbedbox .ui-widget-header {
    border-bottom: 1px solid #cccccc;
}

.tabbedbox .ui-state-default {
    background: none;
    background-color: #eeeeee;
}

.tabbedbox .ui-state-active {
    background-color: #ffffff !important;
}

.tabbedbox .ui-state-hover {
    background-color: #dddddd;
}

.tabbedbox .ui-tab-content, .tabbedbox .ui-tabs-panel {
    overflow: auto;
}

.tabbedbox-full .ui-tab-content, .tabbedbox-full .ui-tabs-panel {
    height: 85%;
}

/* Tooltip
----------------------------------*/

.arrow {
    width: 40px;
    height: 6px;
    overflow: hidden;
    position: absolute;
    left: 0;
    margin-left: -22px;
    bottom: -6px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
    margin-top:10px;
}
.arrow.left {
    left: 2px;
}
.arrow:after {
	content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
	background: #666666;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top
{
    margin-top:10px;
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
.ui-tooltip {
    background: #666666;
    border: none;
    color: white;
	border-radius: 4px;
    padding: 5px;
	font-size: 11px;
}
.ui-tooltip a {
    color: #bbbbbb;
}
.ui-tooltip b {
    font-weight: bold;
}

/* Input
----------------------------------*/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete .ui-menu-item {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

.ui-autocomplete .ui-state-focus {
	background: none;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	font-weight: normal;
	color: #333333;
}

/* Fancybox
----------------------------------*/
.fancybox-inner {
    background-color: #ffffff;
}

/* Sortable
----------------------------------*/
ul.ui-sortable li {
    background: none;
    color: #000000;
    font-weight: normal;
}

ul.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.sortable li {
    border: 0;
    border-bottom: 1px solid #bbbbbb;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: move;
}