#reportBox > div {
	display: none;
}

#reportBox .active {
	display: block;
}

#reportBox {
	padding-top: 10px;
}

#reportBox .resultBox {
	margin-top:10px;
	min-height: 60px;
	background-color: #fafafa;
}

#reportBox .resultBox.loading {
	background-image: url("../images/loader-white.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
}

#reportBox input[type=submit]:hover {
	background-color: #dbdbdb;
}

#reportBox .report-header-row {
	margin-bottom: 10px;
}

#reportBox label {
	cursor: pointer;
	min-width: 120px;
	text-align: right;
}

#reportBox td.right {
	text-align: right;
}

#reportBox td.left {
	text-align: left;
}

#reportBox table img {
	height: 90px;
	width: auto;
}


@media print {
	.no-print {
		display:none; 
	}
}