/* ---------------------------------------------------- */
/** CSS-based Calendar styles (there are two calendars) TEST2 */

.bako_csscal_table {
  background-color: #FFFFFF;
  font-size: 95%;
  border: 1px solid #7b9ebd;
  padding: 5px !important;
  background-color: #f7f9fb;
}

.bako_csscal_table a {
text-decoration: none;
color: #003db8;
font-weight: bold;
}

.bako_csscal_table a:hover {
color: #ff9900;
}

.bako_csscal_month_cell {
  text-align: center;
  font-weight: bold;
}

.bako_csscal_day_cell {
  width: 22px; 
  border: none;
  text-align: center;
    color: #626262;
}

.bako_csscal_noday_cell {
  background-color: #e2e0e2; 
  height: 22px; 
  border: 1px solid #000000;
  color:#999999;
}

.bako_csscal_day1_cell {
  background-color: #f8f8f8; 
  text-align: center; 
  height: 22px; 
  border: 1px solid #000000;
  color:#cccccc;
}

.bako_csscal_day2_cell {
  text-align: center; 
  background-color: #ffffff; 
  height: 22px; 
  border: 1px solid #000000;
  font-weight: bold;
}

.bako_csscal_day2_cell a:hover {
  height: 22px;
  width: 22px;
color: #ffffff;
background-color: #ff9900;
}

/** End of CSS-based calendar styles **/
/* ------------------------------------*/
