table.calendar {
	/*font-family: Helvetica, Arial, sans-serif;*/
	/*font-size: 0.8em; */
	width: 140px;
	text-align: center;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
table.mainheading {
	background-color: #034F8D;
	border-collapse: collapse;
	
	cursor: pointer;
	empty-cells: show;
	margin: 0 0px 0 0px;	
}
table.mainheading td {
	border: solid #CFDDD9 2px;
	border-bottom: 0px;
	border-top: 0px;	
	text-align: center;		
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	font-weight: bold;	
	/*width: 18px; /*should match calendar cell's width*/
	height: 18px;
}

table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 0px 0 0px;
}
table.caldayheading td {
	background-color: #7F9990;
	border: solid #CFDDD9 2px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: 18px; /*should match calendar cell's width*/
	height: 18px;
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 0px 0 0px;
	font-weight: bold;
}
table.calcells td {
	border: solid #CFDDD9 2px;
	vertical-align: top;
	text-align: center;	
	font-weight: bold;
	width: 18px;
	height: 18px;
	color: #034F8D;	
}
table.calcells td div {
	padding: 0px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #FFFFFF;
}
table.calcells td.wkend {
	background-color: #FFFFFF;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #034F8D;
	color: white;
}
table.calcells td.notmnth {
	background-color: #E0EBE7;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}

