@charset "utf-8";

.serviceReport .serviceReportDate {
	font-weight: bold;
}

.serviceReport .serviceReportDescription {
	background-color: #C6C6C6;
	background-image: url(/static/images/infoBlockBG.png);
	background-repeat: repeat-x;
	color: #555;
	padding: 10px;
	margin: 0px;
}

.serviceReport .serviceReportTitle {
	background-color: #555;
	background-image: url(/static/images/infoBlockNotSelectedBG.png);
	background-repeat: repeat-x;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	position: relative;
}

.serviceReport .serviceReportTitle h3 {
	color: #EEE;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

.serviceReport .serviceReportTitle span.serviceReportDate {
	bottom: 10px;
	color: #BBB;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	position: absolute;
	right: 10px;
}
