table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	border: solid #999999 1px;
	background-color: #d8e6f2;
	width: 200px;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar input {
	margin:0px;
	padding:0px;
	background:transparent;
	border:none;
	padding:3px 4px 3px 4px;
	font-weight:bold;
	text-decoration:underline;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	padding:4px 0px 4px 0px;
	margin:0px 0px 6px 0px;
	text-align:center;
	background:#005bab;
}
div.mainheading input {
	color:#ffffff;
	text-decoration:none;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
	text-align:center;
}
table.caldayheading td {
	border: solid #d8e6f2 1px;
	text-align: left;
	color: #005bab;
	font-weight: bold;
	width: 25px; /*should match calendar cell's width*/
	text-align:center;
}
table.caldayheading td.wkhead {
	border-right: double #d8e6f2 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;
	font-weight: bold;
	width: 25px;
	text-align:center;
	vertical-align:middle;
	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 #d8e6f2 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #b2cde6;
}
table.calcells td.wkend {
	background-color: #b2cde6;
}
table.calcells td.curdate {
	background-color:#7fadd5;
}
table.calcells td.cell_selected {
	background-color: #669900;
	color: #ffffff;
}
table.calcells td.notmnth {
	background-color: #d8e6f2;
	border:1px solid #ffffff;
	color: #7fadd5;
}
table.calcells td.notallowed {
	background-color: white;
	color: #d8e6f2;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #005bab;
	color:#ffffff;
}
