// 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: black; font-size: 7.5pt; font-family: Verdana, Arial, Arial, sans-serif, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: transparent }
a.cal-DayLink:hover     { color: blue; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; text-decoration: none }
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: black; font-weight: normal; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; background-color: #e0ffff }
a.cal-TodayLink    { color: #00f; font-weight: bold; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; text-decoration: none; background-color: transparent }
a.cal-TodayLink:hover    { color: #87cefa; font-weight: bold; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; text-decoration: none; background-color: transparent }
a.cal-TodayLink:active  { color: #0066ff; font-weight: bold; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; text-decoration: none; background-color: transparent }
.cal-GreyDate    { color: #999999; font-weight: normal; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; text-decoration: none; background-color: #dcdcdc }
.cal-GreyInvalidDate     { color: #999999; font-weight: normal; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; text-decoration: line-through; background-color: #f5f5f5 }
.cal-DayCell    { font-weight: normal; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; background-color: #fff }
.cal-DayCell:hover   { font-weight: normal; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; background-color: #c0c0c0 }
.cal-HeadCell        { font-weight: bold; font-size: 7.5pt; font-family: Verdana, Arial, sans-serif; background-color: #c0c0c0 }
.cal-Table     { background-color: #c0c0c0; border-bottom-color: #99CCCC; border-left-color: #99CCCC; border-right-color: #99CCCC; border-top-color: #99CCCC  }
