/* CSS Document */

.blue-hilite {
	background: #f4f5f6;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	margin: 5px 10px 5px 0px;
	padding: 7px 10px 7px 10px;
}
.pink-hilite {

	background: #fff5eb;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	margin: 5px 0px 5px 0px;
	padding: 7px 10px 7px 10px;
}
.green-hilite {
	background: #f5faeb;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	margin: 5px 0px 5px 0px;
	padding: 7px 10px 7px 10px;
}

.yellow-hilite {

	background: #fffdeb;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	margin: 5px 0px 5px 0px;
	padding: 7px 10px 7px 10px;
}
#middleContent p {
	margin-bottom:10px;
	}
.quickselect {
width:150px;
}
.brightbox, .brightbox {
background: #FFFDEB;
border:2px solid #FFC864;
}