
table.inpDate { }
table.inpDate th { font-size: 9px; background-color: gray; color:white; }
table.inpDate td { padding: 0px; text-align: center; height: 18px; width: 18px; font-size: 10px;}
table.inpDate td.normal { color: black; border: 1px solid white; }
table.inpDate td.normal_today { border: 1px solid navy; }
table.inpDate td.normal_today_selected { border: 1px solid navy; background-color: navy; color: white; }
table.inpDate td.normal_selected { background-color: navy; color: white; border: 1px solid white; }
table.inpDate td.normal_anothermonth { color: silver; border: 1px solid white;}
table.inpDate td.normal_anothermonth_selected { background-color: gray; color: white; border: 1px solid white; }

table.inpDate td.weekend { color: black; border: 1px solid #F0F0F0; background-color: #F0F0F0; }
table.inpDate td.weekend_today { background-color: #F0F0F0; border: 1px solid navy; }
table.inpDate td.weekend_today_selected { border: 1px solid navy; background-color: navy; color: white; }
table.inpDate td.weekend_selected { background-color: navy; color: white; border: 1px solid #F0F0F0; }
table.inpDate td.weekend_anothermonth { background-color: #f0f0f0; color: gray; border: 1px solid #f0f0f0;}
table.inpDate td.weekend_anothermonth_selected { background-color: gray; color: white; border: 1px solid #f0f0f0;}

table.inpDate img { border: none;}