

input.DatePicker{
    display: block;
    width: 150px;
    padding: 4px 3px 3px 24px !important;
    border: 1px solid #0070bf;
    font-size: 13px;
    background: #fff url(../img_css/date.gif) no-repeat top left;
    cursor: pointer;
}
html>body input.DatePicker{
    padding: 5px 3px 3px 24px !important;
}
input:focus.DatePicker{
    background: #fffce9 url(../img_css/datefocus.gif) no-repeat top left;
}
#data1_monthSelect, #data2_monthSelect{
    width:45% !important;
    padding:1px;
    
}
    
#data1_yearSelect, #data2_yearSelect{
    width:30% !important;
    padding:1px;
}
.dp_container{
    position: relative;
    padding: 0;
    z-index: 500;
    overflow:visible !important;
}
.dp_cal{
    background-color: #fff;
    /*border: 1px solid #0070bf;*/
    border: 1px solid #000;
    position: absolute;
    width: 177px;
    top: 28px;
    left: 16px;
    margin: 0px 0px 3px 0px;
}
.dp_cal table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.dp_cal select{
    margin: 2px 3px;
    font-size: 11px;
}
.dp_cal select option{
    padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
    width: 14.2857%;
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
}
.dp_cal th{
    /*border: solid #aad4f2;
    border-width: 1px 0;
    color: #797774;
    background: #daf2e6;*/
    color:#fff;
    background:#B3B3B5;    
    font-weight: bold;
    border-bottom:1px solid #000;
    border-top:1px solid #000;
}
.dp_cal td{
    cursor: pointer;
}
.dp_cal thead th{
    /*background: #d9eefc;
    background:#B3B3B5;*/
    background:#7A4A5F;
}
.dp_cal td.dp_roll{
    color: #000;
    background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
    visibility: hidden;
}
.dp_empty{
    background: #eee;
}
.dp_today{
    background: #daf2e6;
}
.dp_selected{
    color: #fff;
    /*background: #328dcf;*/
    background: #7A4A5F;
}