.month {
	
	text-align:center;
	background: #ffffff;
	color: black;
}


.day {
    text-align:center;
    height: 30px;
    width:  30px;
    background: #999999;
    color:  black;

}


.dayNormal {
	height: 30px;
	width: 30px;
	text-align:center;
	background: #6495ED;
	color: Black;
}


.dayHighlight {
	height: 30px;
	width: 30px;
	text-align:center;
	border:thin outset;
	background: Navy;
	color: Yellow;
}


.eventDay {
	height: 30px;
	width: 30px;
	text-align:center;
	border:thin outset;
	background: Navy;
	color: red;
	font-weight: bold;
}


.dayUnused {
    height: 30px;
    width:  30px;
    text-align:center;
    background: #cccccc;
    color:  black;
}


.sideMonth {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    text-align:center;
    background: #ffffff;
    color:  black;
}

.sideDay {
    height: 20px;
    width:  20px;
    text-align:center;
    background: #999999;
    color:  black;

}

.sideDayNormal {
	height: 20px;
	width: 20px;
	text-align:center;
	color: black;
	background : #6495ed;
}

.sideDayHighlight {
	height: 20px;
	width: 20px;
	text-align:center;
	border: thin outset;
	background: Navy;
	color: Yellow;
}

.sideEventDay {
	height: 20px;
	width: 20px;
	text-align:center;
	border:thin outset;
	background: Maroon;
	font-weight: normal;
	color: Red;
}

.sideDayUnused {
	height: 20px;
	width: 20px;
	text-align: center;
	background: #cccccc;
	color: black;
	}
