.event_cal {
    float: left;
    width: 100%;
  /* border-bottom: solid 1px #cecece;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}

table.event_cal {
    width:100%;
    
}

#ajax_cal {
    margin-top:40px;
    float: left;
    width: 100%;
}

.daynum .left {
    width:46px;
    float:left;
}

.daynum .right {
    float:left;
    padding-left: 40px;
}

.left_top {
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
        text-align: center;
}

.datetime {
    font-weight:600;
    color:#585858;
    font-family: 'Libre Franklin', sans-serif;
        float: left;
}

.left h3 {
    margin:0px;
    font-family: 'Libre Franklin', sans-serif;
}

.right h4 {
    margin:0px;
    font-family: 'Libre Franklin', sans-serif;
        margin-bottom: 12px;
}

.left_bot {
    width: 100%;
    float: left;
    color: #000;
    font-size: 34px;
    font-weight: bold;
        text-align: center;
}

.daynum.hasevent {
    float:left;
    padding:16px 0;
    border-bottom: dotted 1px #cecece;
        width: 100%;
}

.cal_blank {
    display:none;
}

.day, .current {
    float:left;
}

.event_cal .select.prev {
    width:20%;
    float:left;
    margin-top: 18px;
}

.event_cal .select.prev button, .event_cal .select.next button {
    background:none;
    border:none;
    font-size: 22px;
    color: #585858;
}

.top_container {
    width:100%;
    float:left;
}

.event_cal .year {
    width: 60%;
    float: left;
    font-size: 38px;
    color: #0072bc;
}

.event_cal .select.next {
    width:20%;
    float:left;
    margin-top: 18px;
}

.event_cal #select {
    text-align: left;
}

.event_cal #year {
    height: 28px;
    font-size: 16px;
    text-align: center;
    padding: 5px 12px 5px 0px;
}

.event_cal .header TD {

    text-align: center;
    font-size: 10px;
    height: 10px;
    padding: 5px 0px 5px 0px;
}

.event_cal .daynum {

    font-size: 10px;

}

.event_cal TD {
    width: 22px !important;
    height: 22px;
    border-color: #c6c6c6;
    border-width: 1px;
    border-style: solid;
    padding: 0px 3px 0px 3px;

}

.event_cal TD.booked {
    background-color: #ffdbdb;
}

.event_cal TD.available {
    background-color: #dfffdc;
}

.event_cal TD:hover {
    background-color: #f4f4f4;
}

.event_cal .cal_blank {

    background-color: #e7e7e7;

}

.event_cal .current {
    background-color: #f5f5f5;
}

.event_cal .day {

}

.event_cal .cal_day {

}

.event_cal .cal_day a {
    font-size: 12px;

}

.event_cal .allday, .allday a {
    background-color: #e6e1de;
}

.event_cal .normal, .normal a {

}

.event_cal .infowrap {
    width: 350px;
}

.iCal {
    margin-top: 5px;
    float: right;
    line-height: 35px;
}

.iCal img {
    float: left;
    padding-top: 5px;
}

.custom_style {
    margin-top: 12px;
    text-decoration: none !important;
    padding: 4px 8px 6px 8px;
    float: right;
}

.custom_style:hover {
    cursor: pointer
}

.error {
    color: red;
}

.success {
    color: green;
}

.label {
    text-align: right;
}

.struct a {
    padding-left: 8px;
    padding-right: 5px;
}

.struct {
    padding-bottom: 5px;
}

a.button, a.button:active, a.button:hover {
    color: white !important;
}

