@charset "UTF-8";

/* reduce contrast for nested tabs ( to help suggest hierarchy ) */

@media screen {

/*	.tabs-nested .ui-widget-header { border-bottom: 1px solid #ddd;}*/
.tabs-nested .ui-widget-header {
	background: transparent !important; /* linear-gradient(to top,#efefef, #fff) !important*/
	border-radius: 0;
	border-color: #fff;
	border-bottom-color: #ddd;
	margin-top: 0.5em;
	/*border: none;*/
}

.tabs-nested.ui-tabs {
	border-color: #fff;
	padding: 0 !important;
}

.tabs-nested.ui-state-default, .ui-widget-content .ui-state-default, .tabs-nested.ui-widget-header .ui-state-default { background-image:none; }

.tabs-nested .ui-widget-header { border-bottom: 1px solid #ddd;}

.tabs-nested .tabs-as-buttons.ui-tabs-nav {margin-top: 2em;}

.tabs-nested .tabs-as-buttons.ui-tabs-nav li {margin: 1px -1px; padding:0; border:none; border: 1px solid #ddd;}

.tabs-nested .tabs-as-buttons .ui-widget-header {border:none;}
.tabs-nested .tabs-as-buttons.ui-tabs-nav li.ui-tabs-active { 
	/*margin-bottom: 0px;*/
	border-width:1px;
	color: #fff;
	background-color:#06C;
	/*border-radius: 4px;*/
}
.tabs-nested .tabs-as-buttons.ui-tabs-nav li.ui-tabs-active a,
.tabs-nested .tabs-as-buttons.ui-tabs-nav li.ui-tabs-active a:link,
.tabs-nested .tabs-as-buttons.ui-tabs-nav li.ui-tabs-active a:visited,
.tabs-nested .tabs-as-buttons.ui-tabs-nav li.ui-tabs-active a:hover {
	color: #fff;
}



/* from wrap-up-v2.css
.ui-tabs.tabs-nested-first > .ui-tabs-nav > li.ui-state-default {
	margin-bottom: 6px;
}

.ui-tabs.tabs-nested-first > .ui-tabs-nav > li.ui-tabs-active {
	color: #fff;
	background-color:#06C;
	border-radius: 4px;
}
.ui-tabs.tabs-nested-first > .ui-tabs-nav > .ui-state-active a,
.ui-tabs.tabs-nested-first > .ui-tabs-nav > .ui-state-active a:link,
.ui-tabs.tabs-nested-first > .ui-tabs-nav > .ui-state-active a:visited,
.ui-tabs.tabs-nested-first > .ui-tabs-nav > .ui-state-active a:hover {
	color: #fff;
}
*/
}

/* redundant? */
@media print {
	.tabs-nested.ui-tabs{ margin-top: 0;}
	.tabs-nested.ui-tabs .ui-tabs-nav li, .tabs-nested.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		border-style: none;
	}	
	/* double page break where tabs nested so blank printed page */
	.ui-tabs .ui-tabs-panel .tabs-nested.ui-tabs .ui-tabs-panel{ page-break-after: avoid !important; }
}