div#calendar {
	text-align: center;
}

div#calendar table thead th{ 
	font-weight: bold; 
	font-size: 0.90em; 
	color: #FFFFFF; 
	text-align: center;
	background-color: #414141;
}

div#calendar table thead th.weekday{ 
	font-weight: bold; 
	font-size: 0.80em; 
	color: #112A5D; 
	text-align: center;
	background-color: #CCD2D8;
	border: solid #112A5D 1px;
}
	
div#calendar table tbody td{ 
	font-weight: normal; 
	font-size: 0.8em;
	padding-left: 5px; 
	padding-right: 5px; 
	color: #0E224B; 
	text-align: right;
	border: solid #ffffff 1px;
}

div#calendar table tbody td.saturday{ 
	color: #9A2525;
	font-weight: normal;
}

div#calendar table tbody td.sunday{ 
	color: #9A2525;
	font-weight: bold;
}

div#calendar table tbody td.weekend{ 
	color: #9A2525;
}

div#calendar table tbody td.today{
	background-color: #FF9C27;
}

div#calendar table{
	border-collapse: collapse;
	border: solid #414141 2px;
	padding: 0;
	background-color: #c6c6c6;
}

