span{
  width: 157px;
  float: left;
  display: block;
  margin-right: 0 auto;
  min-height: 155px;
  _height: 160px;
}
span *{ font: 11px Arial, Helvetica, sans-serif;text-align:center; }
span td{font-size:11px;text-decoration:none;color:white;cursor:pointer;width:20px;border:none;text-align:center;}
span td#today{border:1px solid silver;font-weight:bold;line-height:11px;color:#3A3A3A;width:22px}
span td.in{width:22px;color:#404040;line-height:13px}
span td.out{width:22px;color:darkgray;line-height:13px}
span td.in:hover{color:#404040;border:1px solid #0080c0;width:20px;background:gainsboro;line-height:11px;font-weight:bold}
span table{background:white;text-align:center;font:11px arial;width:155px;border:none}
span td.weekend{background:gainsboro}
span th{color:white;background:darkgray;font-weight:normal;font-size:11px;border:none;border-top: 1px solid gainsboro}
span th#top{font-weight:bold;border: none;}
span th#here.months{ font-weight: bold;background-color:whitesmoke;color:gray }
span th.months{width:10px;cursor:pointer;border-top: 1px solid gainsboro}
span th.lbl_start_date{background-color: #0080c0;font-weight: bold;}
span th.lbl_end_date{background-color: #bf001d;font-weight: bold;}
span table#days, span table#months{
  margin-top: -1px;
}

span.disabled *,
span.disabled td,
span.disabled td#today,
span.disabled td.in,
span.disabled td.out,
span.disabled td.in:hover,
span.disabled th#here.months,
span.disabled th
{
  color: silver;
  background-color: whitesmoke;
  border: none;
}
span.disabled td#today,
span.disabled th#here.months,
span.disabled td.in:hover{
  font-weight: normal;
}
span.disabled table{
  border: 1px solid gainsboro;
  width: 156px;
}
span.disabled table#days{
  border-top: none;
}
span.disabled table#months{
  border-width: 0 1px;  
}span.disabled table td a{
  display: none;
}

