@charset "utf-8";
/*
Name:	IServices - Print
Author: RBurnie, Hugeobject, http://www.hugeobject.com.au

*/

body,
div#content,
div#sub,
div#main,
div#footer,
div#header {
	background: #fff;
}

/* = HIDE THESE AS THEY DONT SERVE A PURPOSE IN PRINT = */
div#ancillary,
div#banner,
ul#navigation,
div#sub_navigation,
div.quick-links,
form#search,
ul#nav_footer {
	display: none;
}

div#header { 
	padding-bottom: 0;
	border-bottom: 1px solid #000; 
}

div#main,
div#sub { width: 100%; min-height: 0; _height: 1%; }
div#footer div.inner { border-top: 1px solid #000; padding-top: 10px; }
div#footer * { color: #000; }
div#footer img.logo { background: #000; padding: 5px; }

p.clearfix { clear:both; }

div.round-table div.cover,
div.round-table div.top,
div.round-table div.bottom {
	display: none;
}
table { border-collapse: collapse; }
th, td { border: 1px solid #999999; }