body {
	background-color: white;
	background-image: none;
	margin: 6px;
	color: black;
	background:white;
}
#headerBar, #leftColumn, #rightColumn, #dividerLeft, 
#dividerRight, #navmenu-container, .btn_link, .colheadsort div,
#rightFooterCopyright, #message, input, textarea {
	display: none;
}
.colheadsort {
	border-right: 1px solid #ccc;
}
.tableBorderSort {
	border			: 1px solid #ccc;
	border-collapse		: collapse;
	width				: 99%;
}
.tableBorderSort td, tableBorderSort th {
	padding			: 3px;
	border			: 1px solid #ccc;
}

a.disabled:hover {
	text-decoration: none;
	cursor: text;
}

a.disabled {
  text-decoration: none;
  color: #111;
}

.printHide {
	display: none;
}
.tableBorderSort .colheads, .tableBorderSort .colheadsort {
	border-left		: 1px solid #ccc;
	border-right		: 1px solid #ccc;
	background-image: none;
	background-color: rgb(102, 102, 102);
	color: white;
}

.printOnly {
	display:block;
}

