﻿.main {
	width:100%;
	border: solid #5555FF 1px;
	background-color: white;
}
 
.month {
	background-color: inherit;
	color: inherit;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.daysofweek {
	background-color: #D7E4FF;
	font-size: 10px;
	color: inherit;
	font-weight: bold;
}
.days {
	color:inherit;
	cursor:default;
	background-color:inherit;
}  
.days #today{
	color: red;
}

