body {font-family: Arial, sans-serif; background-color: #487124}
td.calcell {width: 13%; border: 1px solid; vertical-align: top}
td.unselectedcell {background: #95B369}
td.datecell {background: #95B369}
td.selectedcell {background: yellow}
tr.bottomrow td {border-bottom: 0px}
td.todaycell {border: 3px solid #0000bb; border-bottom: 3px solid #0000bb}
td.emptycell {}
td.datecell p.date {font-size:10px}
table#caltable {width: 100%; height: 80%; border-collapse: collapse; table-layout: fixed}
td.spacercell {width: 5%}
tr.nobg {}
p.eventp {font-size:12px;cursor:pointer;}
div.date {font-weight:bold; font-size:12px;float:left; height: 6em}
div.celldiv {min-height: 3em; text-align: center; margin-top:15px}
div#evdiv {position: relative; width: 450px; height: 450px; margin: 0 auto; background-color: #efe; padding: 10px}
div#adddialog {position: relative; width: 450px; height: 450px; margin: 0 auto; background-color: white; padding: 10px}
span#calmonth {font-weight: bold; font-size:52px}
span#calyear {font-weight: bold; font-size:24px}
#days th {border-top: 1px solid; border-bottom: 1px solid}
#days {border-top: 1px solid; border-bottom: 1px solid}

.clear { clear:both; height:1px; overflow:hidden; }

#dhtmltooltip{
	position: absolute;
	width: 200px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

