.tabSet {
	height: auto;
	clear:left;
}

.tabContainer {
	padding: 7px 0px;
}

.tabContainer DIV {
	text-align: center;
	cursor: pointer;
	cursor: hand;
	display: inline;
	padding: 5px 10px 5px 10px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-radius-topleft: 8px;
	border-radius-topright: 8px;
	-moz-user-select: none;
}

.tabNav {
	nofloat: right;
	font-size: 22px;
	z-index: 15;
	
}
.tabNav A {
	color: black;
	text-decoration: none;
	margin-left: 3px;
}

.tabInactive {
	background-color: #1d3d94;
	color: white;
	border: 2px black inset;
	z-index: 1;
}

.tabActive {
	background-color: white;
	color: black;
	border-top: 2px black outset;
	border-left: 2px black outset;
	border-right: 2px black outset;
	border-bottom: 2px white solid;
	z-index: 3;
}

.notabHover {
	color: white;
	background-color: #B5121B;
	border: 2px black inset;
}
.tabContent {
	noposition: relative;
	height: 100%;
	overflow: auto;
	notop: 3px;
	notop: expression(document.all ? -2 : 2 + "px");
	border: 2px black outset;
	padding: 4px;
	background-color: #D8BC95;
	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;
	}
   #todolistbox {
      height: auto !important;
   }
}
