.wrapperStyle{
	width: 800px; 
	margin: 200px auto 10px auto; 
}

.eventHoldStyle{
	width:100%;
	height:102px;
	margin: 5px;
	border: thin solid #efefef;
}

.calIconHoldStyle{
	width: 90px;
	height:90px;
	border:thin solid #ccc;
	float:left;
	margin: 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.calColStyle{
	width: 100%;
	height:16px;
	background-color: #1599B6;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;
}


.monthStyle{
	width: 100%;
	text-align: center;
	font-family: 'open sans';
    font-size: 14px;
    font-weight: 600;
    color: #5c5447;
    margin-top:2px;
}

.dayNumStyle{
	width: 100%;
	text-align: center;
	font-family: 'open sans';
    font-size: 32px;
    font-weight: 600;
    color: #5c5447;
    line-height: 28px
}

.dayNameStyle{
	width: 100%;
	text-align: center;
	font-family: 'open sans';
    font-size: 14px;
    font-weight: 600;
    color: #5c5447;
}

.cce_col{
	background-color: #000;
}

.te_col{
	background-color: #000;
}

.nacp_col{
	background-color: #8EA357;
}

.cms_col{
	background-color: #1599B6;
}

.above_col{
	background-color: #EEF2BC;
}

.obb_col{
	background-color: #000;
}

.bef_col{
	background-color: #000;
}

