span.ttip {
  cursor: default;
}

span.ttip span {
  background-image: url(/images/icon-help-8x8.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 8px;
  left: 2px;
  position: relative;
  vertical-align: top;
  width: 8px;
}

.tooltip {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #000000;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  max-width: 300px;
  padding: 4px 6px;
  text-align: left;
  z-index: 5000;
  opacity: 1 !important;
}

span.validation {
    min-height: 25px;
    padding: 5px 0 0 !important;
    display: block;
}

div._dbg_mode {
  color: #FF0000;
  font-family: Tahoma;
  font-size: 150%;
  font-weight: bold;
  margin: 10px;
  text-align: center;
}

ul.debug-validations {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.debug-validations li {
  font-family: Tahoma;
  font-size: 8pt;
  margin: 4px 0px;
}

ul.debug-validations li strong {
  margin-left: 8px;
}


/** CLOCK *****************************************************************/
#clock {
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  background-color: #ececec;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 5px #888888;
  display: none;
  font-size: 8pt;
  position: absolute;
  z-index: 50;
}

#clock select {
  font-size: 9pt;
}

#clock-time-fields {
  margin: 6px 12px;
}

#clock-apply {
  background: transparent url(/images/icon-apply-16x16.png) no-repeat left top;
  cursor: pointer;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  width: 16px;
/* Crazy stuff for cross-browser compatibility */
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  *display: inline;
}

.clock-icon {
  background: transparent url(/images/icon-clock-16x16.png) no-repeat left top;
  cursor: pointer;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  vertical-align: top;
  width: 16px;
/* Crazy stuff for cross-browser compatibility */
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  *display: inline;
}



/** CALENDAR *****************************************************************/
#calendar {
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  background-color: #ececec;
  box-shadow: 0px 0px 5px #888888;
  display: none;
  font-size: 8pt;
  position: absolute;
  z-index: 50;
}

#calendar select {
  font-size: 8pt;
}

#calendar-nav {
  border: 1px solid #aaa;
  border-bottom: 0 none;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

#calendar-nav select {
  position: relative;
  top: -1px;
}

#calendar-nav * {
  vertical-align: middle;
}

#calendar-nav span {
  cursor: pointer;
  font-family: monospace;
  font-size: 9pt;
  font-weight: bold;
  height: 16px;
  position: relative;
  top: -2px;
  width: 16px;
}

#calendar-nav span.prev {
  margin-right: 15px;
}

#calendar-nav span.next {
  margin-left: 15px;
}

#calendar-month {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 2px 6px 0px 4px;
}

#calendar-month table {
}

#calendar-month table td {
  font-size: 8pt;
  font-weight: bold;
  overflow: visible;
  text-align: center;
}

#calendar-month table tbody td {
  background-color: #FFFFFF;
}

#calendar-month tbody td div {
  height: 18px;
  line-height: 18px;
  position: relative;
  width: 22px;
}

#calendar-month tbody td div div {
  background-color: #FFFFFF;
  border: 1px solid #c0c0c0;
  color: #111;
  cursor: pointer;
  height: 18px;
  line-height: 18px;
  position: absolute;
  width: 22px;
  z-index: 30;
}

#calendar-month tbody td.today div div {
  background-color: #FBEC88;
  border-color: #ffc436;
  color: #363636;
  z-index: 35;
}

#calendar-month tbody td.selected div div {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
  z-index: 35;
}

#calendar-month tbody td.other-month div div {
  background-color: #f8f8f8;
  border-color: #dadada;
  color: #777;
  z-index: 0;
}

#calendar-month tbody td div div:hover {
  background-color: #c4e8f4;
  border-color: #0073EA;
  color: #0073EA;
  height: 20px;
  left: -1px;
  line-height: 20px;
  top: -1px;
  width: 24px;
  z-index: 40;
}

#calendar-time {
  border: 1px solid #aaa;
  border-top: none;
  clear: both;
  padding-bottom: 5px;
  text-align: center;
}

#calendar-time-fields {
  padding-top: 5px;
}

.calendar-icon {
  background: transparent url(/images/icon-calendar-16x16.png) no-repeat left top;
  cursor: pointer;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  vertical-align: top;
  width: 16px;
/* Crazy stuff for cross-browser compatibility */
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  *display: inline;
}