@charset "utf-8";

/* CSS for property details print pages */


/* General Rules
--------------------------------------------------*/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
	}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1 {
	border-bottom: 1px solid black;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 18pt;
	}


/* ID-based Rules
--------------------------------------------------*/
#print, div#summary-wrapper table ul,div#summary-wrapper table td.photo-td {
	display: none;
	}

#nav, #partner_nav, #masthead, div#footer div#footer-logos{
    display:none;
}
    
div#summary-end{
    page-break-after:always;
    }

div#summary-wrapper table {
	width: 100%;
	border-collapse: collapse;
	}

div#summary-wrapper table td {
	vertical-align: top;
	}
/*
div#summary-wrapper table td.photo-td {
	text-align: right;
	}
*/
table#stats-table {
	width: 60%;
	border-collapse: collapse;
	border: solid #cccccc;
	border-width: 0 1px 1px 0;
	margin-top: 1em;
	}

table#stats-table thead th {
	border: solid #cccccc;
	border-width: 1px 0 0 1px;
	}

table#stats-table tbody td {
	border: solid #cccccc;
	border-width: 1px 0 0 1px;
	text-align: center;
	}

div.generic h2 {
	border-bottom: 1px solid black;
	margin: 2em 0 0 0;
	padding: 0;
	font-size: 15pt;
	}

div.generic p {
	margin: 0.5em 0;
	padding: 0;
	line-height: 16pt;
	}

div.generic table {
	border-collapse: collapse;
	border: solid #cccccc;
	border-width: 0 1px 1px 0;
	margin-top: 1em;
	}

div.generic table th {
	border: solid #cccccc;
	border-width: 1px 0 0 1px;
	}

div.generic table td {
	border: solid #cccccc;
	border-width: 1px 0 0 1px;
	padding: 0.1em 1em;
	}
