// Popup Calendar Styles
.head  { font-weight: normal; font-size: 7.5pt; font-family: arial }
#popupcalendar  { background-color: white; position: absolute; top: 0px; left: 0px; width: 305px; height: 130px; visibility: hidden }
a.cal-DayLink        { color: #cc0; font-size: 7.5pt; font-family: Verdana, Arial, Arial, sans-serif, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: #f2fafe }
a.cal-DayLink:hover    { color: #c30; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; text-decoration: none; background-color: transparent }
a.cal-DayLink:active  { color: #0066ff; font-weight: normal; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; text-decoration: none; background-color: transparent }
.cal-TextBox    { color: #000; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; font-weight: normal; background-color: #e9f8ff }
a.cal-TodayLink       { font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; text-decoration: none; background-color: #fff }
a.cal-TodayLink:hover     { color: #c30; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-decoration: none; background-color: #ff6 }
a.cal-TodayLink:active   { color: #0066ff; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-decoration: none; background-color: gray }
.cal-GreyDate   { color: #999999; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; font-weight: normal; text-decoration: none; background-color: #eee }
.cal-GreyInvalidDate   { color: #999999; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; font-weight: normal; text-decoration: line-through; background-color: #eee }
.cal-HeadCell          { color: #f5f5f5; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; font-weight: bold; background-color: #c00 }
.cal-Table     { background-color: #c00; border-color: #99cccc }
.cal-DayCell { color: #000; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; font-weight: normal; background-color: #f2fafe; cursor: 'hand'  }
.cal-TodayCell  { color: #000; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; font-weight: normal; background-color: #fff0c4; cursor: 'hand'   }
