@charset "utf-8";
/* CSS Document */

body #ws-pointstable dt {
	background: #002c1d;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border-color: #002c1d;
	border-bottom-color: #021b13;
	}
	
body #ws-pointstable dt.selected {
	text-shadow: none;
	border-color: #ccc;
	}	
	
	
body #matchschedule-carousel {
	background: #002c1d url(matchschedule-carousel.jpg);
	}	
	
body #matchschedule-carousel .header {
	background:#021b13;
	border-bottom:1px solid #1a4133;
}	

body #matchschedule-carousel .event-label {
	background: #457161;
	}
	
body #matchschedule-carousel .summary em {
	color: #fed50c;
	}
	
body #matchschedule-carousel .msc-button {
	background-color: #128d79;
	}