/*
	PAYDOCUMENT STUFF
*/

	table.paydocTable {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	
	td.paydocCell {
		padding: 2px;
		padding-right: 4px;
		text-align: left;
		border: none;
	}
	
	td.paydocRowCell {
		background-color: #ffffff;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		
		border-bottom-style: none;
	}
	
	td.paydocHeaderCell {
		line-height: 8px;
		padding: 2px;
	}
	
	td.paydocFooterCell {
		line-height: 8px;
		padding: 2px;
	}
	
	td.separated {
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #999999;
	}
	
	td.bottomBorder {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #000000;	
	}
	
	.paymentNote {
		background-color: #C7FF99;
	}
	
	.budgetPayment {
		background-color: #BCD7BB;
	}
	
	
	.directDebit {
		background-color: #FFCCFF;
	}
	
	.directCredit {
		background-color: #C0DFFD;
	}
	
	.depositNote {
		background-color: #C7FF99;
	}
	
	div.paydocumentType {
		font-size: 16px;
		font-weight: bold;
	}
	
	div.paydocumentTypeSub {
		font-size: 10px;
		font-weight: normal;
	}
	
	input.iban {
		letter-spacing: 0.2em;
	}
	
	td.paydocCellBottom {
		line-height: 8px;
		padding: 2px;
		font-size: xx-small;
	}
	
	td.centered {
		text-align: center;
	}
	
	td.right {
		text-align: right;
	}
	
	select, input.paydocInput, textarea.paydocInput {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		margin-top: 3px;
		margin-bottom: 3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		background-color: #ffffff;
		border-bottom-style: dotted;
		border-bottom-color: #000000;
		width: 100%;
	
		font-size: 12px;
	}
	
	input.dateInput {
		width: 90%;
		text-align: center;
	}
	
	.verySmall {
		font-size: 8px;
	}
	
	li.circle {
		list-style: circle;
	}
	
	.money {
		text-align: right;
	}
	
	img {
		border: none;
		display: none;
	}
	
	.visible {
		visibility: visible;
		display: inline;
	}
	
	hr {
		color: #000000;
	}
	
@media print {
	img {
		border: none;
	}

	.invisible {
		display: none;
		visibility: hidden;
	}

	table.paydocTable {
		width: 600px;
	}
	
	td.paydocCell {
		padding: 0px;
		padding-left: 2px;
		padding-right: 2px;
		text-align: left;
		font-size: 7px;
	}
	
	td.paydocHeaderCell {
		line-height: 8px;
		padding: 1px;
		font-size: 8px;
	}
	
	td.paydocFooterCell {
		line-height: 8px;
		padding: 1px;
	}
	
	.paymentNote {
		background-color: #E7F4CE;
	}
	
	td.paydocCellBottom {
		padding: 0px;
		font-size: xx-small;
	}
	
	td.centered {
		text-align: center;
	}
	
	select, input.paydocInput, textarea.paydocInput, span.paydocInput {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		background-color: #ffffff;
		border-bottom-style: dotted;
		border-bottom-color: #000000;
		width: 100%;
	
		font-size: 10px;
		height: 12px;
	}
	
	input.dateInput {
		width: 100%;
	}
	
	input.iban {
		letter-spacing: 0.6em;
		font-size: 12px;
	}
	
	input.money {
		height: 16px;
		font-size: 14px;
	}
	
	input.currency {
		height: 16px;
		font-size: 14px;		
	}
	
	
	.verySmall {
		font-size: 8px;
	}
}
