/*!
 * jQuery UI Tabs 1.9.2
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
 /* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #fff url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #f18c1c; background: #fff url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x; font-weight: bold; color:#f18c1c; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color:#f18c1c; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #f18c1c; background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #f18c1c; text-decoration: none; }


.main .cols-sec .col .col-cnt #tabs {
	position: relative;
	zoom: 1;
	margin: 0px;

	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.cols-sec .col .col-cnt #tabs ul.ui-tabs-nav{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0.0em;
	padding-right: 0.0em;
	padding-bottom: 0;
	padding-left: 0.0em;
	width: 386px;
	border-bottom: 1px solid #f18c1c;
	
}

 .cols-sec .col .col-cnt #tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0;  }
.cols-sec .col .col-cnt #tabs .ui-tabs-nav li a {

	padding-top: 0.5em;
	padding-right: 0.6em;
	padding-bottom: 0.5em;
	padding-left: 0.6em;
	color: #0066cc;
}
.tabs-collapsible .tabs-nav li.tabs-active {background-color: #fff; color:#f18c1c;}
.cols-sec .col .col-cnt #tabs .ui-tabs-nav li.ui-tabs-active{ margin-bottom: -1px; padding-bottom: 1px; background-color: #fff; }
.cols-sec .col .col-cnt #tabs .ui-tabs-nav li a { cursor: pointer; color:0066cc;  }
.cols-sec .col .col-cnt #tabs .ui-tabs-nav li a:hover {color:#f18c1c;}
.cols-sec .col .col-cnt #tabs .ui-tabs-nav li.ui-tabs-active a, #tabs .tabs-nav li.state-disabled a, #tabs .tabs-nav li.tabs-loading a { cursor: text; color:#f18c1c; }
 
.ui-tabs-active a {color:#f18c1c; }/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.cols-sec .col .col-cnt #tabs .ui-tabs-panel {
	display: block;
	background: none;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	min-width: 357px;
	min-height: 150px;

	float: left;
	border-bottom: none;

}

#tabs .ui-tabs-panel ul {
	list-style: none;
	list-style-position: outside;

	width: 350px;

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#tabs .ui-tabs-panel ul li {
	display: block;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 5px;
	background-image: url(/nj/assets/imgs/arr_gr.png);
	background-repeat: no-repeat;
	background-position: 7px 12px;
}