dl{
margin: 0;
position: relative;
}

dt{ height: 2px; } /* 34px */
dd ul{ list-style: none; margin: 0px; padding: 0; }

dd { margin: 0px; }

dd ul li{
list-style: none;
margin: 3px 1px 1px 1px;
width: 26px;
height: 12px;
line-height: 12px;
float: left;
text-align: right;
cursor: pointer;
font-size: 12px;
}

dd ul li a{ display:block; font-weight: bold; width: 26px; height: 12px; text-decoration: none; color: #0000FF; }
dd ul li a span{ display:none; }

ul.days li a:hover{
color: #FBC500;
text-indent: 0; /*DO NOT REMOVE THIS OTHERWISE HOVER WILL NOT WORK IN IE6!*/
}

ul.days li a:hover span{
display: block;
position: absolute;
left: 5px;
top: 160px;
width: 200px;
height: 50px;
overflow: hidden;
text-align: center;
background: #5c68ba;
color: #FFFFFF;
text-decoration: none!important;
}

.month{ font: bold 14px Georgia; text-align: center; margin: 2px; margin-top: 0px; }
.week li{ border: 1px solid #b1c0ff; font: lighter 14px Georgia; padding-bottom: 4px; }
.days .week { margin-left: 5px;  height: 98px; width: 220px;}
.days li { border: 1px solid #b1c0ff; font: lighter 12px Verdana; padding-bottom: 6px; }
* html .days li { border: 1px solid #ced2ed; padding-bottom: 1px; }


#descr{
clear: both;
color: blue;
font-size: 12px;
text-align: center;
/* padding-top: 4px; */
height: 23px;
}

