/* CSS */

.DynarchCalendar {
  float: left;
  width: 314px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #e8e8e8;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px;
  position: relative;
  cursor: default;
}

.DynarchCalendar table {
  border-collapse: collapse;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px;
}

.DynarchCalendar-topBar {
    height: 80px;
    background: #ed1847;
}

table.DynarchCalendar-titleCont {
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 9;
  position: relative;
  font-family: Conv_FedraSansAltPro-Light, sans-serif;
  font-size: 20px;
  color: #e8e8e8;
}

.DynarchCalendar-title div {
}
/*.DynarchCalendar-hover-title div {*/
  /*background-color: #fff;*/
  /*background-image: url("img/drop-down.gif");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 100% 50%;*/
/*}*/
/*.DynarchCalendar-pressed-title div {*/
  /*background-color: #777;*/
  /*color: #fff;*/
  /*background-image: url("img/drop-up.gif");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 100% 50%;*/
/*}*/






.DynarchCalendar-bottomBar {
  border-top: 1px solid #aaa;
  background: #ddd;
  padding: 2px;
  position: relative;
  text-align: center;
  display: none;
}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #000;
  background-color: #fff;
  padding: 1px 14px;
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
  padding: 1px 14px;
}






.DynarchCalendar-body {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  background: #f8f8f8;
}

.DynarchCalendar-body table {float: left; width: 100%;}
.DynarchCalendar-body table tr {float: left; width: 100%; height: 44px; border-bottom: 1px solid #e8e8e8;}
.DynarchCalendar-body table tr td {width: 44px; height: 44px; border-right: 1px solid #e8e8e8; padding: 0; display: block; float: left;}
.DynarchCalendar-body table tr td:first-child {width: 42px; border-left: 1px solid #e8e8e8;}
.DynarchCalendar-body table tr td div {padding: 0; margin: 0 auto; text-align: center; font-family: Conv_FedraSansAltPro-Medium, sans-serif; color: #737373; font-size: 18px; height: 44px; line-height: 44px; float: left; width: 100%;}

.billboard_datepicker .DynarchCalendar-body table tr { height: 40px; }
.billboard_datepicker .DynarchCalendar-body table tr td { height: 40px; }
.billboard_datepicker .DynarchCalendar-body table tr td div { height: 40px; }

.DynarchCalendar-animBody-backYear {
  position: absolute;
  top: -100%;
  left: 0;
}
.DynarchCalendar-animBody-back {
  position: absolute;
  top: 5px;
  left: -100%;
}
.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%;
}
.DynarchCalendar-animBody-now {
  position: absolute;
  top: 5px;
  left: 0;
}
.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top: 100%;
  left: 0;
}

.DynarchCalendar-dayNames {
  float: left; width: 100%; height: 30px; background: #f0f0f0;
}

.DynarchCalendar-dayNames table {float: left; width: 100%; height: 30px;}
.DynarchCalendar-dayNames table tr {float: left; width: 100%; height: 30px;}
.DynarchCalendar-dayNames table tr td {text-align: center; width: 45px; line-height: 30px; padding: 0;}
.DynarchCalendar-dayNames table tr td:first-child {width: 44px;}

.DynarchCalendar-dayNames table div {padding: 0; margin: 0 auto; font-family: Conv_FedraSansAltPro-Light, sans-serif; color: #737373; font-size: 10px; text-transform: uppercase; text-align: center;}

.DynarchCalendar-navBtn {
  position: absolute;
  top: 15px;
  z-index: 10;
}

.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: top center;
  height: 20px;
  width: 20px;
}
.DynarchCalendar-hover-navBtn div {
  background-position: bottom center;
  cursor: pointer;
}
.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
  padding: 0;
  color: #fff;
}

.DynarchCalendar-prevMonth {
  left: 15px;
}

.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -43px;
}

.DynarchCalendar-prevYear {
  left: 5px;
  display: none;
}

.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: -23px;
  display: none;
}

.DynarchCalendar-prevMonth div {
  background-image: url("img/left-arr.png");
}

.DynarchCalendar-nextMonth div {
  background-image: url("img/right-arr.png");
}

.DynarchCalendar-prevYear div {
  background-image: url("img/nav-left-x2.gif");
}

.DynarchCalendar-nextYear div {
  background-image: url("img/nav-right-x2.gif");
}

.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.DynarchCalendar-menu table td div {
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 4em;
  text-align: center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #777;
  color: #fff !important;
}

.DynarchCalendar-menu-year {
  text-align: center;
  font: 16px "lucida grande",tahoma,verdana,sans-serif;
  font-weight: bold;
}

.DynarchCalendar-menu-sep {
  height: 1px; font-size: 1px; line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top: 4px; margin-bottom: 3px;
}

.DynarchCalendar-time td { font-weight: bold; font-size: 120%; }
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute { padding: 1px 3px; }
.DynarchCalendar-time-down { background: url("img/time-down.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-up { background: url("img/time-up.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-sep { padding: 0 2px; }
.DynarchCalendar-hover-time { background-color: #444; color: #fff; opacity: 1; }
.DynarchCalendar-pressed-time { background-color: #000; color: #fff; opacity: 1; }
.DynarchCalendar-time-am { padding: 1px; width: 2.5em; text-align: center; }

/* body */


.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  padding: 3px 4px;
  text-align: center;
}
.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important;
}

.DynarchCalendar-day {
  text-align: right; color: #222;
}
.DynarchCalendar-day-othermonth { color: #e8e8e8 !important; }
.DynarchCalendar-weekend { color: #c22 !important; }
.DynarchCalendar-day-today { color: #00f !important; font-weight: bold; }

.DynarchCalendar-day-disabled {
  opacity: 0.5;
  text-shadow: 2px 1px 1px #fff;
}

.DynarchCalendar-hover-date {
  color: #e8e8e8 !important;
  background: #e2193d;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { background: transparent !important; color: #e8e8e8; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #d88 !important; }

.DynarchCalendar-day-selected {
  background-color: #ed1847;
  color: #e8e8e8 !important;
}

.DynarchCalendar-day-highlight
{
    background-color: gray;
    color: #e8e8e8 !important;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #ed1847; }

/* focus */

.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
  border-color: #000;
}

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color: #ccc;
}

.DynarchCalendar-tooltip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 3px 6px;
  background: #ddd;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: #ccc;
  border-color: #000;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}
