.debugnotice
{
position: absolute;
top: 20px;
left: 5%;
width: 90%;
z-index: 10000;
}

.debugnoticestatic
{
position: absolute;
top: inherit;
left: inherit;
z-index: 10000;
}

.debugnotice .debuginside
{
border: 2px solid green;
padding: 5px;
background-color: #fff;
display:none;
}

.debugnotice:hover .debuginside
{
display:block;
z-index: 10001;
}
.debuginside:hover {
	display:block;
}

.debugN
{
padding: 3px;
opacity: 0.95;
filter: alpha(opacity=95);
-moz-opacity: 0.95;
background-color: red;
color: white;
font-weight: bold;
font-size: 12px;
position: absolute;
top: 0;
left: 0;
display: inline;
position:relative;
}

.debugnotice_1
{
top: 100px;
}

.debugnotice_2
{
top: 200px;
}

.debugnotice_3
{
top: 300px;
}

.debugnotice_4
{
top: 400px;
}

.debugnotice_5
{
top: 500px;
}

.debugnotice_6
{
top: 600px;
}

.debugnotice_7
{
top: 700px;
}

.debugnotice_8
{
top: 800px;
}

.debugnotice_9
{
top: 900px;
}

/*
alternateversions.css
*/

.av-container a.av-linknolink.selected, 
.av-container a.av-linknolink.selected:link, 
.av-container a.av-linknolink.selected:active, 
.av-container a.av-linknolink.selected:visited
{
color: black !important;
}

.av-container .av-showhideblock
{
display: none;
}

.av-container .av-showhideblock.selected
{
display: block;
}



/* LT2 and LT1 shared developments */
.flexbox {
	display: flex;
}
.flexitem {
	flex: 1 1 auto;
}

/* Tabviews. Should correspond to subnav styling */
.tabview_container {
	font-size: 1rem;
	font-family: var(--lt-ui), "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.tabview_tabs {
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	margin-right:calc(var(--lt-tabview-tab-border-radius));
	width: calc(100% - 4px);
	max-width: 780px;
	xfont-size:0.875em;
	font-weight: 500;
}
#LT_LB.LT_LB_superlight .tabview_content {
	background: var(--lt-background-color);
}
.tabview_tab {
	flex: 0 1;
	padding:0.6em var(--lt-tabview-tab-padding);
	border:1px solid #0002;
	border-top-right-radius: var(--lt-tabview-tab-border-radius);
	margin-right:calc(var(--lt-tabview-tab-border-radius) * -1);
	margin-bottom:-1px;
	cursor:pointer;
	background: var(--lt-subnav-background-color);
	color: var(--lt-brownlogo-color);
	z-index: 1;
	white-space: nowrap;
	text-align:center;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /*	 Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
	font-size: 1.1em;
}
.tabview_tab:first-child {
	xborder-top-right-radius: var(--lt-tabview-tab-border-radius);
	border-top-left-radius: var(--lt-tabview-tab-border-radius);
	margin-left:0;
}
.tabview_tab:hover {
	background: var(--lt-tan-selected);
}
.tabview_tab.selected {
	background:var(--lt-tabview-selectedtab-background-color);
	color: var(--lt-background-color);
	border-top-left-radius: var(--lt-tabview-tab-border-radius);
	font-weight:600;
	z-index: 2;
}
/* Used to split tabs to the right side of the tabview */
.tabview_split {
	margin-left: auto;
}



.tabview_contentviews {
	border:1px solid #0003;
	border-radius: var(--lt-border-radius);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 100%;
	min-height: 10px;
}
.tabview_content {
	display:none;
	padding:var(--lt-padding);
}
.tabview_content.selected {
	display:block;
}

.tabview_content section {
	margin: 1.5em calc(var(--lt-padding) * -1) 0;
	border-top: 1px solid var(--lt-border-color);
	padding: 1.5em var(--lt-padding) 0;
}
.tabview_content section:first-of-type {
	border:none;
	margin-top:unset;
	padding-top:unset;
}


/* small tabs */
.tabview_container.small .tabview_tab {
	font-size: 0.9em;
	padding: 4px var(--lt-tabview-tab-padding-small);
}

/* lightweight tabviews */
.lightweight .tabview_tab {
	font-size: 1rem;
	background: transparent;
	border: none;
	border-right: 1px solid var(--lt-border-color);
	padding: 1px 1em;
	margin: 3px 0 4px;
	color: var(--lt-link-color);
}
.lightweight .tabview_tab:last-of-type {
	border: none;
}
.lightweight .tabview_tab:hover {
	color: var(--lt-link-hover-color);
}
.lightweight .tabview_tab.selected {
	color: #000;
}
.lightweight .tabview_contentviews {
	border: none;
	border-top: 1px solid var(--lt-border-color);
	margin-top: 0;
}
.lightweight .tabview_content {
	padding:1em 0;
}

/* stretch tabviews for cases like taking up a full lightbox */
.tabview_container.stretch {
	margin-left: -20px;
	margin-right: -20px;
}

.tabview_container.stretch > .tabview_contentviews {
	border-right: none;
	border-left: none;
	border-bottom: none;
}
.tabview_container.stretch > .tabview_tabs {
	margin: 0 calc(var(--lt-tabview-tab-border-radius));
}

/* stretch_lb : minor visual mods for full-tabbed lightboxes */
.tabview_container.stretch_lb {
	margin-top: 0;
	padding-top: var(--lt-tabview-tab-border-radius);
	background: #ddd7ca36;
}
.tabview_container.stretch_lb > .tabview_tabs {
	margin: 0 calc(var(--lt-tabview-tab-border-radius)) 0 0;
}
.tabview_container.stretch_lb > .tabview_tabs {
	font-size: 1.2rem;
}
.tabview_container.stretch_lb > .tabview_contentviews {
	background: var(--lt-background-color);
}
.tabview_container.stretch_lb > .tabview_tabs .tabview_tab.selected {
	background: var(--lt-background-color);
	color: var(--lt-link-hover-color);
	border-bottom: 1px solid #fff;
}
.tabview_container.stretch_lb > .tabview_tabs .tabview_tab:first-child {
	border-top-left-radius: 0 !important;
}





/* ajax handling */
.fancyupdating,
.updating {
	opacity: 0.75;
	xborder:1px dashed var(--lt-tint-dark-2);
	min-height: 100px;
}

.fancyupdater_wrapper {
	display: block;
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	background: var(--lt-tint-light-9);
	border: 1px dashed var(--lt-tint-dark-3);
	border-radius: var(--lt-border-radius);
}
.fancyupdater_floater {
	background: var(--lt-background-color);
	border: 1px dashed var(--lt-tint-dark-3);
	padding: 0.5em;
	display: inline-block;
	border-radius: var(--lt-border-radius);
	text-align: center;
	position: absolute;
	left: calc(50% - 50px);
	vertical-align: middle;
	top: calc(50% - 30px);
	box-shadow: 0 0 0 var(--lt-border-radius) #fff;
	z-index: 9;
	opacity: 1;
	min-width: 100px;
	border:none;
}
.ltajax_loading_text {
	color: var(--lt-tint-dark-9);
	font-size: 75%;
	font-weight: 600;
}
.flexbox .fancyupdater_wrapper .faufw {
	position:absolute;
	left: 0;
	right:0;
	top: 200px; /* for ie */
	top: calc(50% - 30px); /* for those that dont do min */
	top: min(calc(50% - 30px), 200px, calc(50vh - 30px));
	display: flex;
	justify-content: center;
}
.flexbox .fancyupdater_floater {
	top: unset;
	left:unset;
	position:relative;
}

form .hint,
.form_hint {
	color: grey;
	font-size: 0.9em;
	margin-top:5px;
}