/*日历*/
.calen{ width: 285px; height: 295px; padding: 10px; background: #a71e32; position: relative; }
.calen .calendar{ position: relative; }
.calen .calen-bg{ width: 285px; height: 250px; background: #FFF; position: absolute; left: 10px; bottom: 10px; }
.calen .calen-icon{ width: 6px; height: 12px; background: url(images/calen-d.png) no-repeat; position: absolute; right: 0; top: 35px; }


.calen-index .c-grid .c-event-over{ background: url(images/calen-icon-arrow.png) no-repeat 7px 23px; }
.calen-index .c-event-body{ border-color: #a71e32; }
.calen-index .c-event-item > .title{ color: #a71e32; }

.calendar  * {
    box-sizing: border-box;
    font-family: "Microsoft YaHei", Tahoma;
    font-size: 14px;
    color: #666;
}
.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}
.calendar {
    cursor: default;
    width: 255px;
    height: 270px;
    padding: 0 15px; 
}

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

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

.c-grid {
    height: inherit;
}
.c-day {
    width: 14.28%;
    height: 13%;
    float: left;
    text-align: center;
    border-top: 1px solid #dedede; 
}

.c-day.c-today{
    background: #ffab51;
    color: #FFF;
}

.c-day-previous-month {
    width: 14.28%;
    height: 13%;
    float: left;
    text-align: center;
    color: #dedede;
    border-top: 1px solid #dedede;
}

.c-day-next-month {
    width: 14.28%;
    height: 13%;
    float: left;
    text-align: center;
    color: #dedede;
    border-top: 1px solid #dedede;
}

.c-week-day {
    width: 14.28%;
    height: 13%;
    float: left;
    text-align: center;
    padding-top: 1%;
    color: #000;
}

.c-next {
    width: 12.5%;
    height: 15%;
    padding: 2% 2% 0 2%;
    text-align: right;
    cursor: pointer;
    font-family: '宋体'; 
    font-size: 18px;
}

.c-previous {
    width: 12.5%;
    height: 15%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
    font-family: '宋体'; 
    font-size: 18px;
}

.c-month {
    width: 75%;
    height: 16.5%;
    text-align: center;
    font-size: 16px;
}

.c-nav-btn-over {
    color: #FFF !important;
    font-weight: bold;
}

.c-today {
    background: url(images/pie.png) no-repeat 2px 0px;
}

.c-event {
    color: #a71e32;
	background-color: #CCFFFF;
    cursor: pointer;
}

.c-grid {
    float: left;
    width: 255px;
}

/*带Title样式*/
.c-title {
    width: 40%;
    font-size: 16px;
    height: 15%;
}

.c-previous.c-title-inner{
    width: 5%;
}

.c-month.c-title-inner{
    width: 50%;
}

.c-next.c-title-inner{
    width: 5%;
}



/*提示框样式*/
.c-event-grid {
    width: 425px;
    padding-left: 18px;
    margin-top: -10px;
    height: auto;
    position: absolute; 
    left: 87px; 
    top: 100px;
    display: none; 
}

.c-grid-title {
    float: left;
    color: white;
}

.c-event-title {
    display: none; 
    width: 100%;
    height: 12%;
    text-align: center;
    font-weight: bold;
    background-color: #11a0a8;
    color: white;
}

.c-event-body {
    background-color: #f6f6f6;
    height: 88.1%;
    border: 1px solid #11a0a8;
    padding: 15px 15px 0; 
	z-index: 10;
}

.c-event-list {
    padding: 7px 0 0 0;
    overflow: auto;
    height: 95%;
}

.c-event-item {
    margin-bottom: 20px;
    display: none;
}

.c-event-item > .title {
    color: #11a0a8; 
    font-size: 12px;
    padding-bottom: 5px; 
    padding-left: 10px;
    background: url(images/calen-icon-blue.png) no-repeat 0px -269px;
}
.c-event-item > .title a{
    color: #11a0a8;
}

.c-event-item > .title a:hover{
    color: #0e8187;
}

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

/*时间地点样式*/
.c-event-item .description{
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-left: -5px;
}

.c-event-item .description .c-event-time{ 
    font-size: 12px; 
    padding-left: 18px;
	margin: 10px;
    background: url(images/calen-icon-blue.png) no-repeat 0px -132px;
}

.c-event-item .description .c-event-place{ 
    font-size: 12px; 
    padding-left: 18px;
    background: url(images/calen-icon-blue.png) no-repeat 0px -89px;
}

.c-event-over{ 
    display: block; 
}

.c-event-over > .description {
    font-weight: normal;
}