div#container div#text 
{
	background: none;
}

#myCalendar thead th
{
	border: 1px solid black;
}

.cell 
{
	width: 80px;
	height: 80px;
	border: 1px solid black;
	vertical-align: top;
	background-color: #fff;
}

.notMonth
{
	width: 80px;
	height: 80px;
	border: 1px solid black;
	vertical-align: top;
	background-color: #ddd;		
}

.cellDate
{
	font-weight: bold;
}