table.calendar {
	font-family: georgia, arial, verdana, sans-serif;
	font-size: 10px;
	border-collapse: collapse;
	background-color: white;
	border: solid #E2E2E2 1px;
	background-color: #FEFDF9;
	width: 200px;
	text-align: center;
	color: #000000; 
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar select {
	font-size: 10px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	color: #25459a;
}
table.calendar input {
	font-size: 10px;
	background: #FEFDF9;
	border: 1px solid #E2E2E2;
	font-weight: bold;
	color: #999966;
}
table.calendar td {
	border: 0;
	font-size: 8px;
	font-weight: bold;
	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 #CCCCCC 1px;
	text-align: center;
	color: #FFFFFF;
	width: 22px; /*should match calendar cell's width*/
	background: #25459a;
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #FFFFFF 1px;
	vertical-align: top;
	text-align: left;
	width: 22px;
	height: 20px; /*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: #EEEEEE;
}
table.calcells td.wkend {
	background-color: #EEEEEE;
}
table.calcells td.curdate {
	color: #000000; 
	border: 1px solid #000000;
	background: #EFEFEF; 
}
table.calcells td.cell_selected {
	background-color: #C1D2EE;
	color: black;
	border: 1px solid #000000;
}
table.calcells td.notmnth {
	color: #000000; 
	background: #ffffff;
	border: 1px solid #EEEEEE;
	padding: 3px 0 3px 0;
	width: 21px;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}
