div.header {
	display:		none;
}

div.left {
	display:		none;
}

div.right {
	display:		none;
}

div.top {
	display:		none;
}

div.footer {
	display:		none;
}

div.main {
	font-size: 12px;
	font-family: Verdana;
}


/* Show Address Area for Pront View */

.printHead {
	display:	inline;
	font-size: 13px;
	font-family: Verdana;
}

.printHead img {
	float: left;
	margin-right: 5px;
}

.clearForPrint {
	clear: both;
}


/*********** Invoice Detail *************/

.invoiceDetail {
	text-align: left;
	vertical-align: top;
}

.invoiceDetail table {
	width: 100%;
	
}

.invoiceAddress {
	margin-bottom: 10px;
}

.invoiceDetail table.invoiceDetailTable {
	margin-left: 15px;
	width: 649px;
}

.invoiceDetail table th {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 10px 0;
	
}

.invoiceDetail table td {
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
}

.textUppercase {
	text-transform: uppercase;
}

.invoiceDetail table td.textBottom {
	vertical-align: bottom;
}

.currencyTotal {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 10px 0;
}

.amountTotal {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 10px 0;
}

.aLineMore {
	border-top: 1px dashed #000;
	margin-top: -7px;
}

p.invoiceDetailData {
	float: left;
	width: auto;
	padding-right: 20px;
	margin: 15px 0;
}

.printButton {
	display: none;
}