.calendarone{
    float: left;
    display: block;
    margin-top: 16px;
    width: 100%;
    background: #ffffff;
    position: relative;
}
.calendarone a {display: block; text-decoration: none; color: #666666;}
.calendarone a:hover {display: block; text-decoration: underline; color: #333333;}

.calendaroneshow{
    float: left;
    display: block;
    margin: 0px;
    width: 100%;
    background: #ffffff;
}

.monthtitle{
    width: 100%;
    height: 25px;
    text-align: center;
}

.weekdays{
    width: 100%;
    height: 27px;
    background: #ededed;
}

.weekday{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #ededed;
}

.weekdayred{
    float: left;
    width: calc((100% - 28px)/7);
    color: #ff0000;
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #ededed;
}

.week{
    width: 100%;
    height: 29px;
    background: #ffffff;
    line-height: 26px;
}

.daynot{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    color: #aaaaaa;
    background: #f8f8f8;
}

.dayrednot{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    color: #ffaaaa;
    background: #f8f8f8;
}

.dayold{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #f8f8f8;
}

.daygetday {
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #f3f3f3;
    border: 1px solid #ff0000;
}

.dayredold{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    color: #ff0000;
    background: #f8f8f8;
}

.dayredgetday{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #f3f3f3;
    border: 1px solid #ff0000;
}

.dayredgetday:hover{
    background: #e8e8e8;
    border: 1px solid #ff0000;
}

.dayredgetday a{
    color: #ff0000;
}

.dayredgetday a:hover{
    color: #ff0000;
}

.weektoday{
    float: left;
    width: 100%;
    height: 29px;
    background: #ffffff;
    text-align: right;
    font-size: 12px;
    padding-right: 2px;
}
.weektoday a {display: block; text-decoration: none; color: #666666;}
.weektoday a:hover {display: block; text-decoration: underline; color: #333333;}

.leftrightone{
    float: left;
    padding: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 25px;
}

.calendaronebuttonleft{
    float: left;
    width: 39px;
    text-align: center;
    height: 25px;
    background: #ffffff;
}

.calendaronebuttonleft:hover{
    background: #f3f3f3;
}
.calendaronebuttonleft a {display: block; text-decoration: none; color: #666666;}
.calendaronebuttonleft a:hover {display: block; text-decoration: none; color: #333333;}

.calendaronebuttonright{
    float: right;
    width: 39px;
    text-align: center;
    height: 25px;
    background: #ffffff;
}

.calendaronebuttonright:hover{
    background: #f3f3f3;
}

.calendaronebuttonright a {display: block; text-decoration: none; color: #666666;}
.calendaronebuttonright a:hover {display: block; text-decoration: none; color: #333333;}