﻿.customerPanel {
	position:relative;
	border:thin solid black;
	min-height:400px;
}
.customerDetailPanel
{
	position:relative;
	padding:10px;
	background-color:#b6f2c4;
}
.companyPanel {
	width:280px;
}
.companyPanel .contentPanel 
{
	text-indent:10px;
}
.creditPanel {
	position:absolute;
	top:10px;
	left:304px;
	width:200px;
}
.invoiceHistoryPanel {
	position:absolute;
	top:10px;
	right:10px;
	width:250px;	
}
.invoiceAgingPanel {
/*	position:absolute;
	top:150px;
	right:40px;*/
	width:360px;
	margin:10px;
	margin-left:40px;
}
.tableCustomer {
	width:100%;
}
.cellCustomer {
	background-color:#E2F6FC;
	border:outset thin #E9E9E9;
}
.cellHeaderColumn 
{
	text-align:center;
}
.cellHeaderRow 
{
	text-align:right;
}
.cursorPointer {
	cursor:pointer;
}