table.calendarofevents hr {
    color: #000000;
    height: 1px;
}

table.calendarofevents tr td,
table.calendarofevents tr th {
    border: 1px solid #000000;
    color: #000000;
    padding: 3px;
}

table.calendarofevents td.heading {
    background-color: #B1B5A6;
    padding: 0px;
    font-weight: bold;
}

table.calendarofevents td.selectedday {
    background-color: #FFFFCC;
    color: #000000;
}

table.calendarofevents td.day,
table.calendarofevents td.selectedday {
    padding: 3px;
    vertical-align: top;
}

table.calendarofevents td.day table.noborderpadding,
table.calendarofevents td.selectedday table.noborderpadding {
    border: none;
    vertical-align: top;
}

table.calendarofevents td.day table.noborderpadding td,
table.calendarofevents td.day table.noborderpadding td table,
table.calendarofevents td.selectedday table.noborderpadding td,
table.calendarofevents td.selectedday table.noborderpadding td table {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

table.calendarofevents td.selectedweek,
table.calendarofevents td.week {
    text-align: center;
}

table.calendarofevents td.selectedweek {
    background-color: #FFFFCC;
    color: #000000;
}

table.calendarofevents ul {
    margin-top: 0px;
    list-style-type: square;
}

table.calendarofevents table.noborder,
table.calendarofevents table.noborder td {
    border: 0px solid #000000;
}

table.calendarofevents table.noborder td {
    text-align: left;
}

table.calendarofevents div.legend_heading {
    padding-top: 5px;
    padding-left: 5px;
}

table.calendarofevents div.legend_subheading {
    text-decoration: underline;
}

table.calendarofevents input.calendar_monthnames {
    width: 85px;
}

table.calendarofevents td.calendar_monthnames {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
}

table.calendarpopup {
    border: 1px solid #8CACBB;
    margin: 0em 1em 2em 0em;
    text-align: right;
}

table.calendarpopup a {
    text-decoration: none;
    color: #436976;
}

table.calendarpopup a:hover {
    text-decoration: none;
}

table.calendarpopup th {
    background-color: #DEE7EC;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

table.calendarpopup td {
    background-color: transparent;
    width: 1.5em;
    padding: 2px;
}

table.calendarpopup td.weekdays {
    background-color: #DEE7EC;
    border: 1px solid #8CACBB;
    border-style: solid none;
    text-align: center;
}

table.calendarpopup td.event {
    background-color: #DEE7EC;
    font-weight: bold;
}

table.calendarpopup td.noevent {
    background-color: transparent;
}

table.calendarpopup td.todayevent {
    background-color: #DEE7EC;
    border: 2px solid #FFA500;
    font-weight: bold;
}

table.calendarpopup td.todaynoevent {
    border-collapse: collapse;
    border: 2px solid #FFA500;
}

table.embeddedselector th {
    background-color: #666666;
    color: #FFFFFF;
    padding: 4px;
    padding-bottom: 2px;
}

table.embeddedselector td.calendar_date {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 100%;
}

table.embeddedselector td.emptyday {
    border: 1px solid #000000;
}

table.embeddedselector input {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
}

table.embeddedselector input.day {
    width: 30px;
}

table.embeddedselector td.currentday input.day {
    background-color: #FFFFCC;
    border: 1px solid #000000;
}

table.embeddedselector td.selected_date {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000000;
}

table.calendarofevents div.calendar_heading,
table.calendarofevents span.calendar_heading {
    font-size: 16pt;
    margin-top: 0px;
    padding-top: 0px;
    vertical-align: middle;
    text-align: center;
}
