table.calendar {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #000000 3px;
	background-color: white;
	width: 210px;
	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;*/
	z-index:1000;
	height:190px
}

iframe.calContainer{width: 205px;height:190px;}
select.myselect{float:left;clear:none;}
img.close{float:right;cursor:pointer;margin-right:2px;}

table.calendar input, table.calendar select {
	font-size: 9pt;
	font-family:Georgia;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}

div.mainheading {
	margin-left: 10px;
	margin-top:5px;
	float:left;
	width:130px;
	text-align:left;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: none;
	text-align: middle;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
	cursor:default;
}

table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: none; /*solid #CCCCCC 1px*/
	vertical-align:middle;
	text-align:center;
	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 #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	/*background-color: #DDDDDD;*/
}
table.calcells td.wkend {
	/*background-color: #DDDDDD;*/
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #62a4d2;
	color: Black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #FFFFFF;
	cursor:default;
}
table.calcells td.outscope {
	background-color: #FFFFFF;
	color: Grey;
	cursor:default;
}

table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	color:#62a4d2;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
