/* CSS Printer stylesheet for butterfly BETA only */

/* Remove nav bar and decoration */
#navBar, #decoration, #search, #footerBar, #stickers, #sidebar, #skipto, #browserWarning {
	display: none;
}
/* Change font to serif black */
body {	
	background: #fff;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
#header h1 {
	float: left;
	margin: 0 0 0 17%;
	width: 140px;
}
* html #header h1 { /* IE Hack */
	margin: 0 0 0 15%;
}
#header h1 a {
	display: block;
	width: 166px;
	height: 62px;
	background: url("/common/images/logo_zoo.gif") 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
h2 {
	font-size: 16pt;
}

h3, h4, h5, h6 {
	font-size: 12pt;
}
a:link, a:visited {	
  color: #00f;	
  font-weight: bold;	
  text-decoration: underline;	
}

#header #header_title {
	clear: both;
	margin: 0;
	padding: 0;
	height: 34px;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
}
#header form {
	display: none;
}
/* Partners */
#header #partners li {
	display: block;
}
#header #partners #partner_optus {
	position: absolute;
	top: 0;
	left: 0;
	width: 87px;
	height: 52px;
	background: url("/common/images/logo_optus.gif") bottom right no-repeat;
}
#header #partners #partner_ninemsn {
	position: absolute;
	top: 4px;
	right: 7px;
	width: 86px;
	height: 22px;
	margin: 0;
	background: url("/common/images/logo_ninemsn.gif") no-repeat;
}
#header_user {
	display: none;
}
#content {		
	border: 0;
	margin: 0 0.5em;	
	padding: 0;
	float: none;
}
#copyrights {
	padding-top: 20px;
	font-size: 10pt;
}
td, th {
	padding: 0.25em;
	border: 1px solid #999;
	border-collapse: collapse;
	text-align: center;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}
