.cmlCustStatusBlock {

	color: #8a6d3b;
	background-color: #fcf8e3;
	border:1px solid #faebcc;
	padding: 20px;
	overflow:scroll;
	margin-right:50px;

}

.cmlCustStatusBlock h2 {
	margin-top:0;
	font-size: 50px;
	text-align: center;
}

.cmlCustStatusBlockInfo DL {
	width:auto;
}

.cmlCustStatusBlockInfo DT {
	
}

.cmlCustStatusBlockInfo DD {
	
}

.cmlCustTabs .tab-pane {
	padding:0;
}

.busypanel {
	text-align: center;
}

.cmlReportContainer H1 {
	margin-top:0;
}

.cmlReportForm {
	border-top:1px solid silver;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid silver;
	margin-bottom: 20px;
	background-color:#fafafa;
}

@media print {
    .cmlReportLinks, .cmlNav {
        display:none;
    }

}

.cmlCustomerNav {
	margin:5px 0 -15px 0;
}

.formpanel .form-group {
	padding:0;
	margin:0;
}

.nobold {
	font-weight: normal;
}