﻿#calendarDiv
{
    background-color: #FFFFFF;
    border: medium ridge #003300;
    position: absolute;
    text-align: left;
    visibility: hidden;
    width: 250px;
    height: 175px;
}
#calendarDiv2
{
    background-color: #FFFFFF;
    border: medium ridge #003300;
    position: absolute;
    text-align: left;
    visibility: hidden;
    width: 250px;
    height: 175px;
}

#closelink
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 8pt;
    text-decoration: none;
    color: #0000cd;
    text-align: right;
}

#closelink a
{
    text-decoration: none;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10px;
    color: #006600;
}

#closelink a:hover
{
    color: #8b0000;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10px;
    text-decoration: none;
}
#caltable
{
    border-right: #000080 double;
    border-top: #000080 double;
    border-left: #000080 double;
    border-bottom: #000080 double;
    border-color: #003300;
}

#calOvertable
{
    width: 250px;
    font-size:14px;
    font-weight:bolder;
    color:#006600;
    margin-left:auto;
    margin-right:auto;
}
.calendarlinks a
{
    font-size: 12px;
    color: #006400;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.calendarlinks a:hover
{
    font-size: 12px;
    color: #b22222;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.dayname
{
    font-size:12px;
    font-weight:bolder;
    color:#006600;
    }