#sideBar{
    width:200px;
    background-color: #F0F1F2;
    box-shadow: inset 0 0 6px #ddd;
}
#blogCalendar,
#profile_block{
    line-height: 26px;
}
#blogCalendar{ background-color: #FFF; }
#blogCalendar td{
    border: 1px solid #DDD;
}
.CalTitle td{
    border: none !important;
}
#profile_block{
    padding-left: 1em;
}
.CalNextPrev{
    text-align: center;
    font-size: 18px;
    font-family: Georgia;
}
.catListTitle{
    margin: 5px 0;
    height: 30px;
}
.input_my_zzk{
    width: 136px;
    border: 1px solid #aaa;
    height: 16px;
    padding: 3px 0;
    line-height: 16px;
    box-shadow: inset 0 0 3px #bbb;
}
input.btn_my_zzk{
    background-color: rgb(20,66,100);
    width: 58px;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    border: 0;
}
#ad_under_post_holder{
    display: none;
}