﻿.dpButton {
    text-decoration:none;
    
}
.dpButtonTD {
    padding:7px;
}
.dpTitleTD {
    position: relative;
    top: 3px;
}
.dpTitleText {
    font-size:12px;
    color:#222;
    font-weight:bold;
}
.dpTable {
    width:200px;
    font-size:12px;
}
.dpDayTD {
    background-color: #FFF;
    color: #222;
    font-weight:bold;
    border:1px solid #00529B ;
}
.dpTD {
    border: 2px solid #FFF;
    width: 50px;
    background-color:white;
    font-size:10px;
    color:#000;
}
.dpDayHighlight {
    color: white;
    background-color:#396DA6;
    font-weight:normal;
    font-size:10px;
    border:0px;
    padding:5px;
}