table.yiicalendar {
  border-spacing: 0;
  border-collapse: collapse;
}

table.yiicalendar>thead th,table.yiicalendar>tbody td {
  padding: 2px;
}

table.yiicalendar>thead th {
  color: #777;
  font-weight: normal;
  background-color: #eee;
  border: 1px solid #ccc;
  font: 12px/1.5 "Microsoft Yahei",Arial,Helvetica,sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  height: 42px;
  line-height: 42px;
  padding: 0 5px;
  width: 90px;
  background: none;
}

table.yiicalendar>thead>tr.weekdays-row th {
  font-size: 14px;
}

table.yiicalendar>tbody td {
  height: 50px;
  font-size: 14px;
  color: #c3c3c3;
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0px 5px;
  line-height: 50px;
}

table.yiicalendar td.current {  
  background-color: #C3D6E4;
  border: 1px solid #C3D6E4;
}

table.yiicalendar td.not-relevant {
  color: rgb(221,221,221);
}

table.yiicalendar a.navigation-link {
  font-size: 21px;
}

table.yiicalendar .text-warning small {
  color: #f60;
  font-style: normal;
  text-align: right;
  cursor: pointer;
  font-size: 14px;
}

table.yiicalendar a:hover table.price-table {
  display: block;
}

table.price-table {
  display: none;
  margin-top: -20px;
  margin-left: -200px;
}

table.price-table th {
  background-color: #2986E1;
}

table.price-table>thead>tr>th {
  background-color: #2986E1;
  color: #fff;
  font-weight: normal;
  width: 85px;
  padding: 0;
  text-align: center;
  height: 24px;
  line-height: 24px;
  border-right: 1px solid #2579cb;
  border-left: 1px solid #4b99e6;
}

table.price-table {
  border-spacing: 0;
  border-collapse: collapse;
  position: absolute;
  z-index: 999;
  box-shadow: 2px 2px 2px #aaa;
}

table.price-table>tbody>tr>td {
  color: #4d4d4d;
  background-color: #E2E2E2;
  text-align: center;
  height: 24px;
  line-height: 24px;
}
