.fc_main {
	background: #C3E4F1;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
}

.fc_date {
	border: 0px solid #D9D9D9;
	cursor:pointer;
	font-size: 10px;
	text-align: center;
}

.fc_dateHover, TD.fc_date:hover {
	cursor:pointer;
	border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	background: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

.fc_wk {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

.fc_wknd {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

.fc_head {
	background: #C3E4F1;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
	font-size: 11px;
}

