@charset "utf-8";
/* CSS Document */


/**************************************************************************
** $Id: ozhomereportprint.css 19757 2009-11-18 12:50:00Z tomasze $
**
** Copyright (c) 2000-2007 MassMedia Studios Pty Ltd.
** 68-72 Wentworth Ave, Surry Hills, NSW 2010, Australia.
** All rights reserved.
**
** This software is the confidential and proprietary information of 
** MassMedia Studios Pty Ltd. ("Confidential Information").  You shall not
** disclose such Confidential Information and shall use it only in
** accordance with the terms of the license agreement you entered into
** with MassMedia Studios Pty Ltd.
** ------------------------------------------------------------------------
** 
** Author: Mariam Ayyash
** Release notes:
**
**************************************************************************/

/*-------------------------- GLOBAL --------------------------*/

body {
	background:	none;
	color:		#000;
}


a, a:link {
	color: #000;
	text-decoration: underline;
}

.hr {
	border-top: 1px dotted #000;
	background: none;
}
.bgLight {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.Ad {
	display: none;
}
.rightPane {
	float: none;
	width: 100%;
}
.leftPane {
	float: none;
	width: 100%;
}
/*-------------------------- STRUCTURE --------------------------*/

.globalWrap {
	width: 600px;
}
div#redBand {
	background: none;
	color: #000;
}
div#redBand .container {
	background: none;
}

div#redBand h1 {
	color: #000;
}

.crnWh {
	background: none;
	border:1px solid #eee;
}
.crnWh .top {
	color: #000;
	background: none;
}
#footer {
	display: none;
}
#estimated {
	background: none;
}
#estimated .inner {
	background: none;
	border-bottom: 1px dotted #000;
}
#estimated .leftPane {
	width: 100%;
}

#estimated h3 {
	color: #666;
}

.section dl dt {
	border-bottom: 1px solid #999;	
}
.section dl dd {
	border-bottom: 1px solid #999;	
}
.redBorPanel {
	border: 0;
}
.redBorPanel .title {
	background-color: #fff;
	color: #000;
}
.agentPhoto {
	background: none;
	text-align: left;
	height: auto;
	margin: 10px;
}
.agentPhoto img {
	margin: 0;
}
.redBorPanel .subpanel {
	background: none;
	border-top: 1px dotted #000;
}
.redBorPanel h3 {
	color: #666;
}
.section .leftPane {
	width: 250px;
	float: left;
}
.section .rightPane {
	width: 260px;
	float: right;
}

.section dl {
	width: 250px;
}

/*-------------------------- NAVIGATION --------------------------*/
#navTools {
	display: none;
}
a.bBlue { 
	display : none;
}
a.bBlueGrey { 
	display: none;
}

td, th {
	background-color: #fff;
	border-bottom: 3px solid #666;
}
th {
	background-color: #fff;
	color: #000;
}
/*-------------------------- OTHER --------------------------*/
.hidePrint {
	display: none;
}
.breakPage {
	page-break-before: always;
	clear: both;
}


#estimated
{
	page-break-before: always;
}


