
/*
SBDS Invoicing Plugin CSS
*/
.sbdsInvoice {
	width:8.5in;
	height:11in;
	background-color:white;
	padding:10px;
	font-family:Verdana;
	color:black;
	/* page-break-before:always; */
}
.sbdsInvoiceHeader {

}
.sbdsInvoiceBody {
	border:solid 1px #bbb;
	border-radius:10px;
	padding:10px;
	background-color:#eee;
	min-height:800px;
}
.sbdsInvHeaderContainer {
	width:790px;
	height:220px;
}
.sbdsInvoiceRemit {

	width:45%;
 	float:left; 
	height:200px;
	background-color:white;
	border:solid 1px #aaa;
	border-radius:10px;
	vertical-align:top;
	text-align:left;
	padding:5px;
}
.sbdsInvoiceRemit p {
	font-size:14px;
}
.sbdsInvoiceBillTo {
	width:45%;
  	float:right; 
/* 	position:relative;
	top:-210px; */
 	height:200px;
	background-color:white;
	border:solid 1px #aaa;
	border-radius:10px;
	padding:5px;
	font-size:16px;
}
.sbdsInvoiceBillTo p {
	font-size:14px;
}
.sbdsInvoiceBillTo hr {
	color:#555;
}
.sbdsInvoiceBillTo td {
	border:solid 1px #ccc;
	padding:3px;
	text-align:left; width:50%; padding-left:10px;
}

.sbdsInvoiceInfo {
	width:780px;
	z-index:10;
}
.sbdsInvoiceItems {
	width:780px;
/* 	position:relative;
	top:-210px;
 */	
	z-index:100;
	height:620px;
	border:solid 1px #aaa;
	border-radius:10px;
	padding:5px;
	background-color:white;
}
.sbdsInvoiceItemsPaid {
	background-image:url('../images/paid-bg.jpg');
	width:780px;
/* 	position:relative;
	top:-210px;
 */	
	z-index:100;
	height:620px;
	border:solid 1px #aaa;
	border-radius:10px;
	padding:5px;
}
.sbdsInvoiceItems  th {
	border:solid 1px #999;
	text-align:center;
	padding:5px;
}
.sbdsInvoiceItemsPaid  th {
	border:solid 1px #999;
	text-align:center;
	padding:5px;
}
.sbdsInvoiceBillTo p {
	font-size:14px;
}
.sbdsInvoiceTD {
	border:solid 1px #aaa;
	text-align:center;
	padding:5px;
}
th {
	
}
.sbds14 {
	font-size:14px;
}
.sbdsClientData {
	width:90%;
	min-height:400px;
	background-color:#ffe;
	border:solid 1px #999;
	border-radius:10px;
	text-align:center;
	line-height:.9em;
	padding:10px;
}
.sbdsClientDataLeft {
	width:48%;
	background-color:#eff;
	height:100%;
	padding:10px;
	border-radius:10px;
	border:solid 1px #abb;
	float:left;
	border-right:solid 1px #abb;
}
.sbdsClientDataRight {
	width:48%;
	background-color:#eff;
	height:100%;
	padding:10px;
	border-radius:10px;
	border:solid 1px #abb;
	float:right;
	text-align:left;
}
.sbdsFormLeft {
	text-align:right;
	padding:4px;
}
.sbdsFormRight {
	text-align:left;
	padding:4px;
}
.sbdsFormTable {
	background-color:#eee;
	padding:5px;
	border-radius:10px;
	border:solid 1px #aaa;
}
.sbdsFormError {
	color:#9C0000;
	font-weight:bold;
	background-color:#FFF2F2;
	border:solid 1px red;
	padding:2px;
	border-radius:5px;
}
.sbdsMessageBox {
	border:solid 1px green;
	border-radius:10px;
	background-color:#E6FFEA;
	color:black;
	padding:20px;
	margin:15px;
	text-align:center;
}
.sbdsButton {
	text-decoration:none;
	border:solid 1px green;
	border-radius:5px;
	background-color:#E6FFEA;
	color:black;
	padding:5px;
	margin:15px;
	text-align:center;
}

