﻿/* the divs that holds the date picker calendar */
div.datepicker {
    width: 250px;
    text-align: left;
    display: inline-block;
}

div.datepicker .day, div.datepicker .month {
    width: 40px;    
    float: left;
    clear: none;
    display: inline-block;
    border: none;
}

div.datepicker .day input, div.datepicker .month input {
    width: 35px;
    text-align: center;
    padding-bottom: 2px;
}

div.datepicker .year {
    width: 60px;    
    float: left;
    clear: none;
    display: inline-block;
    border: none;
}

div.datepicker .year input {
    width: 55px;
    text-align: center;
    padding-bottom: 2px;
}

div.datepicker.textual .date input {
    border: none;
}

div.datepicker .dashmark {
    width: 15px;    
    float: left;
    clear: none;
    text-align: left;
    font-weight: bold;
    color: Black;
    font-size: medium;
    margin-top: 10px;
    margin-left: 5px;
}

.watermark {
    color: Gray;
}
