#mytabs ul li{
	background: none;
	padding-left: 0px;

}
.mootabs_title {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.mootabs_title li {
	display: inline;
	padding: 0;
}

.mootabs_title li.active {
	border-bottom: 2px solid #000;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%px;
	clear: both;
/*	overflow: auto;*/
	text-align: center;
	
}

.mootabs_panel.active {
	display: block;
}
.grouptitle {
	font-weight: bold;
	font-size: 110%;
	color: #CC0000;
	white-space: nowrap;
}
.grouplabel img {

}
.groupinput {
	padding: 2px;
}

.groupgroup {
	padding-bottom: 5px;
}
.dollar {
	font-weight: bold;
	font-size: 130%;
}
input.quoteinputbox {
	border: none;
	font-weight: bold;
	font-size: 130%;
}
.inputbox {
	margin-right: 3px;
}
.selectstyle {
	width: 75px;
}

@media print {
.tabcontent {
display:block!important;
}