table.calendar {font-size: 0.8em;font-family:verdana;border-collapse: collapse;background-color: white;border: solid 1px #999999;background-color: #2b2b2b;width: 210px;text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {font-size: 10px;text-align:center;}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {text-align:center;margin: 2px;}
table.caldayheading {text-align:center;border-collapse: collapse;cursor: pointer;empty-cells: show;margin: 0 6px;}
table.caldayheading td {color:#b2b2b2;border: solid 1px #cccccc;text-align: left;font-weight: bold;width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {text-align:center;border-right: 3px double #cccccc;}
table.calcells {text-align:center;border-collapse: collapse;cursor: pointer;margin: 0 6px;}
table.calcells td {
	border: solid 1px #cccccc;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {text-align:center;padding: 1px;margin: 0;}
table.calcells td.wkhead {
	background-color: #4f5765;
	text-align: center;
	border-right: 3px double #cccccc;
	color: #fff;
}
table.calcells td.wkday {
	background-color: #7b7b7b;
}
table.calcells td.wkend {
	background-color: #7b7b7b;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #00a6eb;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}

