

/* Custom colours for association */

body #ws-pointstable dt {
	background: #085295;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border-color: #085295;
	border-bottom-color: #011d35;
	}
	
body #ws-pointstable dt.selected {
	text-shadow: none;
	border-color: #ccc;
	}	
	
