/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* 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 input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content {color: #222222/*{fcContent}*/; }
.ui-widget-content a {  color: #222222/*{fcContent}*/; }
.ui-widget-header { font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states 
----------------------------------*/
.ui-state-default { 
	background: url(images/tab-bg.jpg)/*{bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ -1%/*{bgDefaultYPos}*/ no-repeat/*{bgDefaultRepeat}*/; 
	font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
	
	
	
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color:#709bbb/*{fcDefault}*/; 
	text-decoration: none; 
	outline: none; 
	background: /*{bgColorActive}*/ url(images/right-tag-bg.jpg)/*{bgImgUrlActive}*/ right/*{bgActiveXPos}*/ -1%/*{bgActiveYPos}*/ no-repeat/*{bgActiveRepeat}*/; 
	
	
	}
	
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { 
	background: #ffffff/*{bgColorActive}*/ url(images/tab-bg.jpg)/*{bgImgUrlActive}*/ 0/*{bgActiveXPos}*/ 105%/*{bgActiveYPos}*/ no-repeat/*{bgActiveRepeat}*/; 
	
	font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; 
	outline: none; }

	
.ui-state-hover a, .ui-state-hover a:hover { 
	color:#709bbb/*{fcHover}*/; 
	text-decoration: none; outline: none;
	
	 }
	
.ui-state-active, .ui-widget-content .ui-state-active { 
	
	border-top-width: 0 !important; 
	background: #ffffff/*{bgColorActive}*/ url(images/tab-bg.jpg)/*{bgImgUrlActive}*/ 0/*{bgActiveXPos}*/ 105%/*{bgActiveYPos}*/ no-repeat/*{bgActiveRepeat}*/; 
	font-weight: normal/*{fwDefault}*/; 
	color:#709bbb/*{fcActive}*/; 
	outline: none; }
	
	
	
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color:#709bbb /*{fcActive}*/; 
	outline: none; 
	text-decoration: none;
	background: /*{bgColorActive}*/ url(images/right-tag-bg.jpg)/*{bgImgUrlActive}*/ right/*{bgActiveXPos}*/ 105%/*{bgActiveYPos}*/ no-repeat/*{bgActiveRepeat}*/; 
	}






/* Tabs*/
.ui-tabs {width:942px;}
.ui-tabs .ui-tabs-nav {list-style: none; position: relative; /*padding: -2em 0 0 .3em; */}
.ui-tabs .ui-tabs-nav li { position: relative; float: left;  margin-right:.53em; padding: 0; font-size:.88em; color:#709bbb;font-weight:normal;}



/*tabs*/
.ui-tabs .ui-tabs-nav li a.home { float: left; text-decoration: none; width:91px;text-align:center; height:41px; padding-top:0; padding-bottom:0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; width:164px; padding-top:.92em; padding-bottom:1.4em;  text-align:center;}




.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-top: 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 { padding:0; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



.ui-tabs .container {height:391px;}
.ui-tabs .container-top {background: url(images/container-bg.jpg) top no-repeat;height:385px; } 
.ui-tabs .home-bottom {background: url(images/bottom-home-bg.jpg) top no-repeat;height:6px;}	

	 
.ui-tabs .bottom2 {background: url(images/bottom2.jpg) top no-repeat;height:6px;}
.ui-tabs .bottom3 {background: url(images/bottom3.jpg) top no-repeat;height:6px;}
.ui-tabs .bottom4 {background: url(images/bottom4.jpg) top no-repeat;height:6px;}
.ui-tabs .bottom5 {background: url(images/bottom5.jpg) top no-repeat;height:6px;}
.ui-tabs .bottom6 {background: url(images/bottom6.jpg) top no-repeat;height:6px;}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }





