
/*  event calendar table styles  */
.event-calendar {
  align: center;
}
.event-calendar table {
  border: 1px solid #242;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /*margin-left: -1px;*/
  margin-bottom: 1em;
}
.event-calendar tr {
  padding: 0;
  margin: 0;
  background: white;
}
.event-calendar th {
  color: #000;
  background: #ffe;
  font-size: 12px;
  text-align: center;
  padding: 1px 1px 1px 1px;
  /*padding: 1px 0.33em;*/
  /*border: 1px solid #242;*/
  border: 1px solid #777;
}
.event-calendar td {
  border: 1px solid #bbb;
  color: #777;
  font-size: 11px;
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.event-calendar th.heading {
  border-width: 1px 0px;
}
.event-calendar th.prev {
  text-align: left;
  border-width: 1px 0px 1px 1px;
}
.event-calendar th.next {
  text-align: right;
  border-width: 1px 1px 1px 0px;
}
.event-calendar th a {
  font-weight: bold;
  color: #363636;
}
.event-calendar td a {
  font-weight: bold;
  text-decoration: underlined;
}
.event-calendar td.sat, .event-calendar td.sun {
  background: #fdd;
}
.event-calendar td.today {
  background: #cfc;
}
.event-calendar td.selected {
  background: #ffd;
}
.event-calendar td.year, .event-calendar td.month {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  border-width: 1px 0px;
}

/*  days of the week header cells */
.event-calendar td.days {
  color: #eee;
  background: #5580a8;
  /*background: #325180;*/
  font-weight: bold;
  text-align: center;
  padding: 1px 0.33em;
  /*border: 1px solid #242;*/
  border: 1px solid white;
  border-width: 0 1px 1px 0;
}

/*  floating day number div  */
.event-calendar div.day {
  float: right;
  text-align: center;
  border: 1px solid gray;
  /*border-width: 0 0 1px 1px;*/
  border-width: 0 0 0 0;
  padding: 0.6em 0.7em 0.2em 0.2em;
  margin: 0;
  /*background: #f3f3f3;*/
}

/*  event node times for the body */
.event-nodeapi div {
  color: #000;
  font-weight: bold;
  padding: 0.5em 1em 0 0;
}
.event-nodeapi div label {
   color: #999;
   clear: both;
}

/*  individual node container  */
.event-calendar div.event {
  font-style: normal;
  background-color: #fff;
  border: solid 1px #aac;
  text-align: left;
  margin: 0.25em 0.25em 0.25em 0.25em;
  font-size: 1em;
  padding: 3px;
}
.event-calendar div.title {
  font-size: 1.1em;
  padding-top: 3px;
  padding-left: 3px;
}
.event-calendar div.title a {
  font-weight: normal;
  color: #000;
}
.event-calendar div.title a:hover {
  color: #c00;
}
.event-calendar .content {
  margin: 0px;
  padding: 3px;
  border-left: solid 1px #ccc;
  padding-left: 6px;
}
.event-calendar div.type {
  font-size: 1em;
  margin-left: 3px;
}
.event-calendar div.type a {
  font-weight: normal;
  color: #00c;
}
.event-calendar div.type a:hover {
  color: #c00;
}
.event-calendar div.links {
  padding-left: 3px;
}
.event-calendar div.links a {
  font-weight: normal;
  /*font-size: 0.8em;*/
  font-size: 1em;
  color: #00c;
}

.event-calendar div.links a:hover {
  color: #c00;
}

.event-calendar .start {
  font-style: normal;
  /*font-size: 0.8em;*/
  font-size: 1em;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 3px;
}
.event-calendar .end {
  font-style: normal;
  font-size: 0.8em;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 3px;
}
.event-calendar .ongoing {
  font-style: normal;
  font-size: 0.8em;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 3px;
}
.event-calendar div.info {
  height: 0px;
  visibility: hidden;
  overflow:hidden;
  margin-left: 2px;
  padding-left: 3px;
}


/*  individual node view styles  */
.event-calendar div.monthview {
  width: auto;
}
.event-calendar div.monthview .title {
  line-height: 1em;
}

.event-calendar div.weekview {
  width: auto;
}
.event-calendar div.weekview .title {
  font-size: 1em;
}

.event-calendar div.dayview {
  /*width: auto;*/
  margin: 4px;
  width: 98%;
}
.event-calendar div.dayview .links {
  margin: 2px;
  font-size: 1.1em;
}
.event-calendar div.dayview .title a {
  font-size: 1.3em;
}
.event-calendar div.dayview .start, .event-calendar div.dayview .end {
  font-size: 1em;
}

.event-calendar div.tableview {
  width: 98%;
}
.event-calendar div.tableview .links {
  margin: 2px;
  font-size: 1.1em;
}

.event-calendar .event-empty {
  min-height: 6em;
}
.container-inline .day input {
  width: auto;
  display: inline;
}

/*  multi-day event top stripes  */
.event-calendar .event .stripe {
  height: 5px;
}
.event-calendar .event .stripe-1 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #6c9fc0;*/
  /*background-color: #9bc0d7;*/
  height: 5px;
  width: 50%;
}
.event-calendar .event .stripe-2 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #F66;*/
  height: 5px;
  width: 50%;
}
.event-calendar .event .stripe-3 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #668CFF;*/
  height: 5px;
  width: 50%;
}
.event-calendar .event .stripe-4 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #FFB366;*/
  height: 5px;
  width: 50%;
}
.event-calendar .event .stripe-5 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #85FF66;*/
  height: 5px;
  width: 50%;
}
.event-calendar .event .stripe-6 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #A666FF;*/
  height: 5px;
  width: 50%;
}
.event-calendar .event .stripe-7 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #FFE066;*/
  height: 5px;
  width: 50%;
}
.event-calendar .event .stripe-8 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #66FFFF;*/
  height: 5px;
  width: 50%;
}
.event-calendar .event .stripe-9 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #FF66D9;*/
  height: 5px;
  width: 50%;
}
.event-calendar .event .stripe-10 {
  background: url(images/main-bullet.png) no-repeat 2px;
  /*background-color: #DDD;*/
  height: 5px;
  width: 50%;
}

#block-event-1 .item-list ul li a { margin-top: 1px; }

span.event-timeleft {
  padding-bottom: 3px;
  text-align: right;
  font-size: 90%;
  width: auto;
  display: block;
}
span.event-nodetype {
  padding: 0px 0px 0px 3px;
  display: block;
  width: auto;
  text-align: right;
  float: right;
  font-style: italic;
}
.ical-link {
  text-align: right;
}

.event div.form-item {
  white-space: normal !important;
}
