.report {
	border: 1px solid #BBBBBB;
	width: auto;
}

.report th {
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}

.report td {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	vertical-align: top;
}

.printable_report {
	border: 1px solid #BBBBBB;
	width: 640px;
}

.printable_report th {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.printable_report td {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.number_report {
	border: 1px solid #BBBBBB;
}

.number_report td {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: center;
}

.number_report th {
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: left;
}

.printable_number_report {
	border: 1px solid #BBBBBB;
	width: 640px;
}

.printable_number_report td {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: center;
}


.printable_number_report th {
	font-weight: bold;
	text-align: left;
}
