/* $Id: print.css,v 1.1.2.1 2005/07/12 07:40:04 tgj Exp $ */
@media print {
.return {
	display: none;
}
}
.return {
	margin: 17px;
}
.return p {
	margin-bottom: 4px;
	font-weight: bold;
}
.mainArea {
	margin: 20px;
	width: 95%;
}
.return hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
}
.mainArea hr {
	color: #999999;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
}
.lstBox {
	border-collapse: collapse;
	border-style: none;
	margin-bottom: 20px;
}

.lstBox td {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}
.lstBox th, .lstColLabelSort, lstColLabel {
	font-weight: bold;
	cursor: text;
}
td.actionSubBarTxt, td.actionSubBarAct {
	border-style: none;
	padding-left: 0px;
}
h1 {
	margin-bottom: 6px;
}
table.tblBLDetails h2 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
table.last{
	border-bottom-color: #000000;
}
table.tblBLDetails, table.tblBLDetails td {
	border-color:  #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
}
table.tblBLDetails, table.tblBLDetails td {
	page-break-inside:avoid;
}
.dlgCol {
	border-style: none;
	background-image: none;
}
.dlgCol td {
	border-style: none;
}
.actionBar {
	background-color: #ffffff;
}
.infoBarStart {
	padding-left: 0px;
}
.infoBarEnd table td {
	border-style: none;
}
div.summary {
	margin-bottom: 12px;
}
div.summary h2 {
	margin-top: 0px;
}

