BODY {
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: black;
}

.bodytext {
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: black;
}

FORM {
    margin: 0px;
}

.LinkButton {
    background-color: #915828;
    color: white;
    padding: 4px;
}

.LinkButtonPress {
    background-color: #F3D196;
    border-left: #CBA370 1px solid;
    border-right: #CBA370 1px solid;
    color: black;
    padding: 4px;
}

A.menubar:link {
    font-weight: bold;
    font-size: smaller;
    color: black;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    text-decoration: none;
}

A.menubar:visited {
    font-weight: bold;
    font-size: smaller;
    color: black;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    text-decoration: none;
}

A.menubar:hover {
    font-weight: bold;
    font-size: smaller;
    color: black;
    padding-top: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-right: #CDB585 1px solid;
    border-bottom: #CDB585 1px solid;
    text-decoration: none;
}

A.menubar:active {
    font-weight: bold;
    font-size: smaller;
    background-color: #FBD695;
    color: black;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 2px;
    padding-bottom: 0px;
    border-top: #CDB585 1px solid;
    border-left: #CDB585 1px solid;
    border-right: white 1px solid;
    border-bottom: white 1px solid;
    text-decoration: none;
}

A.white:link {
    color: white;
    text-decoration: none;
}

A.white:visited {
    color: white;
    text-decoration: none;
}

A.white:hover {
    color: #AAAAFF;
    text-decoration: none;
}

A.white:active {
    color: white;
    text-decoration: none;
}

A.black:link {
    color: black;
    text-decoration: none;
}

A.black:visited {
    color: black;
    text-decoration: none;
}

A.black:hover {
    color: red;
    text-decoration: none;
}

A.black:active {
    color: black;
    text-decoration: none;
}

A.headerlink:link {
    color: black;
    text-decoration: underline;
}

A.headerlink:visited {
    color: black;
    text-decoration: underline;
}

A.headerlink:hover {
    color: red;
    text-decoration: underline;
}

A.headerlink:active {
    color: silver;
    text-decoration: underline;
}

.headertext {
    color: black;
}

.ListBox_Options {
    background-color: #F3D196;
    color: black;
}

.CalendarMonthHeader {
    font-family: Arial, Helvetica;
    Background-Color: #915828;
    font-weight: bold;
    font-size: 11px;
    Color: white;
}

.CalendarDayHeader {
    font-family: Arial, Helvetica;
    Background-Color: #F3D196;
    font-size: 10px;
    Color: black;
    cursor: default;
}

.CalendarWeekday {
    font-family: Arial, Helvetica;
    Background-Color: white;
    font-size: 11px;
    Color: black;
    cursor: default;
    text-decoration: none;
    width: 20px;
    border: white 1px solid;
}

.CalendarWeekEnd {
    font-family: Arial, Helvetica;
    Background-Color: white;
    font-size: 11px;
    Color: red;
    cursor: default;
    text-decoration: none;
    width: 20px;
    border: white 1px solid;
}

.CalendarOffMonth {
    font-family: Arial, Helvetica;
    Background-Color: white;
    font-size: 11px;
    Color: silver;
    cursor: default;
    text-decoration: none;
    width: 20px;
    border: white 1px solid;
}

.CalendarTodayDay {
    font-family: Arial, Helvetica;
    Background-Color: white;
    font-size: 11px;
    font-weight: bold;
    Color: black;
    cursor: default;
    text-decoration: none;
    width: 20px;
    border: white 1px solid;
}

.CalendarSelectedDate {
    font-family: Arial, Helvetica;
    Background-Color: #ED9407;
    font-size: 11px;
    font-weight: bold;
    Color: white;
    cursor: default;
    text-decoration: none;
    width: 20px;
}

.CalendarWeekday:link {
    Background-Color: white;
    Color: black;
    cursor: hand;
}

.CalendarWeekEnd:link {
    Background-Color: white;
    Color: red;
    cursor: hand;
}

.CalendarOffMonth:link {
    Background-Color: white;
    Color: silver;
    cursor: hand;
}

.CalendarTodayDay:link {
    Background-Color: white;
    font-weight: bold;
    Color: black;
    cursor: hand;
}

.CalendarWeekday:visited {
    Background-Color: white;
    Color: black;
    cursor: hand;
}

.CalendarWeekEnd:visited {
    Background-Color: white;
    Color: red;
    cursor: hand;
}

.CalendarOffMonth:visited {
    Background-Color: white;
    Color: silver;
    cursor: hand;
}

.CalendarTodayDay:visited {
    Background-Color: white;
    font-weight: bold;
    Color: black;
    cursor: hand;
}

.CalendarWeekday:hover {
    Background-Color: white;
    Color: black;
    cursor: hand;
    border: white 1px outset;
}

.CalendarWeekEnd:hover {
    Background-Color: white;
    Color: red;
    cursor: hand;
    border: white 1px outset;
}

.CalendarOffMonth:hover {
    Background-Color: white;
    Color: silver;
    cursor: hand;
    border: white 1px outset;
}

.CalendarTodayDay:hover {
    Background-Color: white;
    font-weight: bold;
    Color: black;
    cursor: hand;
    border: white 1px outset;
}

.CalendarWeekday:active {
    Background-Color: white;
    Color: black;
    cursor: hand;
    border: white 1px inset;
    background-color: #E0E0E0;
}

.CalendarWeekEnd:active {
    Background-Color: white;
    Color: red;
    cursor: hand;
    border: white 1px inset;
    background-color: #E0E0E0;
}

.CalendarOffMonth:active {
    Background-Color: white;
    Color: silver;
    cursor: hand;
    border: white 1px inset;
    background-color: #E0E0E0;
}

.CalendarTodayDay:active {
    Background-Color: white;
    font-weight: bold;
    Color: black;
    cursor: hand;
    border: white 1px inset;
    background-color: #E0E0E0;
}

.CalendarGoToToday {
    font-family: Arial, Helvetica;
    Background-Color: white;
    font-size: 8pt;
    Color: black;
    cursor: default;
}

.CalendarGoToToday:link {
    cursor: hand;
}

.CalendarGoToToday:visited {
    cursor: hand;
}

.CalendarGoToToday:hover {
    cursor: hand;
}

.CalendarGoToToday:active {
    cursor: hand;
}

.CalendarClearDate {
    font-family: Arial, Helvetica;
    Background-Color: white;
    font-size: 8pt;
    Color: black;
}


