<html><head></head><body>/* * Popup Calendar Styles * style names
abreviated to reduced as much as possible amount of code generated. *
C- = Calendar | dL = DayLink | tdL= todayLink | dC = dayCell | hC =
headCell */ .head { font-family: arial; font-size: 12px; font-weight:
normal; } .text { font-family: arial; font-size: 12px; font-weight:
normal; padding: 2px; } #popupcalendar { width: 185px; height:130px;
left: 0px; top: 0px; background-color: white; position: absolute;
visibility: hidden; } .C-TextBox { color: Black; font-family: Verdana,
Arial, sans-serif; font-size: 7.1pt; font-weight: normal; } .C-Table {
border-width: 0px;border-top-color: #99CCCC; border-left-color:
#99CCCC; border-right-color: #99CCCC; border-bottom-color: #99CCCC;
background-color:#000000; } a.C-dL { font-family: Verdana, Arial,
sans-serif; font-size: 7.1pt; font-weight: normal; text-decoration:
none; color: black; background-color: transparent; } a.C-dL:hover {
font-family: Verdana, Arial, sans-serif; font-size: 7.1pt; font-weight:
bold; text-decoration: none; background-color: transparent; color:
#003170; } a.C-dL:active { font-family: Verdana, Arial, sans-serif;
font-size: 7.1pt; font-weight: normal; text-decoration: none;
background-color: transparent; color: #336699; } a.C-tdL { font-family:
Verdana, Arial, sans-serif; font-size: 7.1pt; font-weight: bold;
text-decoration: none; color: red; background-color: transparent; }
a.C-tdL:hover { font-family: Verdana, Arial, sans-serif; font-size:
7.1pt; font-weight: bold; text-decoration: none; background-color:
transparent; color: #003170; } a.C-tdL:active{ font-family: Verdana,
Arial, sans-serif; font-size: 7.1pt; font-weight: bold;
text-decoration: none; background-color: transparent; color: #336699;}
a.C-tdLDefault { font-family: Verdana, Arial, sans-serif; font-size:
7.1pt; font-weight: bold; text-decoration: none; color: #cc3333;
background-color: transparent; } a.C-tdLDefault:hover{ font-family:
Verdana, Arial, sans-serif; font-size: 7.1pt; font-weight: bold;
text-decoration: none; background-color: transparent; color: #003170;}
a.C-tdLDefault:active{ font-family: Verdana, Arial, sans-serif;
font-size: 7.1pt; font-weight: bold; text-decoration: none;
background-color: transparent; color: #336699;} .C-GreyDate {
font-family: Verdana, Arial, sans-serif; font-size: 7.1pt; font-weight:
normal; text-decoration: none; background-color: #CCCCCC; color:
#999999; } .C-GreyInvalidDate { font-family: Verdana, Arial,
sans-serif; font-size: 7.1pt; font-weight: normal; text-decoration:
line-through; background-color: #FFFFCC; color: #999999; } .C-dC {
font-family: Verdana, Arial, sans-serif; font-size: 7.1pt; font-weight:
normal; background-color: #FFFFFF; } .C-hC { font-family: Verdana,
Arial, sans-serif; font-size: 7.1pt; font-weight: bold; color: #FFFFFF;
text-decoration: none; background-color: #000000; } .C-ActionCell {
font-family: Verdana, Arial, sans-serif; font-size: 7.1pt; font-weight:
bold; color: #FFFFFF; text-decoration: none; background-color: #336699;
} .C-TodayCell { font-family: Verdana, Arial, sans-serif; font-size:
9.1pt; font-weight: bold; color: #FFFFFF; text-decoration: none;
background-color: #5a5a5a; } </body></html>
