div#dte_selector:empty {
    display: none;
}

div#dte_selector {
    position: absolute;
    width: 300px;
    height: 250px;
    border: 1px solid #404040;
    box-shadow: 2px 2px 5px #808080;
    border-radius: 5px;
    background-color: white;
    z-index: 210;
    text-align: center;
}

div#dte_selector > table {
    margin: auto;
    margin-top: 5px;
}

div#dte_selector > table > tbody > tr:nth-child(1) > th:nth-child(1):hover, div#dte_selector > table > tbody > tr:nth-child(1) > th:nth-child(3):hover {
    cursor: pointer;
    background-color: yellow;
    border-radius: 4px;
}

div#dte_selector > table > tbody > tr:nth-child(1) > th {
    text-align: center;
    font-family: arial;
    font-size: 16px;
}

div#dte_selector > table > tbody > tr:nth-child(2) > td {
    text-align: center;
    width: 30px;
    font-family: arial;
    font-size: 12px;
}

div#dte_selector > table > tbody > tr:nth-child(n+3) > td {
    width: 35px;
    height: 25px;
    border: 1px solid #808080;
    font-family: arial;
    text-align: center;
    cursor: pointer;
}

div#dte_selector > table > tbody > tr:nth-child(n+3) > td.hl {
    background-color: yellow;
    font-weight:bold;
}

div#dte_selector_background {
    background-color: black;
    opacity: 0.25;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 209;
    display: block;
}

div#dte_selector_background:empty {
    display: none;
}

input.date {
    width: 100px !important;
    text-align: center;
    cursor: pointer;
}

input.datepicker, input.datepicker_disabled {
    width: 100%;
    text-align:center;
    cursor: pointer;
}

#timepicker {
    margin-top:5px;
    font-size:20px;
    width:120px;
}
#timepicker > option {
    text-align:right;
    padding-right:10px;
}