/* Print styles for content page */
#masthead, #navBar, #site_footer, #title_right, #print{
	display:none;
}
/* Full width for table available */
#content{
    float:none;
    width:100%;
}
/* No table scrolling, show all */
.content_table tbody {
	overflow:visible;
	height:auto;
}
/* Do not show Link icons */
.content_table tbody a {
	display:none;
}
/* No padding at last colon */
.content_table .lastcol {
	padding-right:0px;
}