/* calendar */
table.calendar    { border-left:1px solid #999; }
tr.calendar-row  {  }
td.calendar-day  { font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover  { background:#eceff5; }
td.calendar-day-np  { background:#eee; min-height:20px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { 
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    color: black;
    font-family: Arial;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    width: 120px; 
}
div.day-number    { 
/*    background: none repeat scroll 0 0 #999999;*/
    color: black;
/*    float: right;*/
    font-size: 18px;
/*    font-weight: bold;*/
    text-align: center;
    width: 20px; 
}

div.day-number123    { 
/*    background: none repeat scroll 0 0 #999999;*/
    color: black;
/*    float: right;*/
    font-size: 18px;
/*    font-weight: bold;*/
    text-align: center;
    width: 20px;
	display:block;
}

/* shared */
td.calendar-day, td.calendar-day-np { 
    width:120px; 
    padding:4px; 
    border-bottom:1px solid #999; 
    border-right:1px solid #999;
    cursor: pointer; 
}