@CHARSET "ISO-8859-1";

.fc_main {
  position: absolute;
  z-index: 100;
  background: #68a8de; /*#ebfebf;*/ 
  border: 1px solid #000000; 
  font-family: Verdana; 
  font-size: 10px; 
}
.fc_date { 
  border: 1px solid #65829b; /*#D9D9D9;*/  
  cursor:pointer; 
  font-size: 10px; 
  text-align: center;
}
.fc_dateHover, TD.fc_date:hover { 
  cursor:pointer; 
  border-top: 1px solid #FFFFFF; 
  border-left: 1px solid #FFFFFF; 
  border-right: 1px solid #999999; 
  border-bottom: 1px solid #999999; 
  background: #E7E7E7; 
  font-size: 10px; 
  text-align: center; 
}
.fc_wk {
  font-family: Verdana; 
  font-size: 10px; 
  text-align: center; 
  font-weight: bold; 
}
.fc_wknd { 
  color: #db5050; 
  font-weight: bold; 
  font-size: 10px; 
  text-align: center;
}
.fc_head { 
  background: #466783; 
  color: white; 
  font-weight:bold; 
  text-align: left;  
  font-size: 11px; 
}