.calendar  * {
    box-sizing: border-box;
	font-family: "museo-sans",sans-serif ;
    font-size: 14px;
}
.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}
.calendar {
    cursor: default;
    width: 100%;
    height: auto;
}

.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.calendar .c-pad-top {

}

.c-grid {
    margin-bottom:40px;
    height: inherit;
}
.c-day {
    width: 14.28%;
    height: 45px;
	line-height:45px;
    background-color: #EFF4F9;
    float: left;
    text-align: center;
}

.c-day-previous-month {
    width: 14.28%;
    height: 45px;
	line-height:45px;
    background-color: #F9FBFD;
    float: left;
    text-align: center;
    color: gray;
}

.c-day-next-month {
    width: 14.28%;
    height: 45px;
	line-height:45px;
    background-color: #F9FBFD;
    float: left;
    text-align: center;
    color: gray;
}

.c-week-day {
    width: 14.285%;
    height: 10.38%;
    background-color: #0089BD;
    color: white;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 1%;
}

.c-next {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: right;
    cursor: pointer;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background-color: #D8EAF1;
}

.c-event {
	color: #FFF;
    font-weight: bold;
	background-color: #0089BD;
}

.c-grid {
    float: left;
    width: 50%;
}

.c-event-grid {
 
}

.c-grid-title {
    font-weight: bold;
    float: left;
	background-color: #0089BD;
    color: white;
	padding: 10px;
	font-size:16px;
}

.c-event-title {
    width: 100%;
    font-weight: bold;
    color: #0089BD;
	padding: 10px 0px; 
	border-bottom:1px #ccc dashed;
	font-size:16px;
}

.c-event-body {
    margin-top: 10px;
}

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    height: 95%;
    cursor: pointer;  
}
.eventData {
	font-size:12px;
	font-weight:700;
}
.c-event-item > .title {
    font-weight: bold;
	color: #0089BD;
	font-size:16px;
	font-weight:700;
} 

.c-event-item > div {
    text-overflow: ellipsis;
    width: inherit; 
    overflow: hidden;
}

.c-event-item {
    margin-top: 10px;
    margin-bottom: 10px;
	background-color: #F7F8F9;
	padding:20px;
}

.c-event-over {	
}

.c-event-over > .description {
    font-weight: normal;
    margin-top: 20px;
    
}

.thumb {
	width:300px;
	position:relative;
	float:left;
	height:300px;
}