#calback{
background:#fff url('calWaiting.gif') no-repeat 50% 100px;
margin:0 auto;
width:100%;
}
#calendar{
width:100%;
height:70%;
}
.cal{ /*ถ้าอยากให้มีเส้นตาราง ให้ใส่สี bg ที่นี่*/
width:100%; 
}
.calhead{
background:#bdbdbd;
width:100%;
color:#666;
font-size:12px;      
}
.calhead img{border:none;}
.dayhead{
height:10px;
}
.dayhead td{
text-align:center;
color:#545454;
font-size:8px;
}
.dayrow{
background:#fff;
height:10px;
}
.dayrow td{
font-family:Arial, Veranda, sans-serif;
padding:3px;
width:50px;
color:#545454;
font-size:.7em;
}
.day{float:right;}
.dayover{background:#ddd;}
.dayout{background:#fff;}