@charset "UTF-8";
.estimateTable {
	font-size: 11px;
	border-collapse: collapse;
	width: 95%;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-color: #D7CEBD;
	border: medium solid #444;
}
.estimateHeader {
	text-align: center;
	vertical-align: middle;
	height: 32px;
	background-color: #B9A98C;
}
.estimateHeader td{
	color: #352106;
	font-weight: bold;
	padding: 4px;
}
.estimateHours {
	text-align: center;
	width: 12%;
}
.estimateTable td {
	border: 1px solid #503817;
	color: #352106;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.estimateTotal {
	font-weight: bolder;
	height: 35px;
	font-size: 12px;

}
.estimateAlt {
	background-color: #C8BBA4;
}
