table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
        table-layout: fixed;
	border-collapse: collapse;
/*
	background-color:#eeeeee;
*/
        margin-top:2px;
        margin-left:10px;

	text-align: center;
	user-select: none;
}


table.calendar input {
	//font-size: 13px;
	font-size: 14px;
	font-weight: bold;
}

table.calendar input.Button {
        width: 35px; 
}

table.calendar input.Text {
        //width: 130px;
        width: 140px;
        text-align: center;
}

table.calendar input.enabledText {
	color: #0000EE;
	font-weight: bold;
        //width: 130px;
        width: 140px;
        text-align: center;
}


table.calendar select {
	//font-size: 11px;
	font-size: 12px;
	font-weight: bold;
        //width:150px;
        width:143px;
}


table.calendar td {
	border: 0;
	//font-size: 10px;
	font-size: 11px;
	text-align: center;
}

div.mainheading {
	margin-left: 0px; 
	margin-top: 0px; 
}

div.bottomheading {
	margin-left: 0px; 
	margin-top: 0px; 
}


table.dayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
        table-layout: fixed;
        margin-left: 0px;
      //width: 217px; 
	width: 210px; 
}

table.dayheading td {
	//border: solid #aaaaaa 1px;
	border: solid #777777 0.5px;
	text-align: center;
	color: #0000b0;
	font-weight: bold; 
        //font-size: 11px;
        font-size: 12px;
        height: 18px; 
        overflow: hidden;
	/*width: 20px;*/  /*should match calendar cell's width*/
}
table.dayheading td.wkhead {
	border-right: double #cccccc 3px;
}

table.cells {
	border-collapse: collapse;
	cursor: pointer;
        margin-left: 0px;
	//width: 200px; 
	width: 210px; 
	height: 170px; 
}

table.cells td {
	//border: solid #aaaaaa 1px;
	border: solid #777777 0.5px;
	vertical-align: center;
	text-align: center;
	font-weight: bold;
	width: 21px;
	height: 20px;
}

table.cells td div {
	padding: 1px;
	margin: 0;
}
table.cells td.wkhead {
	/*background-color: white;*/
	background-color: #eeeeee;
	text-align: center;
	/*border-right: double #cccccc 3px;*/ 
	color: #0000b0;
}
table.cells td.wkday {
	/*background-color: #dddddd; */
	background-color: #cccccc;
}
table.cells td.wkend {
	background-color: #dddddd; 
}

table.cells td.curdate {
      /*background-color: #000088; */
        color: red;
}

table.cells td.cell_selected {
	background-color: #990099;
	color: white;
}

table.cells td.cell_enabled {
	background-color: #007700;
	color: white;
}

table.cells td.cell_enabled2 {
	background-color: #000099;
	color: white;
}

table.cells td.notmnth {
	background-color: #ffffff;
	color: #cccccc;
}

table.cells td.month_before {
	background-color: #ffffff;
	color: #aaaaaa;
}
table.cells td.month_after {
	background-color: #ffffff;
	color: #cccccc;
}

table.cells td.notallowed {
	background-color: white;
	color: #eeeeee;
	font-style: italic;
}

table.cells td.hover {
/*
	background-color: #999999;
*/
	background-color: #000000;
	color: #ffffff;
}
