.factuur_header
{
	border-bottom: 1px dotted #333333;
	margin-bottom: 15px;
}

.factuur_header h2
{
	font-family: Verdana;
	font-size: 17px;
	color: #333333
	font-weight: normal;
}

.myInvoicesOverview
{
	margin: 0px;
	padding: 0px;	
}

.myInvoicesOverview table
{
	font-family: Verdana;
	font-size: 12px;
}

.myInvoicesOverview table tr.facturen_header .left
{
	text-align: left;
}

.myInvoicesOverview table tr.facturen_header .right
{
	text-align: right;
}

.myInvoicesOverview table tr.myInvoiceLine .left
{
	text-align: left;
}

.myInvoicesOverview table tr.myInvoiceLine .right
{
	text-align: right;
}

.myInvoicesOverview table tr.myInvoiceSubLine .left
{
	text-align: left;
}

.myInvoicesOverview table tr.myInvoiceSubLine .right
{
	text-align: right;
}

.myInvoicesOverview table tr.myInvoiceTotals .left
{
	text-align: left;
}

.myInvoicesOverview table tr.myInvoiceTotals .right
{
	text-align: right;
}

.myInvoicesOverview table tr.facturen_header td.facturen_header_td
{
	font-family: Verdana;
	font-size: 12px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	background: #F0F0F0;
	color: #333333;
	white-space: nowrap;
}

.myInvoicesOverview table tr.myInvoiceTotals td.totaal_td
{
	border-top: 1px solid #333333;
	border-bottom: 1px dotted #333333;
	background: #F0F0F0;
}

.td 
{
	border-bottom: 1px solid #918f8f;
}

.nobr
{
	white-space: nowrap;
}

.datum
{
	font-weight: bold;
	color: #7DB003;
}
