/*  KW,31: #666
 *  tag: #999
 *  rot: #ed1c24
 *  bg: #e3e9e9
 * */

div.calendar {
    overflow:hidden;
}

div.calendarboxmonth table {
    border-collapse: collapse;
}

div.calendar_only {
    height: 153px;
}

div.calendar_inner_box {
  background-color: #e3e9e9;
  width: 284px;
  height: 143px;
  padding: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.monthnav {
  position:relative;
  width: 173px;
  list-style-type: none;
  margin:0;
  padding:0;
  height: 10px;
  padding-right: 7px;
}

ul.monthnav li {
  position:relative;
  top:-140px;
  margin:0;
  padding:0;
  width: 10px;
}

ul.monthnav li.prev_month {
  float:left;
}

ul.monthnav li.next_month {
  float:right;
}

ul.monthnav li a span {
  display: none;
}

ul.monthnav li a {
  display:block:
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}

ul.monthnav li.prev_month a {
  background-image: url('cal_arrow_left.png');
}
ul.monthnav li.next_month a {
  background-image: url('cal_arrow_right.png');
}
ul.monthnav li.prev_month a:hover {
  background-image: url('cal_arrow_left_hi.png');
}

ul.monthnav li.next_month a:hover {
  background-image: url('cal_arrow_right_hi.png');
}

div.calendarboxmonth {
  width: 180px;
  height: 143px;
  border-right: 1px solid #b6babb;
  margin-right: 10px;
  float:left;
}

div.calendarboxday {
  height: 143px;
  float:left;
  width: 93px;
}

div.calendarboxday div.largeday {
  font-size: 90px;
  line-height: 90px;
  height: 90px;
  color: #666;
  margin-left:-5px;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
}

div.largeday div.dayline {
    position:relative;
    height: 0;
    top: -52%;
    width: 100px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #ddd;
}

div.calendarboxday div.month {
  text-align:center;
  font-size: 10px;
  margin-top:-10px;
  color: #666;
}

div.calendarbox div.todaylink {
  margin-top: 0px;
  margin-left:-7px;
  text-align: center;
}

#dgb #main_slot div.calendarbox h5,
#dgb #secondary_slot div.calendarbox h5,
#dgb #main_slot div.calendarbox h5 a,
#dgb #secondary_slot div.calendarbox h5 a {
  font-size: 12px;
  color:black;
  font-weight: bold;
  text-align:center;
  margin-bottom: 10px;
}

#dgb #main_slot div.calendarbox h5 a:hover,
div.calendarboxmonth table tbody tr td.kw a:hover,
#dgb #secondary_slot div.calendarbox h5 a:hover {
  color: #ed1c24;
}

#dgb #main_slot div.calendarbox h5 a.active,
#dgb #secondary_slot div.calendarbox h5 a.active {
  padding-left: 3px;
  padding-right: 3px;
  background-color: #ed1c24;
  color: white;
}

#dgb #main_slot div.calendarbox h5 a.active:hover,
div.calendarboxmonth table tbody tr td.kw a.active:hover,
#dgb #secondary_slot div.calendarbox h5 a.active:hover {
  color: white;
}

div.calendarboxmonth table {
  width: 165px;
  height: 115px;
}

div.calendarboxmonth table thead tr th,
div.calendarboxmonth table tbody tr td {
  font-size: 12px;
  color: #999;
  text-align:right;
  font-weight: bold;
}

div.calendarboxmonth table tbody tr td a,
div.calendarboxmonth table tbody tr td span {
  padding-left: 2px;
  padding-right: 2px;
}

div.calendarboxmonth table tbody tr td a span {
  padding:0;
}

div.calendarboxmonth table tbody tr td.today {
  color: #666;
}

div.calendarboxmonth table tbody tr td.events a,
div.calendarboxmonth table tbody tr td.events {
  color: #ed1c24;
}

div.calendarboxmonth table tbody tr td.active a, 
div.calendarboxmonth table tbody tr.active td.events a {
  background-color: #ed1c24;
  color:white;
}


div.calendarboxmonth table thead tr th {
  font-weight: bold;
  color: black;
}

div.calendarboxmonth table thead tr th.kw,
div.calendarboxmonth table tbody tr td.kw {
  color: #666;
  text-align:left;
  width: 16px;
}

div.belowcalendar h5 {
    margin-left: 3px;
}

div.belowcalendar ul {
    list-style-type: none;
    margin: 0;
}
div.belowcalendar li {
    list-style-type: none;
    margin-bottom: 3px;
}

div.belowcalendar a {
    display: block;
    font-weight: bold;
    color: #666;
}

div.belowcalendar li.highlight a {
    color: #ed1c24;
}
div.belowcalendar li.highlight {
    background-color: #E3E9E9;
}

div.eventsearchresults div.group_headline {
    background-color: #ed1c24;
    color: white;
    padding: 3px;
    padding-left: 5px;
    margin-bottom: 5px;
}

#dgb div.eventsearchresults div.articlepreviewwide div.date {
    margin-top:-3px;
    padding-top:0;
    font-size: 11px;
    padding-bottom:5px;
}

#dgb div.eventsearchresults div.articlepreviewwide div.kicker {
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 11px;
    padding-bottom: 1px;
}

.belowcalendar div.pagenumbers {
    width: 110px;
    font-size: 12px;
    text-align:center;
}

#dgb div.eventsearchresults .searchresult_paging {
    margin-top:13px;
    margin-bottom:7px;
}

#dgb div.eventsearchresults .tool {
    margin-bottom:0;
    margin-top:4px;
}

div.belowcalendar h5 {
    float:left;
}

div.belowcalendar h5.headline {
    margin-top:-7px;
}


div.belowcalendar div.paging {
    float:right;
    margin:0!important;
    margin-right: -5px !important;
    margin-top: -7px !important;
}

div.belowcalendar div.paging span.previous {
    margin-right:10px !important;
}


