/* Events & Calendar
-------------------------*/
div.date{
    color: #7F7F7F;
    padding:0 2px 0 4px;
    font-family: Georgia,"Times New Roman",Times,serif;
    border: 1px solid #dedede;
    height: 41px;
    display: block;
    float: left;
    margin: 10px 15px 0 10px;
    padding: 8px 3px 8px 3px;
    background: #fff;
}

div.date a {
    text-decoration: none;
    color: #7F7F7F;
}

.upcoming_event ul {
    margin-top: 5px;
}

.calendar {
    /* width: 100%; */
    
    /* background: #FFCC00; */
    height: 288px;
    
    padding: 0;
    margin: 0;
}

.calendar .header, .calendar .week {
    clear: left;
    border-bottom: 1px solid #d6d6d6;
}

.calendar .label, .calendar .day {
    float: left;
    width: 67px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: lighter;
}


.calendar .label {
    border-right: 1px solid #F4F4F4;
}

.calendar .day {
    border-right: 1px solid #d6d6d6;
    vertical-align: top;
    cursor: pointer;
    height: 100%;
    background: #FFF;
}

.calendar .label:last-child, .calendar div.day:last-child,
.calendar .label.last, .calendar div.day.last {
    border-right: none;
    width: 66px;
}

.calendar .header {
    position: absolute;
    z-index: 100;
    height: 18px;
    width: 477px;
    color: #767676;
    font-weight: normal;
    text-align: center;
}

.calendar .week {
    height: 44px;
    width: 477px;
    position: absolute;
    border-top: 1px solid #d6d6d6;
    /* background: #FFF; */
}


/*
.calendar .week .day:last-child {
    width: 66px;
    border-right: none;
}
*/

.calendar .day.today {
    background: #ebf0f8;
}

.calendar .day div.number {
    float: right;
    margin: 5px;
    line-height: 10px;
}

.calendar .day.prev, .calendar .day.next {
    color: #AAA;
}

.calendar .day .count {
    background: url(../img/new/calendar_event_bg.gif) no-repeat;
    height: 12px;
    width: 100%;
    color: white;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    line-height: 13px;
}

.calendar .day .events {
    display: none;
}

.calendar .day:hover {
    cursor: pointer;
}

.calendar .day.active, .calendar .day.active.today{
    background: #FFF url(../img/new/calendar_active_bg.gif) repeat-x;
}


.calendar .slide_week {
    border-top: 1px solid #d6d6d6;
}

.calendar .week.w1 {
    margin-top: 18px;
}

.calendar .week.w2 {
    margin-top: 63px;
}

.calendar .week.w3 {
    margin-top: 108px;
}

.calendar .week.w4 {
    margin-top: 153px;
}

.calendar .week.w5 {
    margin-top: 198px;
}

.calendar .week.w6 {
    margin-top: 243px;
}

.calendar .infopanel {
    position: absolute;
    width: 474px;
    height: 224px;
    display: none;
    margin-top: 64px;
}

.calendar .infopanel .header {
    height: 27px;
    width: 454px;
    background: url(../img/new/infopanel_header-2.gif) no-repeat;
    margin: 8px 10px 0 10px;
}

.calendar .infopanel .header h2 {
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: lighter;
    /*font-variant: small-caps;*/
}

.calendar .infopanel .header h2 sup {
    font-size: 8px;
}

.calendar .infopanel .header .back {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    background: url(../img/new/calendar_back_bg.gif) no-repeat;
    width: 66px;
    height: 19px;
    font-size: 10px;
    padding-top: 2px;
    padding-left: 4px;
}

.calendar .infopanel .header .back:hover {
    cursor: pointer;
}

.calendar .infopanel .container {
    margin: 36px 10px 5px 10px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-top: none;
    width: 452px;
    height: 172px;
}

.calendar .infopanel .container .event {
    width: 200px;
    height: 26px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    line-height: 10px;
}

.calendar .infopanel .container .event.odd {
    background-color: #fff;
}

.calendar .infopanel .container .event:hover {
    cursor: pointer;
}

.calendar .infopanel .container .event.active {
    /*border-right: 7px solid #e7e7e7;*/
}

.calendar .infopanel .container .event span.name {
    display: block;
    margin-left: 5px;
    padding-top: 3px;
    width: 135px;
    float: left;
    color: #333333;
}

.calendar .infopanel .container .events .event span.time {
    display: block;
    float: right;
    padding-top: 9px;
    margin-right: 8px;
    color: #949494;
}

.calendar .infopanel .container .events {
    float: left;
    width: 210px;
}

.calendar .infopanel .container .event-info {
    float: right;
    height: 150px;
    width: 220px;
    padding: 5px;
    border: 1px solid #CCC;
    margin: 5px;
    overflow: hidden;
    font-weight:lighter;
}

/* Recent Book Listing
-------------------------*/
.book_for_sale {
    background:#FFFFFF url(../img/box_bg2.gif) repeat-x scroll center bottom;
    border-bottom:1px solid #DEDEDE;
    height:81px;
    width: 306px;
    float: left;
    overflow: hidden;
    padding: 5px;
}

.book_for_sale img {
    float: left;
    margin-right: 5px;
    overflow: hidden;
}

.book_for_sale h5.title {
    height: 50px;
    margin-bottom: 2px;
}

.book_for_sale a {
    text-decoration: none;
}

.book_for_sale ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.book_for_sale li {
    font-weight: lighter;
    font-size: 11px;
}

.book_for_sale .price {}
