IMG.png { behavior: url("pngbehavior.htc"); }

.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;
}


.lfjsbubble {
	background: transparent;
	overflow: visible;
	display: none;
	position: relative;
	text-align: left;
	font: normal 10px Helvetica, Arial, sans-serif;
	z-index: 2900;
}
.lfjsbubble #lfjsbubbleclose {
	margin: 0px;
	position: absolute;
	top: 18px;
	right: 6px;
	cursor: pointer;
}
.lfjsbubble .lfjsbubbletop {
	background-image:url("./lfjsimages/bubble_top_left.png");
	background-position:left 12px;
	background-repeat:no-repeat;
	float:left;
	height:32px;
	width:15px;
}
.lfjsbubble .lfjsbubbletopright {
	background-image:url("./lfjsimages/bubble_top.png");
	background-position:right 12px;
	background-repeat:no-repeat;
	height:32px;
	margin-left:15px;
}
.lfjsbubble .lfjsbubblemainwrapper {
	background:url("./lfjsimages/bubble_right.png") repeat-y scroll right top transparent;
}
.lfjsbubble .lfjsbubblemain {
	background:url("./lfjsimages/bubble_left.png") repeat-y scroll left top transparent;
	clear:left;
	margin-right: 2px;
}
.lfjsbubble .lfjsbubblecontent {
	overflow: hidden;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	margin-top:0;
	padding:0px 15px 5px;
	background-color: white;
	margin-left: 2px;
}
.lfjsbubble .lfjsbubblebottom {
	background:url("./lfjsimages/bubble_bottom_left.png") no-repeat scroll left top transparent;
	float:left;
	height:32px;
	width:15px;
}
.lfjsbubble .lfjsbubblebottomright {
	background:url("./lfjsimages/bubble_bottom.png") no-repeat scroll right top transparent;
	height:32px;
	margin-left:15px;
}
.lfjsbubble .lfjsbubbletail {
	background:url("./lfjsimages/bubble_tail.png") no-repeat scroll right top transparent;
	position: absolute;
	bottom: 0px;
	top: auto;
	right: 40px;
	height: 25px;
	width: 28px;
}
.lfjsbubble .lfjsbubbletail.left {
	background:url("./lfjsimages/bubble_tail_left.png") no-repeat scroll right top transparent;
	bottom: 0px;
	top: auto;
}
.lfjsbubble .lfjsbubbletail.top {
	background:url("./lfjsimages/bubble_tail_top.png") no-repeat scroll right top transparent;
	bottom: auto;
	top: 0px;
}
.lfjsbubble .lfjsbubbletail.top.left {
	background:url("./lfjsimages/bubble_tail_top_left.png") no-repeat scroll right top transparent;
	bottom: auto;
	top: 0px;
}