table.calendar {
	border-collapse: collapse;
	background-color: white;
	border: solid #ccc 1px;
	background-color: white;
	padding: 5px;
	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; */
	margin: 0 1px;
}
table.calendar td {
	border: 0;
	text-align: center;
}
table.calendar td table {
	margin: 0;
	}
	
div.mainheading {
	/* margin: 2px; */
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
}
table.caldayheading td {
	border: solid #ccc 1px;
	text-align: center;
	color: #1b405a;
	font-weight: bold;
	width: 20px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #ccc 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
}
table.calcells td {
	border: solid #ccc 1px;
	text-align: center;
	font-weight: bold;
	width: 20px;
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #1b405a;
}
table.calcells td.wkday {
	background-color: #eee;
}
table.calcells td.wkend {
	background-color: #eee;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #ddd;
	color: #1b405a;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: #fff;
	color: #ccc;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #ddd;
	color: #666;
}

