div.calendar { font-size: smaller; color: #000; }
div.calendar.popup {  /*margin-left: -40px; margin-top: -100px;*/ }
div.calendar table { background-color: #e2e2e2; border: 1px solid #aaa; border-collapse: collapse; }
div.calendar thead { background-color: white; color: #0b84c1; }
div.calendar td, div.calendar th { padding: 3px; text-align: center; }
div.calendar td.title { font-weight: bold; }
div.calendar th { background: #ddd; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; font-weight: bold; color: #0b84c1; }
div.calendar tr.days td { width: 2em; color: #555; text-align: center; cursor: pointer; }
div.calendar tr.days td:hover,
div.calendar td.button:hover { background-color: #dcf3ff; cursor: pointer; }
div.calendar tr.days td:active
div.calendar td.button:active { background-color: #cde; }
div.calendar tr.days td.selected { font-weight: bold; background-color: #fff; color: #000; }
div.calendar tr.days td.today { font-weight: bold; color: #0b84c1; }
div.calendar tr.days td.otherDay { color: #bbb; }
