#popcal { font-family: Arial, Helvetica, sans-serif; font-size: 16px; 
  position: absolute; border: 1px solid #007DB1; background-color: #74C8EC; 
  z-index: 1000 }

#popcal table { border: 1px solid #007DB1; text-align: center; 
  font-size: 16px; background-color: #74C8EC; }
#popcal #left { border-right: 0; text-align: left; cursor: pointer }
#popcal #right { border-left: 0; text-align: right; cursor: pointer }

#popcal #day { cursor: pointer; border: 1px solid black }
#popcal #day:hover { text-decoration: underline }
#popcal #today { cursor: pointer; background: #def; border: 1px solid #007DB1 }
#popcal #today:hover { text-decoration: underline }
#popcal #noday { background: #74C8EC; }
#popcal #excluded { background-color: #999; border: 1px solid #007DB1; cursor: default }
