﻿/* quote page styles */

.tableOrderLineEdit
{
	
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: 1px solid #ccc;
}

.tdOrderLineHeadingCell 
{
	

	font-weight: bold;
	color: #fff;
	background: #003D6B; 
	line-height: 20px;
}

.trQuoteTableColouredBackground td
{
	background-color: #D4DDE6;
}

