.screen {
	background-color: white;
   position:absolute;
   top:0px;
   left:0px;
   border:3px ridge #eee;
   padding:0px 5px 5px 5px;
	display: none;
}

.screentitle {
	background-color: #1d3d94;
	height: 23px;
	color: white;
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 7px;
	margin-left: -5px;
	margin-right: -5px;
}


/* Note: to change background color of selectgrid, also need to change
	".selectgrid tr background", which is a placeholder border
	TODO: Figure out table-layout:fixed combined with colgroups to set
		widths.
*/
.selectgrid {
   border:1px inset black;
   overflow:hidden;
   white-space: nowrap;
   -moz-user-focus: normal;
   -moz-user-select: none;
   background-color: white;
   color: black;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}

.inactivescreen select { visibility: hidden; }
.activescreen select { visibility: visible; }

.inactivescreen .selectgrid {
	overflow: hidden;
	overflow-y:hidden;
	padding-right: 20px;
}

.activescreen .selectgrid {
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
	padding-right: 0px;
}

.selectgrid table {
   border-collapse: separate;
	table-layout: fixed;
}

.selectgrid tr {
   cursor: pointer;
   white-space: nowrap;
   width:100%;
   border: 1px dashed white;
   margin: 0px;
   padding-left: 2px;
}

.selectgrid td {
	margin: 0px;
   padding-left: 5px;
   border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
   border-left: none;
   overflow: hidden;
}

.selectgrid td.firstcolumn {
   padding-left:3px;
}

.selectgrid td.lastcolumn {
   padding-right:3px;
}

.selectgrid tr.selected td.lastcolumn {
   padding-right:2px;
   border-right: 1px solid black;
}

.selectgrid tr.selected td {
   border-top: 1px solid black;
   border-bottom: 1px solid black;
}

.selectgrid tr.selected td.firstcolumn {
   border-left: 1px solid black;
   padding-left:2px;
}

.selectgrid tr.selected {
   background-color: #eee;
   border: none;
}

.selectgrid th {
	border-bottom: 1px solid black;
}

.scrollarea {
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x: hidden;
}

.inactivescreen .scrollarea {
	overflow-y: hidden;
	overflow:hidden;
}

.activescreen .scrollarea {
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
}

#lfjs_modaldiv {
	-moz-opacity:0.6;
	opacity: .6;
	filter: alpha(opacity=60);
	background-color: #ffffff;
}

.buttonbar {
   width:100%;
   text-align:center;
   margin-top:5px;
   margin-bottom:5px;
}

.button {
   border:1px solid #a8a8a8;
   cursor: pointer;
   font-size:85%;
   padding-left:5px;
   padding-right:5px;
   padding-top:2px;
   padding-bottom:2px
}



.tabset {
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.tabcontainer {
	position: relative;
	noposition: expression("static");
	padding-top: 4px;
	z-index: 10;
	top: 1px;
	top: expression("0px");
	overflow: hidden;
	overflow-x: hidden;
}


.tab {
	user-select: none;
	-moz-user-select: none;
	position: relative;
	top: 0px;
	text-align: center;
	cursor: pointer;
	background-color: white;
	font-size: 18px;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	border: 1px black solid;
	border-bottom: none;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-radius-topleft: 8px;
	border-radius-topright: 8px;
}

.tabnav {
	position: relative;
	z-index: 8;
}
.tabnav A {
}

.tab.tabinactive {
}

.tab.tabactive {
	position: relative;
	margin: 0px 1px 0px 0px;
	font-weight: bold;
	padding-bottom: 2px;
	top: -1px;
	z-index: 28;
}

.tab.tabhover {
}

.closetab {
	position: relative;
	font-size: 12px;
	padding-left: 3px;
	top: -6px;
}
.closetab A {

}
.tabcontents {
	position: relative;
	background-color: white;
	overflow: auto;
	border: 1px black outset;
	top: 0px;
	z-index: 2;
}
.showPrint {
	display: none;
}

@media print {
	.tabSet {
		height: auto;
	}

	.tabContainer {
		display: none;
	}
	.tabInactive {
		display: none;
	}

	.tabActive {
		display: none;
	}
	.steph1 {
		display: none;
	}
	.showPrint {
		display: block;
		margin: 2px;
	}

	.tabContent {
		position: relative;
		height: 100%;
		overflow: visible;
		top: 3px;
		top: expression(document.all ? -2 : 2 + "px");
		border: none;
		padding: 4px;
		background-color: #FFFFFF;
		z-index: 2;
	}
}

.multiupload {
	noborder: 1px solid black;
	cursor: pointer;
}
.multiupload .swfupload, SPAN .swfupload {
	cursor: pointer;
	position: absolute;
	z-index: 2;
}


/*Upload opacity fix*/
object.swfupload {
	opacity: 0 !important;
}

.lfjsbubble {
	display: none;
	position: relative;
	z-index: 2900;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
}
.lfjsbubble a#lfjsbubbleclose {
	cursor: pointer;
	color: inherit;
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-block;
	text-decoration: none;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 1;
}
.lfjsbubble a#lfjsbubbleclose:after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background-color: #cc0000;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCAzNDguMzMzIDM0OC4zMzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM0OC4zMzMgMzQ4LjMzNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMzYuNTU5LDY4LjYxMUwyMzEuMDE2LDE3NC4xNjVsMTA1LjU0MywxMDUuNTQ5YzE1LjY5OSwxNS43MDUsMTUuNjk5LDQxLjE0NSwwLDU2Ljg1ICAgYy03Ljg0NCw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQwNywxMS43NjljLTEwLjI5NiwwLTIwLjU4MS0zLjkxOS0yOC40MTktMTEuNzY5TDE3NC4xNjcsMjMxLjAwM0w2OC42MDksMzM2LjU2MyAgIGMtNy44NDMsNy44NDQtMTguMTI4LDExLjc2OS0yOC40MTYsMTEuNzY5Yy0xMC4yODUsMC0yMC41NjMtMy45MTktMjguNDEzLTExLjc2OWMtMTUuNjk5LTE1LjY5OC0xNS42OTktNDEuMTM5LDAtNTYuODUgICBsMTA1LjU0LTEwNS41NDlMMTEuNzc0LDY4LjYxMWMtMTUuNjk5LTE1LjY5OS0xNS42OTktNDEuMTQ1LDAtNTYuODQ0YzE1LjY5Ni0xNS42ODcsNDEuMTI3LTE1LjY4Nyw1Ni44MjksMGwxMDUuNTYzLDEwNS41NTQgICBMMjc5LjcyMSwxMS43NjdjMTUuNzA1LTE1LjY4Nyw0MS4xMzktMTUuNjg3LDU2LjgzMiwwQzM1Mi4yNTgsMjcuNDY2LDM1Mi4yNTgsNTIuOTEyLDMzNi41NTksNjguNjExeiIgZmlsbD0iI0ZGRkZGRiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center center;
	border-radius: 50%;
    line-height: normal;
    font-family: FontAwesome;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.lfjsbubble a#lfjsbubbleclose:hover,
.lfjsbubble a#lfjsbubbleclose:focus {
	color: #aa0000;
}
.lfjsbubble .lfjsbubblemain {
	padding: 15px 30px 15px 15px;
	line-height: 1.3;
	font-size: 14px;
}
.lfjsbubbletail {
	position: absolute;
	display: block;
	top: 100%;
	right: 40px;
	color: #fff;
}
.lfjsbubbletail:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0; height: 0;
	border-top: 14px solid #ddd;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
}
.lfjsbubbletail:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0; height: 0;
	border-top: 12px solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}
.lfjsbubbletail.top {
	top: auto;
	bottom: 100%;
}
.lfjsbubbletail.top:before {
	top: auto;
	bottom: 100%;
	border-top: none;
	border-bottom: 16px solid #ddd;
}
.lfjsbubbletail.top:after {
	top: auto;
	bottom: 100%;
	border-top: none;
	border-bottom: 14px solid;
}

.lfjsbubble.dark {
	background: #222222;
	background: rgba(34,34,34,0.95);
	border: none;
}
.lfjsbubble.dark a#lfjsbubbleclose {
	color: #fff;
}
.lfjsbubble.dark a#lfjsbubbleclose:hover,
.lfjsbubble.dark a#lfjsbubbleclose:focus {
	color: #eee;
}
.lfjsbubble.dark .lfjsbubblemain {
	color: #FFFFFF;
}
.lfjsbubble.dark .lfjsbubbletail {
	color: #222;
	color: rgba(34,34,34,0.95);
}
.lfjsbubble.dark .lfjsbubbletail:before {
	display: none;
}
.lfjsbubble.dark .lfjsbubblecontent a {
	color: #eee;
	text-decoration: underline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}