

.sidebar-nav {
	display: none;
}

.navbar {
	display: none;
}

.content-actions {
display: none;
}

#page-contents {
	display: none;
}

.nav {
display: none;
}

#breadcrumbs {
display: none;
}

.span3 {
text-align: center;
}

/*	X. Jing 12/31/2012 
	- better print format for checklist table 
	- example index.php/Default_table#BIORETENTION_-_Construction_Inspection_Checklist */
	
table.checklist-proj-info,
table.checklist,
table.checklist-summary {
width: 95%;
border-collapse:collapse;
border-color: #666;
border-image: none;
border-radius: 2px;
border-style: solid;
border-width: 1px;
margin: 10px 2px;
}

table.checklist-proj-info tr td,
table.checklist tr td,
table.checklist-summary tr td, 
table.checklist-proj-info tr th,
table.checklist tr th,
table.checklist-summary tr th {
border-top: solid 1px #666;
border-left: solid 1px #666;
border-spacing: 0;
padding: 4px 5px;
vertical-align: top;
}

table.checklist tbody tr:first-child th {
background-color: #D2D2D2;
}

table.checklist tbody tr:first-child th:first-child {
width: 40%;
}

/* IE 7, 8 */
.checklist tbody tr>th:first-child+th+th {
width: 40%;
}

table.checklist tbody tr:first-child th:nth-child(3) {
width: 40%;
}

table.checklist tbody tr td[colspan="3"] {
background-color: #E2E2E2;
}

/* IE 7, 8 */
table.checklist tbody tr>td:first-child+td {
background: url(img/checkbox_whitebg.gif) no-repeat;
}

table.checklist tbody tr td:nth-child(2) {
background: url(img/checkbox_whitebg.gif) no-repeat;
}

/* IE 7, 8 */
table.checklist-summary tr:first-child, 
table.checklist-summary tr:first-child+tr {
height: 300px;
}

table.checklist-summary tr:nth-child(1), 
table.checklist-summary tr:nth-child(2) {
height: 300px;
}

.page-break  { display: block; page-break-before: always; }