<style type="text/css">

<!--

table.Calendar {
}

td.CalendarBorder {
    text-align: center;
/*    background-color: #0099CC;*/
    background-color: #3333CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: yellow;
}

td.CalendarLink {
    text-align: center;
/*    background-color: #0099CC;*/
    background-color: #3333CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: yellow;
}

a.CalendarLink:link {
    text-align: center;
/*    background-color: #0099CC;*/
    background-color: #3333CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: yellow;
	text-decoration:none;
}

a.CalendarLink:visited {
    text-align: center;
/*    background-color: #0099CC;*/
    background-color: #3333CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: yellow;
	text-decoration:none;
}

a.CalendarLink:hover {
    text-align: center;
/*    background-color: #0099CC;*/
    background-color: #3333CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: yellow;
	text-decoration:none;
}

a.CalendarLink:active {
    text-align: center;
/*    background-color: #0099CC;*/
    background-color: #3333CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: yellow;
	text-decoration:none;
}

a.CalendarLink:active {
    text-align: center;
/*    background-color: #0099CC;*/
    background-color: #3333CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: yellow;
	text-decoration:none;
}

td.CalendarLink:hover {
    background-color: red;
}

td.CalendarDay {
    text-align: left;
    background-color: #CCCCFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: black;
}

td.CalendarDay:hover {
    background-color: #EEEEEE;
}

td.CalendarDayOutScope {
    text-align: left;
    background-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: white;
}

td.CalendarHoliday {
    text-align: left;
    background-color: #FFCCFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: red;
}

td.CalendarHoliday:hover {
    background-color: #FFEEEE;
}

td.CalendarRentedLocker {
    text-align: left;
    background-color: #A6DDA6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: black;
}

td.CalendarRentedLocker:hover {
    background-color: #FFFFEE;
}

//-->
</style>

