.cal_heading
{
font-family: "Verdana";
font-size: 18px;
font-weight: bold;
color: #000000;
text-align: center;
}

.cal_link_inactive
{
font-family: "Verdana";
font-size: 16px;
font-weight: normal;
font-style: italic;
color: #a0a0a0;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

.cal_link
{
font-family: "Verdana";
font-size: 16px;
font-weight: bold;
color: #000000;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

a.cal_link:link
{
color: blue;
text-decoration: none;
}

a.cal_link:active
{
color: red;
text-decoration: none;
}

a.cal_link:visited
{
color: blue;
text-decoration: none;
}

a.cal_link:hover
{
color: #ffffff;
background-color: #054da5;
text-decoration: none;
}

.cal_td
{
background-color: #ffffff;
border-style: dotted;
border-color: #c6ddf4;
border-width: 1px;
text-align: center;
font-family: "Verdana";
font-size: 16px;
}

.cal_table
{
background-color: #ffffff;
border-style: solid;
border-top-color: #a0a0a0;
border-left-color: #a0a0a0;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 3px;
border-right-width: 3px;

margin: 20px;
}

.cal_thead
{
font-family: "Verdana";
font-size: 18px;
font-weight: normal;
color: #ffffff;
background-color: #010cc9;
border-style: solid;
border-top-color: #a0a0a0;
border-left-color: #a0a0a0;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
margin: 20px;
text-align: center;
}
