table.calendar {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	border-collapse: collapse;
	background-color: #EEEEF0;
	/*border: solid #999999 1px;*/
	width: 173px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
	margin-left: auto;
	margin-right: auto;
    /*-khtml-user-select: none;*/
}
table.calendar select {
	font-size: 12px;
	width: 55px;
	height: 19px;
}
table.calendar input {
	font-size: 11px;
	width: 26px;
	padding: 0 6px 0 6px;
}
table.calendar td {
	border: 0;
	font-size: 11px;
	text-align: center;
}
div.mainheading {
	margin: 5px;
	background-color: #EEEFF0;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 2px 6px;
}
table.caldayheading td 
{
	background: #fff;
	border: solid #565656 1px;
	text-align: center;
	color: #4B525B;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
	height: 22px;
}
table.caldayheading td.wkhead {
	border-right: double #565656 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #565656 1px;
	vertical-align: middle;
	text-align: center;
	/*font-weight: bold;*/
	width: 22px;
	height: 22px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #565656 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #FFFFFF;
}
table.calcells td.wkend {
	background-color: #F2F2F2;
}
table.calcells td.curdate 
{
	background-color: #DEFFFF;
}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	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;
}
