table.calendar {
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 191px;
	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 td {
	border: 0;
	font-size: 12px;
	text-align: center;
	}
div.mainheading {
	margin: 2px;
	text-align: right;
	}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
	}
table.caldayheading td {
	background-color: #F2F2F2;
	text-align: center;
	color: #000000;
	width: 21px; /*should match calendar cell's width*/
	}
input.calButton {
	/*background-color: red;*/
	text-align: center;
	color: black;
	margin: 1px;
	font-size: 10px;
	/*width: 22px; /*should match calendar cell's width*/
	}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
	}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 3px 0 3px;
	text-align: center;
	}
table.calcells td {
	vertical-align: top;
	text-align: center;
	width: 22px;
	height: 18px; /*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 #CCCCCC 3px;
	color: #0054E3;
	}
table.calcells td.wkday {
	background-color: #FFFFFF;
	}
table.calcells td.wkend {
	background-color: #FFFFFF;
	}
table.calcells td.curdate {
	background-color: #FFFFFF;
	border: silver solid 1px;
	}
table.calcells td.cell_selected {
	background-color: #DCE6F1;
	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: #DCE6F1;
	}
span.closeBtn  {
	color: #777;
	font-weight: 600;
	cursor: pointer;
	padding-left:10px;
	font-size: 14px;
	}
	
span.calMonth  {
	color: #777;
	background-color: #c0c0c06;
	text-align: center;
	cursor: pointer;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	border: 1px #777 solid;
	margin: 1px;
	}
