/*
New Mexico Community View
*/

/*******************************/
/**** Map Controls - new UI ****/
/*******************************/


#mapControls div.controlsRow,
#activeFilters {
	border: 1px solid #DBD0C3;
	background-color: #faf5ef;
	font-size: 12px;
	color: #685f53;
}
#mapControls div.controlsRow span.header,
#activeFilters #descriptionHeader {
	background-color: #685f53;
	color: white;
}
#activeFilters #descriptionText {
	color: #685f53;
}
#mapControls div.controlsRow div:hover,
#mapControls div.controlsRow div.selected {
	background-color:#D3CEC6;
}
#mapControls div.controlsRow .view a {
	color:#5E564B;
}

#columnRight ul#filterGroups li.groupTitle {
	background-color: #5E564B;
	color:#faf5ef;
}

#columnRight ul#filterGroups li.group {
	border: 1px solid #5E564B;
}
