
.ui-helper-reset
{
    line-height: 1.3;
}


/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, 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/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.ui-widget
{
     font: 14px 'Montserrat', Arial, sans-serif !imortant;
   
	font-weight: normal;
}
.ui-widget .ui-widget
{
    font-size:14px;
}


/* Interaction states
----------------------------------*/
.ui-state-default
{
    font-weight:bold;
}
/*
 * jQuery UI Tabs @VERSION
 *
 * Copyright 2010, 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: 0px;
    zoom: 1;	
	color: #444444;
	border:solid 0px #000;
}
#tabb
{
/*background:url('images/bg.gif') repeat-x;*/
background-position:top;
  background-color:#ffffff;
  border-radius:0px 0px 8px 8px;
  -moz-border-radius:0px 0px 8px 8px;
  -o-border-radius:0px 0px 8px 8px;
}
#tab1,#tab2,#tab3,#tab4,#tab5,#tab6,
{
/*background:url('images/bg.gif') repeat-x;*/
background-position:top;
  background-color:#ffffff;
  border-radius:0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
  -o-border-radius:0px 0px 0px 0px;
}
/*XXXXXXXXXXX*/
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav
{
    margin: 0;
    padding:0;
	height:30px;
	/*background-color:#D5D5D5;*/
	border:solid 0px #000;
	/*;
	background-color: #6969a9;
	background:url('images/but-panel.gif') repeat-x;
	*/
}
.ui-tabs .ui-tabs-nav li
{
    list-style: none;
    float: left;
    position: relative;
	border:solid 0px red;
	border-bottom:0px;
	border-left:0px;
    top: 0px;
	border-top:0px;
    margin: 0px 3px 0px 0px;
    /*border-bottom: 1 !important;*/
    padding-bottom: 2px;
    white-space: nowrap;
	font-size: 12px;
}
.ui-tabs .ui-tabs-nav li a
{
bottom:-2px;
position:relative;
    float: left;
	border-top:solid 0px #f5f8fa;
    padding: .5em 0.5em;
    text-decoration: none;
	width:170px;
 
background-color: #e6edf9;
border-bottom:#ffffff;
text-align:center;
color: #444444;
 font: 14px 'Montserrat', Arial, sans-serif !imortant;
}
.ui-tabs-selected a
{
background-image: url(shade_on.gif);
background-color: #f5f8fa;
border-bottom:#ffffff;
text-align:center;
color: #444444;
position:relative;
z-index:8;
font-family:Trebuchet Ms;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{

   color: #444444;
    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:solid 0px red;
    border-width: 0;
    padding: 1em 0px;
    background: #f5f8fa;
}
.ui-tabs .ui-tabs-hide
{
    display: none !important;
}