.editable_invoice{
	text-align: left;
	background-color: #eee;
	border: dashed 2px #8b0000;
	margin-bottom: 5px;
}

.existing_invoice{
	text-align: left;
	border: solid thick #ffc125;
	margin-bottom: 5px;
	background-color: #ffe4c4;
	background-image: url(../images/bg_paper.gif);
}

.existing_invoice td{
	color:#444;
}

.invoice_header{
	background-image: url(../images/info_panel_header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	text-align: left;
	padding: 2px;
}

.no_results{
	font-size: 1.2em;
	color: #888888;
	padding: 20px;
	border: 1px dashed #888888;
	margin: 20px;
}