table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 185px;
	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; width: 30px; margin: 2px;
}
table.calendar input.arrow {width: 30px; color: #fff; background: #006699; border: 1px solid #003366; }
table.calendar select {margin: 0; width: 50px;}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #fff 1px;
	text-align: center;
	color: #666;
	font-weight: bold;
	width: 18px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border: 0;
	border-right: solid #fff 4px;
	
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	width: 18px;
	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: 0;
	padding-right: 2px;
	border-right: solid #ccc 1px;
	color: #666;
}
table.calcells td.wkday {
	background-color: #fff;
	color: #006699;
}
table.calcells td.wkend {
	background-color: #fff;
	color: #FF4400;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #ff4400;
	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;
}
