
table.report {
	border-collapse: collapse;
	padding: 5px 5px 10px 5px;
}

tr.report:hover {
	background-color: #eaefb9;
}

td.report, th.report {
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	padding: 1px 5px 2px 5px;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
}

th.report {
	text-align: center;
}

.group_footer {
	padding: 10px;
}

p.report {
	padding: 5px 5px 10px 5px;
}

h1.report {
	padding: 5px 5px 10px 5px;
}

h2.report {
	padding: 5px 5px 10px 5px;
}

.report-title {
	font-weight: bold;
	font-size: 1.5em;
	font-family: tahoma, arial, sans-serif;
}

.report-subtitle {
	font-weight: normal;
	font-size: 1.2em;
	font-family: tahoma, arial, sans-serif;
}

.report-group-header {
	background-color: #bce396; 
	text-align: left; 
	padding: 2px 5px 3px 5px;
}

.autocomfort, td.autocomfort, th.autocomfort {
	font-size: 12pt;
	font-family: "Times New Roman", times, serif;
}

.nowrap {
	white-space: nowrap;
}

@media print {
	body, td, th {
		font-size: 62.5%;
		font-family: tahoma, arial, sans-serif;
		font-weight: normal;
	}

	td.report, th.report {
		border-color: #000000;
	}

	a {
		text-decoration: none;
	}

	.report-group-header {
		border-bottom: 1px solid black;
		font-size: 1.2em;
		font-weight: bold;
	}
}

