table.calendar {
	font-family: verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	border-collapse: collapse;
	width: 194px;
	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;
	/*visibility: hidden;*/
}
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 #ffffff 1px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
	text-align: center;
	background-color:#6C7E8A;
}
table.caldayheading td.wkhead {
	border-right: 1px solid #ffffff ;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
	background-color:#95A9B2;
}
table.calcells td {
	border: solid #ffffff 1px;
	vertical-align: top;
	text-align: center;
	color: #4d6f0b;
	width: 22px;
	height: 16px; /*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: 1px solid #ffffff ;
	color: #fff;
	font-weight: bold;
}
table.calcells td.wkday {
	/*bsackground-color: #DDDDDD;*/
	color:#fff;
}
table.calcells td.wkend {
	/*basckground-color: #DDDDDD;*/
	color:#fff;
}
table.calcells td.curdate {
	background-color: #b94c4c;
	color: #ffffff;
}
table.calcells td.cell_selected {
	background-color: #b94c4c;
	color: #ffffff;
}
table.calcells td.notmnth {
	/*background-color: #FFFFFF;*/
	color: #e7f1d4;
}
table.calcells td.notallowed {
	background-color: white;
	color: #4d6f0b;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #bbd094;
}