table.calendar    { border-left:1px solid #fff; font-size: 14px; }
tr.calendar-row  {  }
td.calendar-day  { min-height:80px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover  { background:#eceff5; }
td.calendar-day-np  { background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; text-align:center; width:120px; padding:20px 5px; border-bottom:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff; }
div.day-number    {background:#999; padding:15px 0; color:#fff; font-weight:normal; float:right; margin:0; width:100%; text-align:center; }
a.day-number    {display:block; background:#444247; padding:15px 0; color:#fff; font-weight:normal; float:right; margin:0; width:100%; text-align:center; }
a.day-number:hover    {background:#141414; text-decoration: none; color:#fff;}
td.calendar-day, td.calendar-day-np { width:120px; border-bottom:1px solid #fff; border-right:1px solid #fff; }

.next {text-align: right;}
.prev:hover, .next:hover {cursor: pointer;}
/*1.0.6*/
.widgetcalendarout .prev, .widgetcalendarout .next {display:inline-block; width:50%;}
.calendar-today .day-number    {background:#2980b9;}