.report2headerCell {
	border-bottom: #aaaaaa 1px solid;
	background-color: #d9d9d9
}

.report2summaryCell {
	border-top: #aaaaaa 1px solid;
	background-color: #d9d9d9
}

.report2subSummaryCell {
	border-top: #cccccc 1px solid;
	background-color: #e5e5e5
}

.whiteCell {
	background-color: #ffffff
}

.greyCell {
	background-color: #f5f5f5
}

.report2markedCell {
	color: #ffffff;
	background-color: #0080b7
}

.report2markedBorderCell {
	border-left: #aaaaaa 1px dotted;
	color: #ffffff;
	background-color: #0080b7
}

.report2borderCell {
	border-left: #aaaaaa 1px dotted
}

table.reportTablereportTable td {
	padding-right: 4px;
	padding-left: 4px
}

.hiddenRow {
	display: none
}

.pointerhand {
    /*The only cross browser syntax for a pointer/hand*/
    cursor: pointer;
    cursor: hand
}
