#MTW_calendar{
/*    border: solid 1px blue;*/
    border: 0;
    margin: auto;
    text-align: center;
}
#MTW_calendar td,
#MTW_calendar th
{
    border: 0;
}
.calendar{
    margin: 5px;
    text-align: center;
}
.module-calendar .module-header{
    position: relative;
    width: 100%;
}
.module-calendar .module-header a:link,
.module-calendar .module-header a:visited{
    text-decoration: none;
}
.module-calendar .prev_month{
    position: absolute;
    top: 0;
    left: 32px;
}
.module-calendar .next_month{
    position: absolute;
    top: 0;
    right: 32px;
}
.module-calendar .year_month{
    text-align: center;
}
.calendar table{
    padding: 0;
    border-collapse: collapse;
    margin: auto;
}
.calendar th{
    text-align: center;
    padding-bottom: 2px;
    font-size: 80%;
    width: 23px;
    letter-spacing: -1px;
}
.calendar td{
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: right;
    font-size: 90%;
    letter-spacing: -1px;
}
.calendar span,
.calendar a{
    display: block;
    width: 100%;
    height: 100%;
}
.calendar .today{
    display: block;
    border: 1px solid #444444;
}
.calendar td a:link,
.calendar td a:visited{
    font-weight: bold;
    color: black;
    text-decoration: underline;
}
.calendar .sunday,
.calendar .sunday a:link,
.calendar .sunday a:visited{
    color: #ee0010;
}
.calendar .saturday,
.calendar .saturday a:link,
.calendar .saturday a:visited{
    color: #0000ff;
}

