.periodnavtext{
    font-size: 50px;
    text-align: center;
}

.Calendar{
    position: relative;
    width:100%;
}


.today {
    background-color: #66ccff;
}


.month {
    text-align: center;
    border-collapse:collapse;
    width:100%;
}


.month th {
    text-align: center;
    height:40px;
    border: 1px solid #808080;
    font-size: 25px;

}


.month td {
    vertical-align: top;    
}


.weektotal{
    border: 1px solid #808080;
    width:12%;
}


.weekbar {
    display:block;
    padding: 10px 2px 10px 2px;
    margin: 0 auto;
}


.weeknum{
    font-size: 25px;
}


.weeksign{
    font-size: 13px;
}


.weekcontext{
    padding-top: 15px;
    font-size: 18px;
    text-align: right;
    color:#888888
}


.emptycol{
    width: 30px;
    width: 4%;
}


.mon, .tue, .wed, .thu, .fri, .sat, .sun{
    width:12%;
    border: 1px solid #868686;
}

.mon:hover, .tue:hover, .wed:hover, .thu:hover, .fri:hover, .sat:hover, .sun:hover {
    background-color: #fce8e8;
}

.noday{
    background-color: #e5e5e5;
}

.thisday{
    border: 7px solid #e80000;
}

.nameday {
    font-size: 25px;
}

.daybar {
    display: block;
    padding: 10px 2px 10px 2px;
    height: 120px;
    margin: 0 auto;
}


.daynum {
    font-size: 30px;
    text-align: left;
}
.daycontext{
    padding-top: 25px;
    font-size: 18px;
    text-align: right;
    color:#888888
}

.monthtotal{font-size:18px;}
.monthtotal th{width:220px; height:24px; text-align:center; }
.monthtotal td{width:150px; text-align: right;}