.sidebar {
	display: none;
}

.titlebar {
	display: none;
}

.subtitlebar {
	display: none;
}

.pagemenu {
	display: none;
}

.breadcrumbpath {
	display: none;
}

td {
	border: 1px solid black;
	border-left: none;
	border-right: none;
	font-size: 7px;
}

tr {
	font-size: 7px;

}
table {
	border-collapse: collapse;
}

.footer {
	display: none;
}

.printonly {
	display: block;
	border: 1px dotted #000;
	text-align: center;
	width: 100%;
}

#printheader {
	width: 100%;
	height: 75px;
	margin-bottom: 10px;
	display: block;
	/* background: red url(/images/GSCOWeb2HeaderPrint.png) no-repeat top left; */
	border: none;
}

.noprint {
	display: none;
}

table.debugoutput {
	display: none;
}



table.listtable td, table.listtable th, table.detailtable td, table.detailtable th {
	border: none;
	border-bottom: 0.3mm solid black;
	font-size: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
}

table.listtable th, table.detailtable th {
	color: #099;
	background-color: black;
	border: thin solid #099;
}

a {
	text-decoration: none;
	color: black;
}
