/* billpay : 3rdParty : default.css */
div.cobject.billpay {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 10px;
	width: 500px;
}
div.cobject.billpay .date {
	float: right;
	font-size: 10px;
	margin-right: 10px;
	text-align: right;
}
div.cobject.billpay .price_total {
	margin-right: 10px;
}
div.cobject.billpay span.price_total_label {
	font-weight: bold;
}
.invoice.printable   {
	 border-style: none;
	 padding: .25in;
}
.invoice.printable h1   {
	 color: #000000;
	 font-size: 14pt;
}
.invoice.printable h2   {
	 font-size: 12pt;
}
.invoice.printable .inv_invoiceid   {
	 float: right;
}
.inv_sendto p {
	 font-size: .8em;
	 line-height: 1.2em;
}
.inv_services   {
	 background-color: #eeeeee;
	 margin-top: 10px;
	 width: 100%;
}
.inv_services td   {
	 background-color: #ffffff;
	 padding: 2px;
}
.inv_services th {
	 background-color: #ffffff;
	 border-bottom: 1px solid #dedede;
}
.inv_services .inv_notes {
	 padding-bottom: 1em;
}
.inv_services .inv_quantity   {
	 width: 30px;
}
.inv_services .inv_summary_label   {
	 font-weight: bold;
	 text-align: right;
	 width: 120px;
}
.inv_services .inv_summary_value   {
	 text-align: right;
	 width: 100px;
}
.inv_services #inv_date_due   {
	 font-weight: bold;
}
.inv_services #inv_date_due td {
	 padding-top: 1em;
}
.inv_services #inv_due   {
	 color: #993636;
}
.inv_services #inv_grand_total   {
	 color: #993636;
	 font-size: 14px;
	 font-weight: bold;
}
.inv_services #inv_grand_total td   {
	 padding-top: 10px;
}
.invoice #inv_paypal   {
	 border: 1px solid #9c9c9c;
	 padding: .5em 1em;
	 text-align: center;
	 width: 50%;
}
.invoice #inv_paypal_button   {
	 display: block;
	 margin: 10px auto;
}
.invoice #inv_sendmail   {
	 background-color: #eeeeee;
	 border: 1px solid #212133;
	 float: left;
	 margin-left: 20px;
	 padding: 10px;
	 width: 45%;
}
