.calBtn {
padding: 0px;
margin: 0px;
font-family: sans-serif;
font-size: 13px;
}
.purpleCell {
background-color: white;
color: black;
font-family: sans-serif;
font-size: 13px;
}
.whiteCell {
background-color: #ffffff;
border: solid 1px #FFFFFF;
color: #000000;
font-family: sans-serif;
font-size: 13px;
padding: 1px 3px;
}
.sundayCell {
background-color: #ffffff;
border: solid 1px #FFFFFF;
color: #000000;
font-family: Arial, sans-serif;
font-size: 13px;
padding: 1px 3px;
}
.weekDay {
background-color: #ffffff;
color: #999999;
font-family: Arial, sans-serif;
font-size: 13px;
padding: 5px 3px;
}
.blackCell {
background-color: white;
border: solid 1px #999999;
color: black;
font-family: sans-serif;
font-size: 13px;
padding: 1px 3px;
}
.overCell {
background-color: #D7D7D7;
color: black;
font-family: sans-serif;
font-size: 13px;
padding: 1px 3px;
}
#candarLeer {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
}

.select-free{
 position:absolute;
 z-index:10;

 overflow:hidden; /*must have*/
}

.select-free iframe{
 display:none;       /*sorry for IE5*/
 display/**/:block;  /*sorry for IE5*/
 position:absolute;  /*must have*/
 top:0;              /*must have*/
 left:0;             /*must have*/
 z-index:-1;         /*must have*/
 filter:mask();      /*must have*/
 width:3000px;       /*must have for any big value*/
 height:3000px       /*must have for any big value*/;
}