/* CSS files here */

.reportHeadingStep{
	color:#900;
}

.reportSettingsText{
	padding: 5px;
	margin: 5px; 
	font-weight: bold; 
	color: #222; 
	display: inline-block;
}
.reportSettingsLabel{
	padding: 5px 0px 5px 5px; 
	margin: 5px 0px 5px 5px; 
	color: #222; 
	display: inline-block;
}

.reportSettingInput{
	padding: 5px; 
	margin: 5px;  
	color: #222; 
	display: inline-block;
}
.reportSettingInputTight{
	padding: 5px 5px 5px 0px; 
	margin: 5px 5px 5px 2px;  
	color: #222; 
	display: inline-block;
}

.reportSettingInputDotted{
	border: 1px dotted #333; 
}

.reportSettingBold{
	font-weight: bold;
}


.recoveryFilter{
	background: transparent url(../assets/framework/black_20percent.png) repeat scroll 0px 0px;
	line-height: 1; 
	margin-top: 10px;
}

.recoveryLevel2Filter{
	margin-left: 30px;
}


