/*
 * jQuery UI Tabs 1.8.17
 *
 * 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/Tabs#theming
 */
.ui-tabs { 
    position: relative; 
    padding: 0; 
    zoom: 1;
}
.ui-tabs .ui-tabs-nav {
    padding: 0; 
	border-bottom:0;
	display: block;
	text-decoration: none;
	height: 50px;
    width: 929px;
    margin: 23px 34px 45px 34px;
}
.ui-tabs .ui-tabs-nav li { 
    list-style: none; 
    float: left; 
    position: relative; 
    top: 0; 
    margin: 0;  
    padding: 0; 
    white-space: nowrap; 
    font-weight: normal; 
    width: 50%;
	height: 58px;
}
.ui-tabs .ui-tabs-nav li a { 
    float: left; 
    text-decoration: none;
    color: #727272;
    display: block;
	height: 50px !important;
    line-height: 50px !important;
    width: 464px;
    text-align: center;
    font: 15px Arial;
    font-weight: bold;
    background: #fff;
}
.ui-tabs .ui-tabs-nav li a:hover {
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
    background-color: transparent;  
    margin-bottom: 0;
    color: #000 !important;
    background: transparent url(../../../pic/briefelj/bg_tab.png) no-repeat 50% 50px;
    
}
.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: default; 
    text-decoration: none;
    color: #000 !important;
    background-color: #28dee1;
}
.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-top: 0;
    padding: 0 35px;
    background: none;
}
.ui-tabs .ui-tabs-hide { display: none !important; }