/* 2020-02-28 Qkowlew построил новый календарь */
#calendar3 { width: 202px; font-family: mono-space; line-height: 1.2em; font-size: 16px; text-align: center; color: #FFCE00; }
#calendar3 select, #calendar3 input { font-size: 12px; }
#calendar3 select { width: 48px; padding:0; }
#calendar3 thead tr:last-child { font-size: small; color: rgb(85, 85, 85); }
#calendar3 td, #calendar3 a { color: #FFCE00; }
#calendar3 tbody td:nth-child(n+6), #calendar3 .holiday, #calendar3 .holiday a { color: rgb(231, 140, 92); }
#calendar3 tbody td.today { outline: 3px solid red; }
#calendar3 * { text-decoration: none; }
#calendar3 a:hover { color: #000000; background-color: #FFCE00; }
#calendar3 a { display: inline-block; width: 100%; max-width:28px; }

/* старый пока стили сохранены */
.calend_table {font-family: Arial, Helvetica, sans-serif; xborder-top: 3px double #ffce00; xborder-bottom: 3px double #ffce00; border-collapse: collapse; background-color: #880000; margin-bottom: 0px; font-size: 10pt; color: #000000;}
.calend_table TR TD SELECT {font-size: 8pt;}
.calend_table TR TD INPUT {font-size: 8pt;}
.calend_table TR TD {text-align: center;}
.calend_table TR TD A {color: #FFCE00; text-decoration: none;}
.calend_table TR TD A:HOVER {text-decoration : underline;}
.calend_table TR.t TD {width: 14%; height: 21px; font-weight: bold; color: #FFCE00;}
.calend_table TR TD.h {visibility: hidden;}
.calend_table TR TD.m {background-color: #990000;}
.calend_table TR TD.m A {}
.calend_table TR TD.m A:HOVER {}
.calend_table TR TD.w {background-color: #CE3100;}
.calend_table TR TD.w A {}
.calend_table TR TD.w A:HOVER {}
.calend_table TR TD.p {background-color: #FFCE00;}
.calend_table TR TD.p A {color: #000000;}
.calend_table TR TD.p A:HOVER {}

