/*orig.dw tmpl style, kept "t-" prefix where exst*/
:root {
	color-scheme: only light;
}
@media (forced-colors:active) {
	body {forced-color-adjust: none; forced-colors: none;}
}
body {
	color-scheme: only light !important;
	margin: 0; width: 100%;
	background-color: #FFFFFF !important;
	color: #000000 !important;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;	
	}	
/*HEADER elements, in actual pages (not in hdr files); on/off as needed*/
#t-hdr-banner-ifrm {
    display:none;/*none/block*/
	width:100%; height:25px; border:none;
	}
#t-hdr-days-cont {
		display:block;/*UPDATE:none/block*/
		position:relative; 
		width:100%; height:25px;
		}
	#t-hdr-days-ifrm {
		position:absolute; z-index:2;
		width:100%; height:25px; border:none;
		box-shadow: 0px 0px 6px 0px #000000;
		-webkit-box-shadow: 0px 0px 6px 0px #000000; 
		}
	#t-hdr-days-e-on {
		display:block;/*UPDATE:none; block - only if days-e exists*/
		position:absolute; z-index:4; top:0;
		width:100%; height:25px;
		cursor:pointer;
		}
#t-hdr-days-e-cont {
    display:none; /*is toggled block/none from files header js, only*/
	position:absolute; z-index:10; left:12px; margin-top:10px; width:300px; height:540px; /*nec.; UPDATE, to match _hdr_days-e*/
	box-shadow: 2px 2px 12px 0px #000000;
	-webkit-box-shadow: 2px 2px 12px 0px #000000; 
	}
	#t-hdr-days-e-ifrm {
		width:300px; height:540px; /*UPDATE, to match _hdr_days-e*/
		border:none;
	}
#t-hdr-R-ifrm { /*note: n/a to front index.html*/
	width:100%; height:25px; border:none;
	}
/*e/o header*/	
#t-container {
	position:relative;
	margin-top:-4px;
	}
.t-ref-norm {
	text-decoration: none;
	color:#003399;
	cursor: pointer;
	}
.t-ref-norm-inh {
	text-decoration: none;
	color:inherit;
	cursor: pointer;
	}	
.t-ref-it {
	text-decoration: none;
	color:#003399; font-style: italic;
	cursor: pointer;
	}
.t-ref-it-inh {
	text-decoration: none;
	color:inherit; font-style: italic;
	cursor: pointer;
	}	
.t-ref-bold-inh {
	text-decoration: none;
	color:inherit; font-weight: bold;
	cursor: pointer;
	}
.t-hdr-2 {
	font-weight: bold; 
	cursor: pointer;	
	}	
.t-close {
	font-style: italic; font-size: 12px;
	cursor: pointer;
	}
/*e/o orig.dw tmpl style*/
#ftr-ifrm {
	width:100%; height:140px; border:none;
	}