
.reportsList {

}

.reportInfoItem {
	margin-bottom: 15px;
}
.reportInfoItem:HOVER {
	cursor: pointer;
}
.reportInfoItem:HOVER .reportTitle {
	color: blue;
}
.reportTitle {
	font-size: 120%;
	font-weight: bold;
}
.reportDesc {
	padding-left: 0.5em;
	font-size: 90%;
}

.reportFormTable {
	table-layout: auto;
	width: auto;
}
.reportFormRow {
	border: 1px solid black;
}
.reportFormRowOdd {
	background-color: rgb(240, 240, 240);
}
.reportFormRowEven {
		
}
.reportFormRow td {
	padding: 2px;
	margin: 0;
}
.reportFormLabel {
	width: 150px;
}
.reportFormValue {
	width: auto;
}
.dateFormatText {
	font-size: 80%;
	font-style: inherit;
}