/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, 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; text-decoration: none; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after {content:""; display:table;}
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, 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; } /* 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; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top:1px; margin:0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding:0; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom:0px; }
.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:0; background: none; margin:0px; }
.ui-tabs .ui-tabs-hide { display: none !important}

/* tabs Custom Styling */
#tabsholder_1 {
	margin-top:49px;
}
#tabsholder_1 .ui-tabs-nav {
	margin:0px;
	padding:0px;
	margin-top:-49px;
}
/* tabs btns styling */
#tabsholder_1 .ui-tabs-nav li {
	width:20%;
	height:50px;
	background-image:url(../upload/setup_files/tabs_top_left.bg.png);
	background-position:bottom left;
}
#tabsholder_1 .ui-tabs-nav li:hover {
	background-position:top left;
}
#tabsholder_1 .ui-tabs-nav li a {
	width:100%;
	color:#737373;
	font-weight:bold;
	display:block;
	text-align:center;
	height:50px;
	background-image:url(../upload/setup_files/tabs_top_right.bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin-right:0px;
	padding-right:13px;
}
#tabsholder_1 .only-6,
#tabsholder_1 .only-5 {margin-left:-1px; margin-right:2px;}
#tabsholder_1 .only-5 li {width:20%;*width:19.9%;}
#tabsholder_1 .only-6 li {width:16.66666666666667%;*width:16.5%;}
#tabsholder_1 .ui-tabs-nav li a span {
	display:block;
	padding-top:10px;
}
#tabsholder_1 .ui-tabs-nav li a:hover {
	background-position:top right;
}
#tabsholder_1 .ui-tabs-nav li.ui-tabs-selected {
	background-image:url(../upload/setup_files/tabs_top_selected_left.bg.png);
}
#tabsholder_1 .ui-tabs-nav li.ui-tabs-selected a {
	background-image:url(../upload/setup_files/tabs_top_selected_right.bg.png);
	color:inherit;
}
/* end tabs btns styling */
#tabsholder_2,
#tabsholder_3 {
	position:relative;
	background-image:url(../upload/setup_files/tabbing-bg3.jpg);
	background-position:0px 23px;
	background-repeat:repeat-x;
}
#tabsholder_2 h3,
#tabsholder_3 h3 {
	padding-bottom:15px;
}


#tabsholder_2 .ui-tabs-nav,
#tabsholder_3 .ui-tabs-nav {
	position:absolute;
	top:-10px;
	right:0px;
}
#tabsholder_2 .ui-tabs-nav li,
#tabsholder_3 .ui-tabs-nav li {
	margin-left:10px;
}
#tabsholder_2 .ui-tabs-nav li a,
#tabsholder_3 .ui-tabs-nav li a {
	background-position:bottom center;
	background-repeat:no-repeat;
	line-height:38px;
}
#tabsholder_2 .ui-tabs-nav li a:hover,
#tabsholder_3 .ui-tabs-nav li a:hover,
#tabsholder_2 .ui-tabs-nav li.ui-tabs-selected a,
#tabsholder_3 .ui-tabs-nav li.ui-tabs-selected a {
	background-image:url(../upload/setup_files/tab-selected.jpg);
	color:#737373;
}