table.legend {
	empty-cells: show;
	}
table.legend td, table.legend th {
	font-family: Verdana;
	}
table.legend td {
	font-size: 10px;
	padding: 0 15 0 5;
	}
table.legend td.box {
	width: 5px;
	height: 20px;
	border: 1px solid black;
	}
table.legend th {
	background: white;
	border-bottom: 1px solid silver;
	text-align: left;
	}
	
	
table.cal { 
	font-family: Arial;
	margin-top: 15px;
	border-spacing: 0;
	border: 2px solid black; 
	border-collapse: collapse;
	empty-cells: show;
	}
	
table.cal td, table.cal th {
	font-family: Verdana;
}
	
	
table.cal tr.colored { background: #bfe0ea }

table.cal td { 
	border: 1px solid black; 
	font-size: 10px;
	}

table.cal tr.days td { 
	background: #EEEEEE; 
	font-size: 11px; 
	text-align: center;
	width: 12px;
	}
table.cal tr.days td.we		{ background: #AAAAAA }
table.cal tr.days td.today	{ background: #fa9b4e }

table.cal tr.run td {
	font-size: 10px;
	text-align: center;
	}

table.cal td.std { background: #FFFFFF }		   
table.cal td.com,
	table.legend td.com { background: #fffd6c }		   
table.cal td.ms,
	table.legend td.ms { background: #03bd6d }
table.cal td.u20,
	table.legend td.u20 { background: #5082cd }
table.cal td.u20fb,
	table.legend td.u20fp { background: #8FDEFF }
table.cal td.u24,
	table.legend td.u24 { background: #e98dc7 }
table.cal td.blt,
	table.legend td.blt { background: #00ffc6 }

table.cal th { 
	font-size: 14px;
	color: white; 
	background: black; 
	}
