table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #000000 2px;
	background-color: white;
	width: 168px;
	text-align: left;
	/*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;
}
table.calendar td {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	background-color: #ffffff;
}
div.mainheading {
	margin: 0;
	background-color: #990000;
	color: #ffffff
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0;
}
table.caldayheading td {
	border: solid #000000 1px;
	text-align: center;
	vertical-align: center;
	color: #000000;
	/*font-weight: bold;*/
	width: 23px; /*should match calendar cell's width*/
	height: 15px;
}
table.caldayheading td.wkhead {
	/*border-right: double #00ff00 3px;*/
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	/*margin: 0 6px 0 6px;*/
}
table.calcells td {
	border: solid #000000 1px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width: 23px;
	height: 19px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 0;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #000000;
}
table.calcells td.wkday {
	background-color: #fffff;
}
table.calcells td.wkend {
	background-color: #ffffff;
}
table.calcells td.curdate {
 background-color: #990000;
 color: white;
}
table.calcells td.cell_selected {
	background-color: #990000;
	color: white;
}
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;
}

.btn {
background-color: #ffffff;
border: solid 1px #000000;
}
