#headerArea,
#leftColumn,
#eventDisplay,
#calDisclaimer,
#calView,
#footer,
img{display:none;}
body{width:100%!important; height:100%!important; size:landscape; margin:0; padding:0;}

/* Calendar Header/Controls */
.mooECal{margin:0; padding:0; width:9in!important; height:6.5in!important; border:1px solid black; border-left:none; text-align:center; border-collapse:separate; background:#FFFEF5; left:0; top:0; position:relative;}
.mooECal li, .mooECal ul{list-style:none; display:inline; margin:0; padding:0; font-weight:normal;}
/*thead tr{height:30px;}*/
.trControls{height:30px;}
.thControls, .ulControls{text-align:left;}
.thControls{ border-bottom:1px solid #998F1D; border-left:1px solid #998F1D; height:30px;}
.mooECal .liHeaderCal{font-size:1.0em; float:right; width:52%; text-align:center; margin-right:2%;} /* date range of current view */
.mooECal .liNextCal{float:right;}
.mooECal .liLoading{font-size:0.8em; color:#999; letter-spacing:0.3em; margin-left:2%;}/* "loading..." text */
/* month, week, day view links*/
.ulViewPicker li{float:right;}
/* mon, tues, wed ... row */
.mooECal tr.dowRow{height:10px;}
.mooECal tr.dowRow th{border-left:1px solid #999; font-size:0.6em; text-align:center; height:10px;}
.mooECal tr.dowRow th li{float:left; width:14%;}


/* Calendar Body */
.monthWeek{overflow:hidden; height:16%;}
.weekWeek,.dayDay{height:90%;}
.monthDay,.weekDay,.dayDay{border:1px solid #998F1D; border-right:none; border-bottom:none; width:14%; text-align:left; vertical-align:top;}
.mooECal td.dayDay{padding:2%;}
.mooECal td.hover{background-color:#FFD;} /* color when hovering a day */
.mooECal td.selected{background-color:#D9D282;} /* color for the selected day */
.monthDay div{height:auto;}
.mooECal td div div{font-size:10px; height:12px; overflow:hidden; height:10px;}
/*.mooECal td a{font-size:10px; color:#009; text-decoration:underline;}*/
.mooECal td div.fullEvent{height:auto; overflow:auto; font-size:14px; border-bottom:1px solid #998F1D;}
/* controls */
.mooECal div.calTitle{text-align:center;}
.mooECal div.calTitle img{padding:0 16px; cursor:pointer;}
.mooECal div.calView{text-align:center;}
.mooECal div.calView a{font-size:10px; color:#C17600; text-decoration:none;}
.mooECal div.calView a:hover{text-decoration:underline;}
.mooECal div.calView span.viewPickers{margin:0 5px; width:auto; color:inherit;}
*, a{color:black!important; border-color:black!important; font-size:6pt!important;}