﻿
.ui-tabs
{
    position: relative;
    padding: 5px;
}

.ui-tabs .ui-tabs-nav li
{
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
   /*   border-bottom: 0 !important;*/
    padding: 0;
    
   
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a
{
    float: left;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    font-weight:bold;
   
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    margin-bottom: 0;
    padding-bottom: 1px;
}
.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;
}
.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
{
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tabs .ui-tabs-hide
{
    display: none !important;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget
{
    font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
    font-size: 1.1em /*{fsDefault}*/;
}
.ui-widget .ui-widget
{
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
    font-size: 1em;
}

.ui-widget-content a
{
    color: #222222 /*{fcContent}*/;
}

.ui-widget-header a
{
    color: #222222 /*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    /* border: 1px solid #d3d3d3 {borderColorDefault}     background: #e6e6e6 /*{bgColorDefault} url(images/ui-bg_glass_75_e6e6e6_1x400.png) */
    font-weight: normal /*{fwDefault}*/;
    color: #7f7f7f /*{fcDefault}*/;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
    color: #7f7f7f /*{fcDefault}*/;
    text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover
{
    color: #212121 /*{fcHover}*/;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    color: #000000;
    font-size:12px; font-weight:bold;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
    /*  color: #212121 {fcActive};     text-decoration: none;*/
    color: #000000;
}
.ui-widget :active
{
    outline: none;
}

.olBorder
{
width:0px;
border:1px solid #000;

}
.list_style {
font-family:Arial;
font-size:12px;
padding:0px 5px 0px 5px;
border-right:solid 1px #000000;
}