
body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
}

/* SECTION 2: Remove any elements not needed in print. 
   This would include navigation, ads, sidebars, etc. */
#header, #footer, #log, #breadcrumbs, #dataExport, #navigationTab {
	display: none; 
}

/* SECTION 3: Set body font face, size, and color.
   Consider using a serif font for readability. */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #000; 
	padding:20px;
}

/* SECTION 4: Set heading font face, sizes, and color.
   Diffrentiate your headings from your body text.
   Perhaps use a large sans-serif for distinction. */
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

/* SECTION 5: Make hyperlinks more usable.
   Ensure links are underlined, and consider appending
   the URL to the end of the link for usability. */
a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

th{background: #AAA}
	/*
#jqgh_propertiesGrid_Terms{display:none}
#propertiesGrid_Terms, td[aria-describedby="propertiesGrid_Terms"]{
	display:none
}
	*/
th{
	display:inline-block;
	padding:5px;
}
th div{
	text-align:left;
}
#propertiesGrid{
	width:auto !important;
}
#propertiesGrid .jqgfirstrow{
	display:none;
}

#propertiesGrid_Stage{
	width:40px !important;
}
#propertiesGrid_Purchaser{
	width:161px !important;
}
#propertiesGrid_Status{
	width:96px !important;
}
#propertiesGrid_Confirmation{
	width:100px !important;
}
#propertiesGrid_Deposit_Due{
	width:96px !important;
}
#propertiesGrid_Price{
	width:76px !important;
}
#propertiesGrid_Settlement{
	width:96px !important;
}
#propertiesGrid_Terms{
	width:165px !important;
}



td[aria-describedby="propertiesGrid_Stage"]{
	width:60px;
}
td[aria-describedby="propertiesGrid_Lot(s)"]{
	width:60px;
}
td[aria-describedby="propertiesGrid_Purchaser"]{
	width:191px;	
}
td[aria-describedby="propertiesGrid_Status"]{
	width:95px;
}
td[aria-describedby="propertiesGrid_Confirmation"]{
	width:120px;
}
td[aria-describedby="propertiesGrid_Deposit_Due"]{
	width:100px;
}
td[aria-describedby="propertiesGrid_Price"]{
	width:95px;
}
td[aria-describedby="propertiesGrid_Settlement"]{
	width:94px;
}
td[aria-describedby="propertiesGrid_Terms"]{
	width:194px;
}

#propertiesPager, .ui-jqgrid-titlebar, #propertiesGrid_toppager{display:none}

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #EEE}
.jqgfirstrow, tr[role=rowheader] {background: #FFF !important}

td{
	padding:5px;
}

.sunset-date, .sunset-terms, .info-terms{
	display:inline-block;
	padding-right:5px;
}
img{
	display:none;
}
.ui-jqgrid-htable, #propertiesGrid_toppager, #gview_propertiesGrid, #gbox_propertiesGrid{
	width:auto !important;
}

#totals .section{
	float:left;
	margin-right:50px;
}