@charset "utf-8";
/* CSS Document */
#diary-content {
    
}
#months a:link {
    color: #036;
    text-decoration: none;
}
#months a:visited {
    text-decoration: none;
    color: #036;
}
#months a:hover {
    text-decoration: none;
    color: #036;
}
#months a:active {
    text-decoration: none;
    color: #CCC;
}
.diary-content-box h2{
    margin: 0;
    text-align: center;
    font-weight: normal;
    padding: 24px 0;
    border-bottom: 1px solid #036;
    text-transform: uppercase;
    color: #4d4d4d;
}
.diary-content-box{
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.diary-content-box .diary-content{
    padding: 24px 37px 37px;
    color: #808080;
}
#months{
    
    margin: 38px 5px;
    width: 650px;
    
}
#months .month{
    float: left;
    width: 310px;
    height: 235px;
    margin-right: 12px;
}
#months .month h2{
    margin-top: -60px;
}
#months .month.grey-month, #months .month.grey-month h2{
    color: #b3b3b3;
}
#months .month.grey-month h2{
    border-color: #b3b3b3;
}
#months .month.current-month,#months .month.current-month h2{
    color: #4e808b; 
}
#months .month .year{
    text-align: center;
    margin-top: -20px;
    top:-20px;
    font-size: 12px;
}
#months .month.last{
    margin-right: 0;
}
#months .t-wrap{
    width: 252px;
    margin: 0 auto;
}
#months .t-head{
    margin: 12px 0;
    float: left;
}
#months .t-row{
    float: left;
    width: 100%;
    margin-bottom: 2px;
    cursor: pointer;
}
#months .t-row:hover{
    background-color: #dddddd;
    border-radius: 5px;
}
#months .t-row.selected{
    background-color: #dddddd;
    border-radius: 5px;
}
#months .grey-month .t-row:hover{
    background-color: #eee;
}
#months .grey-month .t-row.selected{
    background-color: #dddddd;
    color: #777777;
}

#months .t-cell{
    font-size: 14px;
    float: left;
    height: 22px;
    width: 36px;
    text-align: center;
}
#months .today{
    position: relative;
    font-weight: bold;
    background: url(../../assets/img/calendar_day-selected.png) no-repeat center center transparent;
    
}
#months .today:before {
    width: 26px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: -2px;
    diary-content: "";
    background: url(../../assets/img/calendar_day-selected.png) no-repeat center center transparent
}





