html, body {
	margin: 0;
	padding: 0;
}
body, div, td, input, th, h3, h4, p{
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: normal;
	voice-family: "\"}\"";
	voice-family: inherit;
}  
a img {	border: 0; }
form {	margin: 0; }
td {	vertical-align: top; }

.left {	float: left; }
.right {	float: right; }

p { font-size: 12px; line-height: 140%; }

h1, h2, h3 {
	font-family: "Comic Sans", "MS Trebuchet", Arial, sans-serif !important;
	padding: 0 0 3px 0;
	margin: 1px 0 0 0;
}
h1 {	font-size: 180% !important; line-height: 180%; }
h2 {	font-size: 140% !important; }
h3 {	font-size: 110% !important; }
br {	line-height: 20px; }

.clear {
	clear: both;
}
br.clear {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hidden {
	display: none;
}

/*------------------invoice stuff------------------*/

div#invoice {
	border: 1px solid #aaa;
	width: 640px;
	height: auto;
	margin: 20px auto;
	padding: 18px 24px;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	background-color: #fff;
}
div#clientDetails {
	display: block;
	float: left;
	width: 240px;
	padding: 7px 11px;
	/*background-color: #eee;*/
	font-size: 12px;
}
div#clientDetails th {
	text-align: left;
	vertical-align: top;
}
div#clientDetails td {
	vertical-align: top;
}

div#companyDetails {
	display: block;
	float: right;
	width: 235px;
	height: auto;
	margin: 0;
	padding: 7px 11px;
	font-size: 11px;
	line-height: 150%;
	color: #000 !important;
	background-color: #eee !important;
	border-bottom: 2px solid #ddd;
}
div#companyDetails div {
	width: auto;
	margin: 0 auto 11px auto;
}
div#companyLogo {
	display: block;

}


div#invoice h1 {
	float: left;
	clear: left;
	color: #000 !important;
}
#invoiceListList > thead > tr > th {
	font-size: 13px;
}
#invoiceListAging > thead > tr > th {
	text-align: right;
	font-size: 13px;
}
div#invoiceList td {
	font-size: 11px;
}
div#invoiceSub {
	display: block;
	float: right;
	width: 235px;
	height: auto;
	margin: 0;
	padding: 7px 11px;
	font-size: 11px;
	line-height: 150%;
	color: #000 !important;
	background-color: #eee !important;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
div#invoiceSub table {
	float: right;
}
div#invoiceSub table td {
	text-align: left;
	padding: 5px 15px;
}


div#disclaim {
	width: 100%;
	clear: both;
}
div#disclaim table {
	width: 100%;
	background: #555 !important;
	color: #000 !important;
	font-size: 11px;
}
div#disclaim td {
	padding: 12px 12px;
	vertical-align: top;
}
td#invoiceBank {
	width: 150px;
	background-color: #666 !important;
	line-height: 210%;
	color: #000 !important;
}
td#botDisc {
	color: #000 !important;
}
td#botDisc strong{
	color: #000 !important;
}
div#disclaim strong {
	
}
hr {
	clear: both;
}
