html,body {
	background-color: #eeeae6;
}

#banner {
	border-bottom: 10px solid #B66A38;
	background-color: #FFF2CC;
	background-image: url('https://tools.forestsontario.ca/images/common/GSI-1.jpg');
	background-position: center 54%;	
	height: 260px;
}

.menuPanel {
	background-color: #e7e3df;
}

.instructions {
	background-color: #FFfaf0;
}

.tmenu {
	color: #000000;
}
.tmenu a {
	color: #000000;
}
#page_wrapper {
	background-color: #eeeae6;
}

.content-width {
	background-color: #ffffff;
	padding-right: 0px;
}

.ssaQuestion {
	border-bottom: 1px solid #565656;
	padding: 7px;
}

.ssaQuestion .radios {
	margin-left: 24px;
}

.ssaSummary tr.dis td {
	color: #787878;
}
.ssaSummary td.answer {
	font-weight: bold;
	white-space: nowrap;
 }

.hqaSummary td.answer {
	font-weight: bold;
 }

 .hqaSummaryWeights {
	 background-color: #565656;
	 border-spacing: 1px;
	 border-collapse: separate;
	 border: 1px;
 }
 .hqaSummaryWeights td {
	 text-align: center;
	 padding: 4px;
 }
 .hqaSummaryWeights th {
	 background-color: #ffffff;
	 padding: 4px;
 }
 
 .hqaSummary td.low,.hqaSummaryWeights td.low {
	 background-color: #FCE4D6;
}

.hqaSummary td.medium,.hqaSummaryWeights td.medium {
	 background-color: #FFF2CC;
}

.hqaSummary td.high,.hqaSummaryWeights td.high {
	 background-color: #E2EFDA;
}

.content-popup {
	width: 88%;
	margin: 0px auto;
	min-width: 500px;
	max-width: 1400px;
}
