/* datumos js-hez */
.fc_main { 
	background: #fff; 
	border: 1px solid #000000; 
	font-family: tahoma; 
	font-size: 11px; 
}
.fc_date { 
	border: 1px solid #FFEAEF;  
	cursor:pointer; 
	font-size: 11px; 
	text-align: center;
}
.fc_dateHover, TD.fc_date:hover { 
	cursor:pointer; 
	border-top: 1px solid #000099; 
	border-left: 1px solid #000099; 
	border-right: 1px solid #000099; 
	border-bottom: 1px solid #000099; 
	background: #FFD9E1; 
	font-size: 11px; 
	text-align: center; 
}
.fc_wk {
	font-family: tahoma; 
	font-size: 11px; 
	text-align: center;
}
.fc_wknd { 
	color: #FF0000; 
	font-weight: bold; 
	font-size: 11px; 
	text-align: center;
}
.fc_head { 
	background: #C7022D; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: left;  
	font-size: 11px; 
}
