

.weekpicker {
    background-color: #ffffff;
    border: 1px solid #006DCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
    position: absolute;
    z-index: 900;
    padding-bottom: 4px;
    margin: 10px;
    font-size: 10px;
    margin-left: -338px;
    
}

.weekpicker .head td, .weekpicker td.span0, .weekpicker .calendar .span1 {
    color: #000;
}
.head td{
    height: 20px;
    font-size: 120%;

}
.weekpicker .week-nav {
    position: relative;
    text-align: center;
    padding: 4px 0;
    font-size: 150%;
    left: -500;
}

.weekpicker .week-nav .prev, .weekpicker .week-nav .next {
    cursor: pointer;
    margin: 15px;
    padding: 15px;
}

.weekpicker .calendar {
    padding: 15px;
}

.weekpicker .calendar td {
    padding: 1px 8px;
    text-align: center;
    vertical-align: middle;
}

.weekpicker .calendar td.month-col {
    vertical-align: top;
}

.weekpicker .week .box0, .weekpicker .week .box1 {
    cursor: pointer;
}

.weekpicker .week-label {
    width: 20px;
    padding: 0 5px;
    font-weight: bold;
    
}
.week-label {
    top: -22px;
    font-size: 130%

}
.weekpicker .calendar .box0 {
    background-color: #fff;
    color: #A19E98;
}

.weekpicker .calendar .box1 {
    background-color: #F7F7F7;
    color: #A19E98;
}

.weekpicker td.span0, .weekpicker .calendar .span1 {
    padding-right: 20px;
    vertical-align: top;
}

.weekpicker .calendar .box0, .weekpicker .calendar .box1 {
    border: 1px solid #E7E7E7;
}

.weekpicker .highlighted .box0, .weekpicker .highlighted .box1 {
    background-color: #D2D2D2;
    color: #7F7E7C;
}

.weekpicker .week-nav,
.weekpicker .selected .box0,
.weekpicker .selected .box1 {
    background-color: #f5a826;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}