.archive2 {
    width: 250px;
}
.archive2 h1 
{
    color: #115B9D;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0 5px 3px 5px;
    text-align: center;
}
.archive2 .selected 
{
    color: #7e7e7e;
    border-top: 1px solid #7D9CB9;
    font-size: 12px;
    margin: 3px 0 15px 0;
    padding: 5px;
    text-align: center;
}
.archive2 .navigation {
    border-top: 2px solid #7D9CB9;
    border-bottom: 1px solid #7D9CB9;
    overflow: auto;
    margin-bottom: 3px;
    padding: 5px 0;
    text-align: center;
}
.archive2 .navigation small,
.archive2 .navigation strong {
    display: block;
    float: left;
    padding: 2px 0;
    text-align: center;
    width: 82px;
}
.archive2 .navigation small {
    color: #cecece;
    font-size: 12px;
    padding-top: 4px;
}
.archive2 .navigation small a {
    border-bottom: 1px dashed;
    text-decoration: none;
}
.archive2 .navigation strong {
    font-size: 16px;
    font-weight: bold;
}

.archive2 .calendar {
    font-size: 12px;
    overflow: auto;
    /*margin-bottom: 15px;*/
}
.archive2 .calendar b {
    display: block;
    float: left;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 83px;
}
.archive2 .calendar strong {
    background: #3A89CF;
    color: #fff;
    padding: 1px 7px;
}
.archive2 .calendar span {
    color: #cecece;
}
.archive2 .calendar a {
    color: #000;
}
.archive2 .calendar a:hover {
    color: #cc0000;
}
.archive2 .calendar a.current {
    font-weight: bold;
}