﻿table.DateTimeSelector
{
    border-left-width:thin;
    border-right-width:thin;
    border-left-color:Black;
    border-right-color:Black;
    border-left-style:solid;
    border-right-style:solid;
}
table.DateTimeSelector > tbody > tr > td > input
{
    width: 5em;
}
table.DateTimeSelector > thead > tr > th, table.DateTimeSelector > tbody > tr > th
{
    font-weight:bold;
}
table.DateTimeSelector > thead > tr > th, table.DateTimeSelector > tbody > tr > td, table.DateTimeSelector > tbody > tr > th
{
    text-align: center;
    
    border-top-width:thin;
    border-bottom-width:thin;
    border-top-color:Black;
    border-bottom-color:Black;
    border-top-style:solid;
    border-bottom-style:solid;
}
