#dolly{display: none;}
#scheduled-wrap{

}
#scheduled-wrap h2.title span{
    font-size: 11px;
}

#author-scheduled-posts{
    margin: 5px 0px 15px 0px;
}

#author-scheduled-posts .news{
    display: block;
    border-left: 10px solid #f0f0f0;
    padding: 10px;
    background: #f8f8f8;
}
#author-scheduled-posts .news .fb,#author-scheduled-posts .news .tw{
    height: 40px;
    width:350px;
    float:left;
    overflow: hidden;
}
#author-scheduled-posts .news .fb{
    padding-right: 10px;
    padding-left: 5px;
    margin-right: 10px;
    border-right: 2px solid #f0f0f0;
    
}
#scheduled-wrap .icon32-scheduled-posts-calendar{
    background: url("../img/ic-scheduledcalendar-32x32.png") no-repeat left top;
}
#scheduled-calendar-table{
    font-size: 16px;
    font-weight: 300;
    font-family: sans-serif,arial,helvetica;
    display: table;
    width:100%;
    padding: 1px;
    border: 1px solid #e0e0e0;
}

#scheduled-calendar-table thead tr td{
    background: #f0f0f0;
    color:#333;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-size: 12px;
}
#scheduled-calendar-table thead tr td .scheduled-calendar-nav a{
    color:#666;
    text-decoration: none;
}
#scheduled-calendar-table thead tr td .scheduled-calendar-nav a:hover{
    color: #ff0000;
}
#scheduled-calendar-table thead tr td .prev{
    float: left;
}

#scheduled-calendar-table thead tr td .next{
    float: right;
}

#scheduled-calendar-table tbody .week-list td{
    text-align: center;
    font-weight: bold;
    background: #f8f8f8;
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
}
#scheduled-calendar-table tbody .calendar-row td{
    position: relative;
}
#scheduled-calendar-table tbody .calendar-row td:nth-child(odd){
    background: #f8f8f8;
}

#scheduled-calendar-table tbody .calendar-row .calendar-block{
    width:25px;
    height:15px;
    line-height: 15px;
    font-size: 10px;
    color:#000;
    border: 1px solid #666;
    text-align: center;
    position: absolute;
    right:2px;
    bottom: 2px;
}
#scheduled-calendar-table tbody .calendar-row td{
    text-align: center;
    font-size: 12px;
    padding: 10px;
}

#scheduled-calendar-table tbody .calendar-row td.today{
    background: #ffffcc;
    font-weight: bold;
    border: 1px solid #999900;
}
#scheduled-list{
    padding: 0px;
    overflow-y: auto;
}
#scheduledpostscalendar_metabox  #scheduled-list{
    max-height: 400px;
}
#scheduled-list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#scheduled-list h3,#scheduled-list h4{
    margin: 0px;
    padding: 5px;
    color: #000;
}
#scheduled-list .scheduled-post-item li{
    display: block;
    margin-left: 12px;
    padding: 0px 0px 10px 10px;
    border-left: 5px solid #e0e0e0;
    margin-bottom: 3px;
    border-bottom: 1px dashed #e0e0e0;
}