@CHARSET "ISO-8859-1";

.fc_main {
  position: absolute;
  z-index: 101;
  background: #ccc; /*#ebfebf;*/ 
  border: 1px solid #000000; 
  font-family: Verdana; 
  font-size: 12px;
  /*width: 100px*/
}
.fc_date { 
  border: 1px solid #65829b; /*#D9D9D9;*/  /*texto calendario*/
  cursor:pointer;
  color:#333;
  font-size: 12px; 
  text-align: center;
}
.fc_dateHover, TD.fc_date:hover { 
  cursor:pointer; 
  border-top: 1px solid #000; 
  border-left: 1px solid #000; 
  border-right: 1px solid #000; 
  border-bottom: 1px solid #000; 
  background: #333; /*fondo activo de cada dia*/
  font-size: 12px; 
  text-align: center; 
}
.fc_wk {
  font-family: Verdana; 
  font-size: 12px;
  color:#333;
  text-align: center; 
  font-weight: bold; 
}
.fc_wknd { 
  color: #db5050; /*dias domingo*/
  font-weight: bold; 
  font-size: 12px; 
  text-align: center;
}
.fc_head { 
  background: #ccc; 
  color: #000; 
  font-weight:bold; 
  text-align: left;  
  font-size: 13px; 
}
/*.fc_dateHover {
	color:#096;
	font-size:14px
}*/