/*
html { height:100%; max-height:100%; padding:0; margin:0; border:0; font-size:11px;	font-family:verdana, times new roman, arial }
body{ height: 100%; max-height: 100%;	margin: 0; padding: 0; border: 0; font-size:12px }
*/

.month{ background-color: silver; color: black; font-family: Arial; font-weight: bolder}
.weekday{ background-color: white; color: black; font-family: Arial; font-weight: bolder}
.eventLabel{ color: #ffffff; font-family: Arial; font-weight: bolder; text-align: right; background-color:#003300}
.eventText{ color: #ffffff; background-color:#003300}
.selectedDay{ background-color: yellow; text-align:left; vertical-align:top;}
.day{ background-color: white; text-align:left; width:14%; vertical-align:top;}
.notaDay{ background-color: silver}
.calevent { font-size:12px; color:#CC0000 }
.caltime { font-size:10px; color:#000000 }
a:link.cal, a:visited.cal {	color:#86919d; font-weight:bold }
a:active.cal, a:hover.cal {	color:#0000ff; font-weight:bold }

