
table.cal tr.ctrl td {padding: 1 1 1 1; background-color: white;}
table.cal input.yr {font-size: 75%; width: 35px;}
table.cal input.but {font-size:100%}
table.cal select {font-family: tahoma; font-size: 10px;}
table.cal {background-color: white; border: 1 solid #d0d0d0;}
table.cal td {padding: 2 2 2 2; background-color: #d0f0ff; cursor: pointer;}
table.cal tr.hdr td {text-align: center; background-color: #00428C; color: white; cursor: default;}

table.cal td.empt {background-color: #DEEFF7; color: black; cursor: default; width: 20px;}
table.cal td.sel {text-align: center; background-color: #5A73B5; color: white; cursor: pointer; width: 20px;}
table.cal td.norm {text-align: center; background-color: #DEEFF7; color: black; cursor: pointer; width: 20px;}

table.cal a {text-decoration: none;}

