@charset "UTF-8";
/* CSS Document */

/*
 * jQuery UI CSS Framework 1.8.13
 *
 * 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
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); }



#tabs {
 clear: both;
 border:0px solid red; 
 background:url("../img/common/tab_right_edge.png");
 background-position: right 1px;
 background-repeat:no-repeat;
 overflow:hidden;
 margin: 0px 0px 40px 0px;
}

#tabs.ui-tabs-nav {
 height: 50px; /* top margin for IE */
}

#tabs p { margin-top: 8px; }

#tabs img{margin-right: 8px;}
/* Interaction Cues
----------------------------------*/
#tabs.ui-state-disabled { cursor: default !important; }


/*p.test:before {
	content: url(../img/common/tab_bullet_white.png);
	}*/

/* Interaction states
----------------------------------*/
#tabs.ui-state-default, #tabs.ui-widget-content #tabs.ui-state-default, #tabs.ui-widget-header #tabs.ui-state-default {
	border: 0px solid blue;
	/*background:url("../img/common/tab_bullet_white.png") no-repeat 10px 15px;*/
	/*background: url("../img/common/tab_off_state_bg.png") repeat-x 0px 0px; */ 
	color: green;
	height: 44px;
	width:143px;
	}
#tabs.ui-state-default a, #tabs.ui-state-default a:link, #tabs.ui-state-default a:visited {
	border: 0px solid red;
	color: #2153a6; 
	text-decoration: none;
	text-align: center;
	height: 30px;
	width:143px;
	padding:14px 0px 0px 0px;
	background: none;
	}
#tabs.ui-state-hover, #tabs.ui-widget-content #tabs.ui-state-hover, #tabs.ui-widget-header #tabs.ui-state-hover, #tabs.ui-state-focus, #tabs.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 0px solid yellow; 
	/*background: #ccd232 url("images/light_green.png") 50% 50% repeat;*/ 
	font-weight: bold; 
	color: #212121;
	}
#tabs.ui-state-hover a, #tabs.ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
	}
#tabs.ui-state-active, #tabs.ui-widget-content #tabs.ui-state-active, #tabs.ui-widget-header #tabs.ui-state-active {
	border: 0px solid #ff6b7f; 
	background: url("../img/common/tab_on_state_bg.png") no-repeat 0px 0px;  
	color: #ffffff; 
	height: 44px;
	width:143px;
	}
#tabs.ui-state-active a, #tabs.ui-state-active a:link, #tabs.ui-state-active a:visited {
	color: #ffffff; 
	text-decoration: none;
	text-align: center;
	width: 143px;
	}
#tabs.ui-widget :active { outline: none; }





/*
 * jQuery UI Tabs 1.8.13
 *
 * 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; } /* 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; }
.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; text-decoration: none;  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0;  }
.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; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
