body {
	background: transparent;
	margin: 0px;
	font-family: Arial, sans-serif;
    font-size: 8pt;
	text-color: black;
}

#print_order_header, #print_item_header, #print_po_header {
	width: 98%;
	font-size: 14px;
	text-align:left;
	border-bottom: 6px solid black;
}

div#print_order_div
{
/*width: 800px; */
  margin:10px;
  width: auto;
}


table.printStyle th {
  white-space:nowrap;
  background: #4cf6a8;
  text-align: left;
  color: black;
} 

td {
  white-space:nowrap;
  text-align: left;
  color: black;
}

input {
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

table.print_item_table {
background: transparent;
}

th {
 background: #4cf6a8;
}

div#print-footer {
 display: block; position: fixed; bottom: 0;
}

legend.printlegend {
 font-size: 14px;
}

th.leftjust {
text-align: left;
}

th.rightjust {
text-align: right;
}

div.textarea {
font-family: Verdana;
color: #000;
border: 1px solid #4cf6a8;
margin: 10px auto;
text-align: left;
}

