div.calendar_2 { position: relative; }
.calendar_2, .calendar_2 table { border: 1px solid #bdb2bf; font-size: 11px; color: #000; cursor: default;
	background: url("/images/aqua/normal-bg.gif"); font-family: verdana,tahoma,sans-serif; }
.calendar_2 { border-color: #797979; }
/* Header part -- contains navigation buttons and day names. */
.calendar_2 .button { text-align: center; padding: 2px; background: url("/images/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
	font-weight: bold; }
.calendar_2 .nav { font-family: verdana,tahoma,sans-serif; }
.calendar_2 .nav div { background: transparent url("/images/aqua/menuarrow.gif") no-repeat 100% 100%; }
.calendar_2 thead tr { background: url("/images/aqua/title-bg.gif") repeat-x 0 100%; color: #000; }
.calendar_2 thead .title { font-weight: bold; text-align: center; padding: 2px; background: url("/images/aqua/title-bg.gif") repeat-x 0 100%;
	color: #000; }
.calendar_2 thead .headrow {}
.calendar_2 thead .name { border-bottom: 1px solid #797979; padding: 2px; text-align: center; color: #000; }
.calendar_2 thead .weekend { color: #c44; }
.calendar_2 thead .hilite { background: url("/images/aqua/hover-bg.gif"); border-bottom: 1px solid #797979; padding: 2px 2px 1px 2px; }
.calendar_2 thead .active { background: url("/images/aqua/active-bg.gif"); color: #fff; padding: 3px 1px 0px 3px;
	border-bottom: 1px solid #797979; }
.calendar_2 thead .daynames { background: url("/images/aqua/dark-bg.gif"); }
.calendar_2 thead .day { width: auto; }
/* The body part -- contains all the days in month. */
.calendar_2 tbody .day { font-family: verdana,tahoma,sans-serif; width: 2em; color: #000; text-align: right; padding: 2px 4px 2px 2px; }
.calendar_2 tbody .day.othermonth { font-size: 80%; color: #999; }
.calendar_2 tbody .day.othermonth.oweekend { color: #f99; }
.calendar_2 table .wn { padding: 2px 3px 2px 2px; border-right: 1px solid #797979; background: url("/images/aqua/dark-bg.gif"); }
.calendar_2 tbody .rowhilite td, .calendar_2 tbody .rowhilite td.wn { background: url("/images/aqua/rowhover-bg.gif"); }
.calendar_2 tbody td.today { font-weight: bold; }
.calendar_2 tbody td.hilite { background: url("/images/aqua/hover-bg.gif"); padding: 1px 3px 1px 1px; border: 1px solid #bbb; }
.calendar_2 tbody td.active { padding: 2px 2px 0px 2px; }
.calendar_2 tbody td.weekend { color: #c44; }
.calendar_2 tbody td.selected { font-weight: bold; border: 1px solid #797979; padding: 1px 3px 1px 1px; color: #fff; 
	background: url("/images/aqua/active-bg.gif"); }
.calendar_2 tbody .disabled { color: #999; }
.calendar_2 tbody .emptycell { visibility: hidden; }
.calendar_2 tbody .emptyrow { display: none; }
/* The footer part -- status bar and "Close" button */
.calendar_2 tfoot .footrow { text-align: center; background: #565; color: #fff; }
.calendar_2 tfoot .ttip { padding: 2px; background: url("/images/aqua/status-bg.gif") repeat-x 0 0; color: #000; }
.calendar_2 tfoot .hilite { background: #afa; border: 1px solid #084; color: #000; padding: 1px; }
.calendar_2 tfoot .active { background: #7c7; padding: 2px 0px 0px 2px; }
/* Combo boxes (menus that display months/years for direct selection) */
.calendar_2 .combo { position: absolute; display: none; top: 0px; left: 0px; width: 4em; cursor: default; border-width: 0 1px 1px 1px;
  border-style: solid; border-color: #797979; background: url("/images/aqua/normal-bg.gif"); color: #000; z-index: 100; font-size: 90%; }
.calendar_2 .combo .label, .calendar_2 .combo .label-IEfix { text-align: center; padding: 1px; }
.calendar_2 .combo .label-IEfix { width: 4em; }
.calendar_2 .combo .hilite { background: url("/images/aqua/hover-bg.gif"); color: #000; }
.calendar_2 .combo .active { background: url("/images/aqua/active-bg.gif"); color: #fff; font-weight: bold; }
.calendar_2 td.time { border-top: 1px solid #797979; padding: 1px 0px; text-align: center; background: url("/images/aqua/dark-bg.gif"); }
.calendar_2 td.time .hour, .calendar_2 td.time .minute, .calendar_2 td.time .ampm { padding: 0px 5px 0px 6px; font-weight: bold;
  background: url("/images/aqua/normal-bg.gif"); color: #000; }
.calendar_2 td.time .hour, .calendar_2 td.time .minute { font-family: monospace; }
.calendar_2 td.time .ampm { text-align: center; }
.calendar_2 td.time .colon { padding: 0px 2px 0px 3px; font-weight: bold; }
.calendar_2 td.time span.hilite { background: url("/images/aqua/hover-bg.gif"); color: #000; }
.calendar_2 td.time span.active { background: url("/images/aqua/active-bg.gif"); color: #fff; }