﻿/* CSS Document */
body
{
    margin: 0px;
    background-repeat: repeat;
}
a.BodyLinks:link
{
    color: #660066;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
a.BodyLinks:visited
{
    color: #660066;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
a.BodyLinks:hover
{
    color: #660066;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: underline;
}
a.BodyLinks:active
{
    color: #660066;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
a.BodyLinksLarge:link
{
    color: #660066;
    font-family: Verdana;
    font-size: 14pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
a.BodyLinksLarge:visited
{
    color: #660066;
    font-family: Verdana;
    font-size: 14pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
a.BodyLinksLarge:hover
{
    color: #660066;
    font-family: Verdana;
    font-size: 14pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: underline;
}
a.BodyLinksLarge:active
{
    color: #660066;
    font-family: Verdana;
    font-size: 14pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
a.ClassesLinks:link
{
    color: #660066;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
a.ClassesLinks:visited
{
    color: #660066;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
a.ClassesLinks:hover
{
    color: #660066;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: underline;
}
a.ClassesLinks:active
{
    color: #660066;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
h1
{
    padding: 5px;
    font-family: Verdana;
    font-size: 12pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #660066;
    margin: 0px;
}
h2
{
    padding: 2px;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #660066;
    margin: 0px;
}
h3
{
    padding: 2px;
    font-family: Verdana;
    font-size: 12pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #660066;
    margin: 0px;
}
hr
{
    padding: 0px;
    color: #660066;
    margin: 0px;
}
li
{
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: black;
    margin: 0px 1px 0px 10px;
    text-decoration: none;
}
p
{
    padding: 5px;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: black;
    margin: 0px;
}
p.Header
{
    padding: 5px;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #660066;
    margin: 0px;
}

ul
{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
}
.Menu
{
    font-style: normal;
    font-family: 'Times New Roman';
    font-variant: small-caps;
    text-decoration: none;
    text-align: center;
}
.error
{
    color: Red;
}
.Button
{
    font-weight: normal;
    font-size: 10pt;
    text-transform: none;
    color: black;
    font-style: normal;
    font-family: 'Times New Roman';
    font-variant: small-caps;
    text-decoration: none;
    margin: 0px;
}
/* calendar title */
.caltitle td
{
    font-size: 12pt;
    padding: 0px;
}

/* calendar day header */
.caldayheader
{
    font-weight: bold;
    text-align: center;
    border: solid 1px #000099;
}

/* calendar table */
.cal
{
    border: solid 1px #000099;
}

/* calendar day */
.calday
{
    background: #ffffff;
    border: solid 1px #000099;
    height: 85px;
}

/* calendar day in other month */
.calday2
{
    border: solid 1px #000099;
    height: 75px;
    background: #b0c4de;
    filter: alpha(opacity=50);
}

/* today */
.caltoday
{
    background: #ffff66;
}	

.cal a, .cal a:visited
{
	color: #0000ff;
	text-decoration: underline;
}

.cal a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.cal ul
{
    list-style-type: disc;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
}

.cal li
{
	font-size: 8pt;
	padding-bottom: 0px;
    color: Black;
    text-align: left;
}
.thumbnails img
{
    padding: 5px;
}