
.calendarView { /*height: 80px;*/ border: none; font-size: .8em; background-color: transparent;}	
.calendarView .dayRow { clear: both; }
.calendarView .dayItem { float: left; border: 1px solid black; width: 14%; height: 80px; text-align: right; background-color: #fff; }
.calendarView .dayItem span { margin-right: 2px; color: black;}
.calendarView .dayItem p { margin-right: 2px; color: black; margin: 0;}
.calendarView .emptyDay { float: left; border: 1px solid black; width: 14%; height: 80px;  background-color: transparent; }				

.calendarView .dayTitleRow { /*height: 22px;*/ background-color: transparent;}  
.calendarView .dayTitleRow div { border: 1px solid black; /*height: 22px;*/ float: left; width: 14%; font-weight: bold; text-align: center; padding: 3px 0; font-size: 1.6em; color: black; background-color: white;}  
.calendarView .weekend { background-color: #d9d9d9; }
.calendarView .dayNum { }
.calendarView .dayItems { text-align: left; }

.clear { clear: both; }
