#hd {
	display: none;
}

#sdm {
	display: none;
}

#ft {
	text-align: center;
	font-size: 0.9pc;
	padding: 15px 0 0 0;
	border-top: 1px solid #000;
}

#transactions #transaction_table,#ct #summary {
	width: 100%;
}

#transactions #transaction_table .headers td {
	font-weight: bold;
	padding: 8px 10px 5px 5px;
}

#transactions #transaction_table .row1 td,#ct #summary .row1 td {
	border-top: 1px solid #000;
	background: #EDFFB9;
	padding: 8px 10px 5px 5px;
	vertical-align: top;
}

#transactions #transaction_table .row2 td,#ct #summary .row2 td {
	border-top: 1px solid #000;
	background: #E7F7C3;
	padding: 8px 10px 5px 5px;
	vertical-align: top;
}

#transactions #pages {
	display: none;
}

