/*body {font-family: verdana;}*/

div.cal {position: absolute; border: 1px solid #0000b6; width: 180px; text-align: center; padding: 2px; background-color: #bfd6f7; left: 200px; top: 200px;}
div.cal table {text-align: center; border-collapse: collapse; width: 100%;}

div.cal td,th {font-size: 9px;}

table#month,table#year {border-bottom: 1px solid #0000b6;}
table#month td {width: 33%;}
table#year td {width: 50%;}
td.lnk_t {cursor: pointer; color: blue;}
table#body td {border: 1px solid #FFFFA4; padding: 1px; cursor: pointer; color: blue;}
td.act_mt {font-weight: bold; color: #cc0000; cursor: pointer;}
table#body th {padding: 0; font-family: Arial;}
div.cal div#stat {border: 1px silver groove; font-size: 12px; z-index: 200;}
iframe.cal {position: absolute; width: 180px;}
