/*
 * Styles for tabbed exercise containers
 */

#exercise-nav-top a.disabled div.center,
#exercise-nav-top a.disabled div.state,
#exercise-nav-top a.unselected div.center,
#exercise-nav-top a.unselected div.state {
	background-color:#ecf0f1;
}

#exercise-nav-top a.selected div.state,
#exercise-nav-top a.selected div.center {
	/*background-color:#E0E8E9; changed by Ciaran to below 30/4/14 */
	background-color:#CED5D6;
}

#exercise-nav-top a.visited div.state {
	background-color:#99CC00;
}

#exercise-nav-top a.selected.visited div.state {
	
}