body {
 background-color: #FFFFFF;
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 color: #000000;
 text-align: left;
}

p, td {
 font-size: 14px;
}

a {
 color: #0000FF;
 text-decoration: underline;
}

a:hover {
 color: #0000FF;
 text-decoration: none;
}

.footer {
 font-size: 10px;
}

.blackBacking {
 background-color: #000000;
}
.names {
 background-color: #7394FD;
 font-size: 13px;
 color: #FFFFFF;
 text-decoration: none;
 text-align:  center;
 font-family: Verdana;
 font-weight: bold;
}
.calendarBody {
 background-color: #F0F0F0;
 font-size: 12px;
 color: #000000;
 text-decoration: none;
 text-align:  center;
 font-family: Verdana;
}
.calCurrentDay {
 background-color: #F4F156;
 font-size: 11px;
 color: #FFFFFF;
}
.calOtherDay {
 background-color: #F0F0F0;
 font-size: 11px;
 color: #000000;
}
.calNotDay {
 background-color: #999999;
 font-size: 11px;
 color: #000000;
}
.calFormMenu {
 background-color: #7394FD;
 font-size: 13px;
 color: #FFFFFF;
 text-decoration: none;
 text-align:  center;
 font-family: Verdana;
 font-weight: bold;
}

.text {
 background-color: #FFFFFF;
 font-size: 12px;
 color: #000000;
 text-align: center;
 font-family: Verdana;
}

.error {
 background-color: #FF0000;
 color: #FFFFFF;
 font-weight: bold;
}

.directorylist {
 padding: 5px;
 cursor:pointer;
 margin-top: 5px;
 background-color:#A8C1FA;
 color: #000000;
 width: 500px;
 border-style: solid;
 border-color: #000000;
 border-width: 1px;
}

.subdir {
 padding: 5px;
 width: 500px;
 border-style: solid;
 border-width: 0px 1px 1px 1px;
 display: none;
}

.topnote {
 padding: 5px;
 width: 525px;
 background: #F7F352;
 color: #000000;
 font-weight: bold;
}

