.TextFieldStyleWhite
{
	border-width:1px;
	border-color:#000;
	border-style:solid;
	background-color:white;
	color:black;
	font-size:10px;
	font-family:Verdana, Arial;
	margin: 0 0 5px 0;
}

.ButtonStyleWhite {
	font-weight: bold;
	font-size: 10px;
	width: 90px;
	height: 21px;
	border: 0px;
	background-image: url('../../../pictures/button_bg.gif');
	padding: 0px;
	margin: 0 0 5px 0;
	cursor: pointer;
}

.Seperated { border-right: 1px solid black; }
.Seperated_bottom, .Seperated {  border-bottom: 1px solid black; }
#invoice_report_listing_content { border: 1px solid black; }
