@charset "utf-8";
/* CSS Document */

body #ws-pointstable {
    margin: 0;
}

body #ws-pointstable dt {
	background: #231805;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border-color: #231805;
	border-bottom-color: #000;
	}
	
body #ws-pointstable dt.selected {
	text-shadow: none;
	border-color: #ccc;
	}	
	
	
body #matchschedule-carousel {
	background: #231805 url(matchschedule-carousel.jpg);
	}	
	
body #matchschedule-carousel .header {
	background:#392f1e;
	border-bottom:1px solid #392f1e;
}	

body #matchschedule-carousel .event-label {
	background: #392f1e;
	}
	
body #matchschedule-carousel .summary em {
	color: #dba700;
	}
	
body #matchschedule-carousel .msc-button {
	background-color: #e30a38;
	}