table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: transparent;
	border: solid #999999 0px;
	background-color: transparent;
	width: 200px;
	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;
}
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 #0f99cf 1px;
	background-color: #0f99cf;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	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 6px 0 6px;
}
table.calcells td {
	border: solid #0f99cf 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	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 #0f99cf 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #90d4e7;
}
table.calcells td.wkend {
	background-color: #90d4e7;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #ffffff;
	color: black;
}
table.calcells td.notmnth {
	background-color: #fffcdf;
	color: #cccccc;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}

input {
	margin-top: 0px; 
	margin-left: 2px; 
	margin-right: 2px; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	background-color: #90d4e7; 
	height: 18px; 
	width: 30px;
	border: 1px #0f99cf ridge;
}

select {
	margin-top: 0px; 
	margin-left: 2px; 
	margin-right: 2px; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	background-color: #90d4e7; 
	height: 18px; 
	width: 50px;
	border: 1px #0f99cf ridge;
}