﻿.dpTable
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #505050;
    background-color: #ece9d8;
    border: 1px solid #AAAAAA;
}
.dpTR
{
    border: 1px solid #ece9d8;
}
.dpDayHighlightTD
{
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
}
.dpDayTD
{
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: white;
}
.dpTitleText
{
    font-size: 12px;
    color: gray;
    font-weight: bold;
}
.dpDayHighlight
{
    color: #4060ff;
    font-weight: bold;
}
.dpButton
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
    padding: 0px;
}
.dpTodayButton
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
}
.dpDiv
{
}
.dpTable
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #505050;
    background-color: #ece9d8;
    border: 1px solid #AAAAAA;
}
.dpTR
{
}
.dpTitleTR
{
}
.dpDayTR
{
}
.dpTodayButtonTR
{
}
.dpTD
{
    border: 1px solid #ece9d8;
}
.dpDayHighlightTD
{
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
}
.dpTDHover
{
    background-color: #aca998;
    border: 1px solid #888888;
    cursor: pointer;
    color: red;
}
.dpTitleTD
{
}
.dpButtonTD
{
}
.dpTodayButtonTD
{
}
.dpDayTD
{
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: white;
}
.dpTitleText
{
    font-size: 12px;
    color: gray;
    font-weight: bold;
}
.dpDayHighlight
{
    color: #4060ff;
    font-weight: bold;
}
.dpButton
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
    padding: 0px;
}
.dpTodayButton
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
}
.dpDiv
{
}
.dpTable
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #505050;
    background-color: White;
    border: 1px solid #1ebbff;
}
.dpTR
{
}
.dpTitleTR
{
}
.dpDayTR
{
}
.dpTodayButtonTR
{
}
.dpTD
{
    border: 1px solid white;
}
.dpDayHighlightTD
{
    background-color: #ccff33;
    border: 1px solid #AAAAAA;
}
.dpTDHover
{
    background-color: #1ebbff;
    border: 1px solid #6666ff;
    cursor: pointer;
    color: white;
    font-weight: bold;
}
.dpTitleTD
{
}
.dpButtonTD
{
}
.dpTodayButtonTD
{
}
.dpDayTD
{
    background-color: #b3f232;
    border: 1px solid #1ebbff;
    padding: 2px;
    color: black;
    font-weight: bold;
}
.dpTitleText
{
    font-size: 12px;
    color: black;
    font-weight: bold;
}
.dpDayHighlight
{
    color: Blue;
    font-size: 14px;
    font-weight: bold;
}
.dpButton
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: green;
    border: solid 1px #1ebbff;
    background: white;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
}
/* the "This Month" and "Close" buttons at the bottom */.dpTodayButton
{
    font-family: Verdana;
    font-size: 12px;
    border: solid 1px #1ebbff;
    color: blue;
    background: white;
    font-weight: normal;
    cursor: pointer;
}
  table.css
        {
            font-family:  verdana;
            font-size: 11px;
            width: 100%;
            border: 0px solid #1ebbff;
            table-layout: fixed;
            border-collapse: collapse;
            empty-cells: show;
        }
        table.css tbody tr
        {
            color: #333;
            background:#FFFBF4;
        }
        table.css tbody tr.zebra
        {
            color: #333;
            background: #F7F7F7;
        }
        table.hover tbody tr:hover
        {
            color: #333;
            font-weight: bold;
            background: #C6E3FF;
        }
        table.css tbody td, table.css tbody th
        {
            border: 0px solid #1ebbff;
            padding: 5px;
        }
        table.css tbody th
        {
            text-align: left;
        }
        table.css tbody td.number, table.css thead th.number
        {
            text-align: right;
        }
        table.zebra tbody td, table.zebra tbody th
        {
            border: none;
        }
   