/**
 * hbPrint CSS
 * 
 * Controls style for print medium
 *
 * @author Dan Callaghan
 * @version 0.0.1
 * @package UNSW Handbook
 **/

div#hbTitleBlock,
div#hbHeaderBlock,
div#hbLeftNav,
div.floatBox {
	display: none;
}

div#hbContentBlock {
	border: none;
}

div#hbMain {
	margin: 0 0 175px 0;
}

div.topBut {
	display: none;
}

div#hbMain table tr td.mainInformation table tr td img.cornerImage {
	display: none;
}

div#hbMain table tr td.mainInformation table tr td.c2Left {
	width: 16px;
}

div#hbFooterBlock {
	margin-top: 0;
}