#calendar_container{
  width: 160px;
  vertical-align: top;
}

table.cal{
	border: 1px solid #000000;
  background: #DC0C0C;
  font-size: 12px;
}

th.cal_day_title{
  background: #000000;
  color: #FFFFFF;
  font-variant:small-caps;
}

td.cal_day, td.cal_active{
  width: 20px;
  text-align: center;
  border-right:1px solid #777777;
  border-bottom:1px solid #777777;
}

td.cal_day{
  font-weight:bold;
  background: #F47B06;
}

td.other{
  background:#FFA209;
}

a.cal_active{
  color: #FFFFFF;
  font-weight: bold;
}

td.cal_nav, a.cal_nav{
  color: #000000 !important;
  background: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

span.cal_cur_date{
  margin-left:30px;
  margin-right:30px;
}

.cal_today{
    color: #ECCF33;
    border: 1px solid red;
    font-weight: bold;
}