table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border-collapse: collapse;
	background-color: #fafafa;
	border: solid #ddd 1px;
    box-shadow:0 0 12px #ddd;
	background-color: white;
	width: 300px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    box-sizing:border-box;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 14px;
}
table.calendar td {
	border: 0;
	font-size: 14px;
	text-align: center; width:80%;
}
div.mainheading {
	margin: 5px 2px 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
    text-align: center; width:283px;
}
table.caldayheading td {
	border: solid #eee 1px;
	text-align: center; 
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #eee 3px; text-align: center;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px; width:283px; box-sizing:border-box;
}
table.calcells td {
	border: solid #eee 1px;
	vertical-align: top;
	text-align: center;
	font-weight: bold; vertical-align:middle;
	width: 22px;
	height: 30px; /*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 #eee 3px;
	color: #0054E3; text-align:center;
}
table.calcells td.wkday {
	background-color: #eafaff;
}
table.calcells td.wkend {
	background-color: #eafaff;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
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: #99CCFF;
}
.mainheading select{
    width:38%; font-size:12px; border-radius:0 !important;
}
.mainheading input[type=button]{
     background-color:#3671d5; padding:7px 12px 8px; border:none; color:#fff; font-size:12px;
}
/*.calendar input[type=button] {
    background-color: red;
    padding: 7px 12px 8px;
    border: none;
    color: #fff;
    font-size: 12px;
}*/

#clrBtn {
    width:98%;;
    padding: 5px 12px;
    border: none;
    color: #fff;
    font-size: 12px;
     background-color:#0252a5; padding:5px; margin:5px 1%;
}