 .calFrame {
  width:175px;
  border: 1px solid #cccccc;
  height:190px;
  padding: 1px;
  font-size: 13px;
  font-weight: bold;
  float:left;
  margin-left: 5px;
 }
 
 .calHeader, .calDaysOfWeek, .calSeparator, .calDays {
  width:100%;
  display: block;
  clear: both;
  text-align: center;
 }
 
 .calHeader {
 height: 25px;
 line-height: 25px;
 }

 .calDaysOfWeek {
  height:20px;
  margin-bottom: 2px;
 }

 .calSeparator {
  height: 1px;
  border-bottom: 1px solid white;
  margin-bottom: 5px;
 }
 
 .calDayOfWeek, .calDayFrame {
  width:24px;
  float: left;
 }

 .calDayOfWeek {
  height: 25px;
  line-height: 25px;
  font-weight: normal;
 }

 .calDayFrame {
  height: 22px;
  line-height: 17px;
 } 
  
 .calDay, .calInvalidDay, .calBookedDay {
  font-family: "Adobe Garamond Pro";
  width:21px;
  height:18px;
 }

 .calDay {
   border-bottom: 2px solid rgb(0,128,64);
  }
  
 .calInvalidDay {
   border-bottom: 2px solid rgb(224,224,235);
 }
  
 .calBookedDay {
   border-bottom: 2px solid rgb(224,224,235);
 }

 .calArrowLeft, .calTitle, .calArrowRight {
  float: left;
 }
 
 .calTitle {
  color: rgb(128,128,255);
  font-weight: bold;
  width:70%;
 }
 
 .calArrowLeft, .calArrowRight {
  width:15%;
 }
 
 .calArrowLeft {
  text-align: left;
 }
 
 .calArrowRight {
  text-align: right;
 }