.panel {
  border:1px solid #000000;
  padding:0px;
  background:url("../images/cal_bg.jpg") no-repeat;
}

.row_head {
 cursor:pointer;  
}
.head {
  font-family:verdana;
  font-size:12px;
  text-align:center;
  color:#000000;
}

.row_week {
  margin-top:2px;
  padding:1px 0px;
  border-width:1px 0px 1px 0px;
  border-style:solid;
  border-color:#000000;
  
}
.weekday {
  font-family:verdana;
  font-size:12px;
  width:25px;
  text-align:center;
  color:#ffffff;
  cursor:default;
  font-weight:bold;
}

.row_day {

}
.day {
  margin-top:1px;
  font-family:verdana;
  font-size:12px;
  line-height:16px;;
  width:25px;
  text-align:center;
  background-color:transparent;
  color:#fff;
  cursor:pointer;
}
.day_over {
  margin-top:1px;
  font-family:verdana;
  font-size:12px;
  line-height:16px;;
  width:25px;
  text-align:center;
  background-color:#16ca03;
  color:#000000;
  cursor:pointer;
}
.day_down {
  margin-top:1px;
  font-family:verdana;
  font-size:12px;
  line-height:16px;;
  width:25px;
  text-align:center;
  background-color:#c08040;
  color:#ffffff;
  cursor:pointer;
}
.day_empty {
  margin-top:1px;
  font-family:verdana;
  font-size:12px;
  line-height:16px;;
  width:25px;
  text-align:center;
  color:#fff;
  cursor:default;
}
.day_current {
  margin-top:1px;
  font-family:verdana;
  font-size:12px;
  line-height:16px;;
  width:25px;
  text-align:center;
  background-color:#16ca03;
  color:#000;
  cursor:pointer;
}
.day_other {
  margin-top:1px;
  font-family:verdana;
  font-size:9px;
  line-height:16px;;
  width:25px;
  text-align:center;
  background-color:transparent;
  color:#000;
  cursor:pointer;
}
.day_other_over {
  margin-top:1px;
  font-family:verdana;
  font-size:9px;
  line-height:16px;
  width:25px;
  text-align:center;
  color:#666666;
  background-color:#c0c0c0;
  cursor:pointer;
}
.day_other_current {
  margin-top:1px;
  font-family:verdana;
  font-size:9px;
  line-height:16px;
  width:25px;
  text-align:center;
  color:#fff;
  background-color:#909090;
  cursor:pointer;
}
.row_foot {

}
.foot {
color:#FFFFFF;
  cursor:pointer;
}
.foot_over {
color:#16ca03;
  cursor:pointer;
}
.foot_down {

  cursor:pointer;
}
