/* -=-=-=[ constants ]=-=-=-=- */
:root {
  --tdx-blue: #267fc2;
  --tdx-dark-blue: #104595;
}

@font-face {
    font-family: 'Avenir Light';
    src: url('fonts/Avenir Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Heavy';
    src: url('fonts/Avenir Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* -=-=-=[ framework components ]=-=-=-=- */
html {
	scrollbar-face-color: #cccccc !important;
  	scrollbar-shadow-color: ThreeDDarkShadow !important;
  	scrollbar-highlight-color: ThreeDHighlight !important;
  	scrollbar-3dlight-color: #eeeeee !important;
  	scrollbar-darkshadow-color: #aaaaaa !important;
  	scrollbar-track-color: #999999 !important;
  	scrollbar-arrow-color: #666666 !important;
	height:100%
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #434343 !important;
	margin:0;
	padding:0;
	height:100%;
	position:relative;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p ul{
	margin: 2 0 0 0px;
}

p ul,li{
	font-size: 12px;
}

p ol{
	margin: 2 0 0 0px;
}

p ol,li{
	font-size: 12px;
}

ul {
	margin: 10 0 10 0px;
}

ol {
	margin: 10 0 10 0px;
	
}


a {
	text-decoration: none;
	color: #660000;
}
/* a:link {
	text-decoration: none;
	color: #660000;
} */
a:hover {
	text-decoration: underline;
	color: #000000;
}
/* a:active {
	text-decoration: none;
	color: #660000;
}
a {
	text-decoration: none;
} */

fieldset {
	border:1px solid #cccccc;
	font-size:12px;	
	margin-top:10px;
	margin-bottom:10px;
}
legend {
	font-size: 12px;
	font-weight:bold;
}

/* -=-=-=[ inputs ]=-=-=-=- */
select {
	padding:2px;
	border: 1px solid #767676;
	border-radius:3px;
	font-size: 11px;
	transition:background-color 0.3s, box-shadow 0.3s;
	max-width:300px;
}
input, textarea, button {
	padding:2px;
	border:1px solid #767676;
	border-radius:3px;
	font-size: 12px;
	accent-color: rgb(0, 92, 184);
	transition:background-color 0.3s, box-shadow 0.3s;
}
input[type='date'], input[type='datetime-local'], input[type='time'] {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    padding:2px;
	font-size:11px;
}
input[type='number']{
    max-width: 50px;
}
input[type='file']{
    border:0px solid #767676;
}
input[type='image'] {
	padding:0px;
	border:1px solid #767676;
}
input[type='submit'], input[type='button'], button {
	border-radius:5px;
	padding: 3px 7px;
	margin-left:5px;
	margin-right:5px;
}

input:focus, select:focus, textarea:focus {
	outline: 1px solid rgb(0, 92, 184); 
    border-color:rgb(0, 92, 184);
    box-shadow:0 0 8px 0 rgb(0, 92, 184);
}

/* -=-=-=-=-[ div specific ]-=-=-=-=- */
#bodyDiv {
	background-image: url(/_img/common/page_bg2.jpg);
	background-repeat: repeat-x;
	background-color: #434343;
}

#body2Div {
	width:980px;
	/*width: 90%; */
}

#hdrDiv {
	background-color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
}
#hdr_contactInfo {
    display: flex;
	gap: 5px;
    flex-direction: column;
    align-items: center;
}
#hdr_contactInfo p {
	font-size:12px;
}
#hdr_contactInfo a {
	color: var(--tdx-blue);
	font-weight:bold;
}

#hdrSearch {
	/* searh form box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	border:1px solid white;
	background-color:#dedede;
}

#subPageDiv {
	width:937px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#homeAdDiv {
	clear:both;
	width:937px;
	height:239px;
	padding:0px;
	margin:0px;
	border:0px solid #000000;
}

#homeTabs {
	float:right;
	padding:0 20 0 0px;
}

#navTabs {
	float:left;
	padding:0 15 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#homeNav {
	clear:both;
	width:937px;
	min-height:350px;
	/*background-image: url(/_img/common/bdy_lowerDivBG.jpg);
	background-repeat: repeat-x;*/
	background-color:#e8e8e6;
	border:0px solid #000000;
	overflow:visible;
}

#d_subpage_webtrax {
	margin-top:25px;
	margin-bottom:25px;
	margin-left:5px;
	margin-right:5px;
	width:calc(100% - 10px); 
	float:left; 
	clear:both;
	min-height:400px;
}

#d_subpage_webtrax p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/* -=-=-=-=-[ footers ]-=-=-=-=- */
#ftrDiv {
	width:100%;
	height:50px;
	display: flex;
	justify-content: space-between;
}

#ftrDiv ul {
	padding:0 0 0 5px;
	margin:0px;
}

#ftrDiv li.pipe{
	font-size: 10px;
	line-height:0px;
	color:white;
	display:inline;
	text-decoration:none;
	list-style-image: none;
	border-right:1px solid white;
	padding:0 6px;
	margin:0px;
}

#ftrDiv li {
	font-size: 10px;
	color:white;
	display:inline;
	text-decoration:none;
	list-style-image: none;
	padding:0 6px;
	margin:0px;
}

#ftrDiv li a{
	font-size: 10px;
	color:white;
}

#sb_ftr_nav {
	width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

#timerDiv {
	float:left;
	clear:both; 
	width:937px;
}

/* -=-=-=[ explicit divs ]=-=-=-=- */
#navTrail a {
	color:white;
}

#mfgGroup {
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/_img/common/spacer_dkMenu.jpg);
	background-repeat: repeat-x;
}

#mfgGroup a{
	color:white;
	text-decoration:none;
}

#mfgGroup p{
	padding:2px;
	cursor:pointer;
}

#mfgGroup h1{
	color:white;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 1 0px;
}

#mfgGroup h2{
	color:white;
	font-size: 11px;
	font-weight: normal;
	margin:0 0 1 0px;
	padding:2px;
	cursor:pointer;
}

#catGroup {
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/_img/common/spacer_dkMenu.jpg);
	background-repeat: repeat-x;
}

#catGroup a{
	color:white;
	text-decoration:none;
}

#catGroup p{
	padding:2px;
	cursor:pointer;
}

#catGroup h1{
	color:white;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 1 0px;
	padding:2px;
	cursor:pointer;
}

#catGroup h2{
	color:white;
	font-size: 11px;
	font-weight: normal;
	margin:0 0 1 0px;
	padding:2px;
	cursor:pointer;
}

/* -=-=-=[ page level comonents ]=-=-=-=- */

/* product lists */

.brandGroup_off {
	background-color:#e8e8e6;
	margin:0px;
	padding:5px;
}
.brandGroup_on {
	background-color:#fefefe;
	margin:0px;
	padding:5px;
}

.folderOpen {
	text-decoration:none;
	font-weight:bold;
}
.prodList_tbl {
	border-collapse:collapse;
	border:0px solid #999999;
}
.prodList_hdr {
	border-bottom:2px solid #cccccc;
	padding:3 3px;
}
.prodList_itm {
	border-bottom:1px solid #aaaaaa;
	padding:3px;
}
.altBG1 {
	background-color:#eeeeee;
	cursor:pointer;
}
.altBG2 {
	background-color:#dddddd;
	cursor:pointer;
}
.altBG3 {
	background-color:#ffffff;
	cursor:pointer;
}

/* error messages */

.errorMsg_main {
	border:1px solid #993333;
	padding:10px;
	margin:5px;
	background-color:white;
	font-weight:bold;
}

/* nav elmts */

#navHdr {
	background-image: url(/_img/common/nav_tabBG2.jpg);
	height:30px;
	width:100%;
}

.homeTabElmt a{
	float:left;
	width:114px;
	padding:10 0 0 0px;
	clear:none;
	background-image: url(/_img/common/nav_homeTab.jpg);
	color:#666666;
	font-weight: bold;
}

.navTabElmt_off {
	float:left;
	background-image: url(/_img/common/nav_tab2_off.jpg);
	height:30px;
	width:114px;
	color:white;
	text-decoration:none;
}

.navTabElmt_off a{
	float:left;
	width:114px;
	padding:8 0px;
	color:#333333;
	text-decoration:none;
	border:0px solid #000000;
	font-weight:bold;
}

.navTabElmt_on {
	float:left;
	background-image: url(/_img/common/nav_tab2_on.jpg);
	height:30px;
	width:114px;
	color:white;
	text-decoration:none;
}

.navTabElmt_on a{
	float:left;
	width:114px;
	padding:8 0px;
	color:white;
	text-decoration:none;
	border:0px solid #000000;
	font-weight:bold;
}

.navTabElmt_on a:link{ color:#333333;text-decoration:none;font-weight:bold; }
.navTabElmt_on a:hover{ color:#333333;text-decoration:none;font-weight:bold; }

.navTabElmt_off a:link{ color:#333333;text-decoration:none;font-weight:bold; }
.navTabElmt_off a:hover{ color:#666666;text-decoration:none;font-weight:bold; }

.subDivs {
	/*height:100%;*/
	clear:both;
	margin:0px;
	border:0px solid #000000;
	background-image:url(/_img/common/subDiv_trans1.jpg);
	background-repeat:repeat-x;
}

.revP{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.greyHdr_rev{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 3 0px;
}

.greyHdr_rev2{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #ffffff;
	padding:0 0 3 0px;
	margin:0 0 3 0px;
}

.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.intraForm {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	font-size: 1.0em;
	border: 1px solid #999999;
	margin: 1px;
}

.intraSubmit {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	font-size: 1.0em;
	border: 1px solid #999999;
	margin: 1px;
}

.formlabels_highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFF66;
	font-weight: bold;

}
.tblBrdrDashed {
	border: 1px dashed #FFFFFF;
}

.alertMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: eeeeee;
	margin: 3px;
	padding: 3px;
	border: 1px solid #999999;
	overflow:visible;
}

.boldHead {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.boldSubhead {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.hdrMain {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color:black;
	border-bottom:1px solid black;
	padding:0 0 10 0px;
	margin:0 0 5 0px;
}
.subhdrMain {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color:black;
	margin:0 0 2 0px;
}

.paratxt-13 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
}
.paratxt-11 {
	font-family: Verdana, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height:15px
}
.formlabel-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.emailReplyField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #660000;
}
.nowrapTable {
	background-repeat: no-repeat;
	background-image: url(/img/tbls/subPg_tbl_BG.jpg);
}

input .intranet {
	background-color: #eeeeee;
	color: #333333;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
}

.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-style: italic;*/
	color: #999999;
}


/* -=-=-=-=-=-=- [ drop shadow over white BG] -=-=-=-=-=-=- */

.shadowboxMain, .shadowBLCorner, .shadowTRCorner {
	display: block
}

.shadowboxMain {
	background: url(/img/tbl/shadBox/shadow_main.gif) no-repeat right bottom;
	float: left;
	margin: 0 0 0 4;
	border: solid 0px black;
}

.shadBoxMainImgLib {
	background: url(/img/tbl/shadBox/shadow_main.gif) no-repeat right bottom;
	float: left;
	margin: 4 0 0 4; /* */
	border: solid 0px black;
}

.shadowboxLeft {
	background: url(/img/tbl/shadBox/shadow_left.gif) no-repeat left bottom;
	
}

.shadowboxTop {
	background: url(/img/tbl/shadBox/shadow_top.gif) no-repeat right top;
	padding: 0 8px 8px 0; 
}

.shadowboxImgLib {
	background-color: white;
	padding: 0px;
	/*width: 120px;*/
	border: solid 1px black;
}
.shadowboxImg {
	display: block;
	margin: 0 0 0 0;
}

/* -=-=-=-=-=-=- [ drop shadow over yellow BG #FEFF99] -=-=-=-=-=-=- */

.shadowPostItMain {
	display: block
}

.shadowPostItMain {
	background: url(/img/tbl/shadBox/shadowPostIt_main.gif) no-repeat right bottom;
	float: left;
	margin: 0 0 0 4;
	border: solid 0px black;
}

.shadowPostIt {
	background: url(/img/tbl/shadBox/shadowPostIt_main.gif) no-repeat right bottom;
	float: left;
	margin: 4 0 0 4; /* */
	border: solid 0px black;
}

.shadowPostItLeft {
	background: url(/img/tbl/shadBox/shadowPostIt_left.gif) no-repeat left bottom;
	
}

.shadowPostItTop {
	background: url(/img/tbl/shadBox/shadowPostIt_top.gif) no-repeat right top;
	padding: 3 8px 8px 0; 
}

.shadowboxPostIt {
	/*background-color: white;*/
	padding: 0px;
	/*width: 120px;*/
	border: solid 1px #999999;
}
/* -=-=-=-=-=-=- [ session logout alerts ] -=-=-=-=-=-=- */
.logout {
	margin: 0px;
	border: 1px solid #003300;
	background-color: #ffffdd;
	padding: 8 0 0 8px;
}
.logout h4 {
	font-size: 0.8em;
	font-weight: bold;
}

/* -=-=-=-=-=-=- [tiny mce paragraphs ] -=-=-=-=-=-=- */

.tmceDiv {
	font-family: Verdana, sans-serif;
	color:#666666;
	font-size: 12px;
	line-height:16px
}

.tmceDiv p {
	font-size: 12px;
}

.tmceDiv ul{
	margin:5 0px;
}

.tmceDiv ol{
	margin:5 0px;
}

.tmceDiv li{
	font-size: 12px;
	line-height:16px;
	padding:0 0 0 0px;
	/*list-style-position: outside;
	list-style-image: url(/img/_icon/bullet_blueWht.gif);*/
	
}

/* -=-=-=-=-=-=- [ misc fun stuff ] -=-=-=-=-=-=- */

.goTxt {
	background-color:dddddd;
	position:relative;
	right:0px;
	margin:20 0 0 0px;
	padding:3 3 3 3px;
	clip:  rect(0 0px 0 0);
	border:1px solid #999999;
	font-weight: bold;
	line-height:30px;
	
}

/*------ glossary-----*/
#glossary_bg {
	visibility:hidden;
	background-color:#000000;
	filter:alpha(opacity=50); opacity:.50;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0; z-index:5;
}
#glossary_wrap {
	visibility:hidden;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0; z-index:5;
}
#glossary {
	width:400px;
	background-color:#eeeeee;
	border:10px solid #999999;
	margin:25 0px;
	font-size:11px;
}
.glossaryLink a {
	border:2px solid #666666;
	color: #ffffff;
	background-color:#999999;
	padding:1 3px;
	margin:2px;
	text-decoration:none;
	font-weight:bold;
}
#glossary p {
	font-size:11px;
	margin:5 0px;
}
#glossary ul, ol {
	margin:5 0 10 0px;
}

/*------ popDetail -----*/

#popDetail_bg {
	visibility:hidden;
	position:absolute;
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity:.50;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:2;
}
#popDetail_wrap {
	visibility:hidden;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:2;
}
#popDetail {
	position:relative;
	background-color:#eeeeee;
	border:10px solid #999999;
	margin:50 0px;
	z-index:2;
	
	min-width: 400px;
    max-width: 90%;
    width:fit-content;
}


/*------ tooltips - done with jquery ui library -----*/
/* Tooltip container */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
