/*
 * Stylesheet for Calendar component.
 *
 */

.Calendar {
}

.Calendar .content {
  background-color: #fff;
  border: solid 1px #dd7;
  border-top: none;
}

.Calendar .content .noresults {  
  background: #fff;
  text-align: center;
}

.Calendar .content td {
  vertical-align: top;
  text-align: left;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.4em;
}

.Calendar .content td.weekday {
}

.Calendar .content td.date {
}

.Calendar .content td.time {
  font-style: italic;
}

.Calendar .content td.event {
  padding-left: 0.8em;
  width: 55%;
}

.Calendar .content td.location {
  width: 45%;
}

.Calendar .content .future {
  background-color: #f6f6f6;
}

.Calendar .legend .outdated, .Calendar .outdated .weekday, .Calendar .outdated .date, .Calendar .outdated .time {
  color: #888;
  text-decoration: line-through;
}

.Calendar .coming, .Calendar tr.coming {
  background-color: #CEDCFD;
}

.Calendar .prio4 {
  color: #888;
}

.Calendar .prio3 {
}

.Calendar .prio2 {
  font-weight: bold;
}

.Calendar .prio1 {
  font-weight: bold;
  color: red;
}

/* section */

.Calendar .section .title {
  color: #33f;
  font-size: 80%;
  font-weight: bold;
}

.Calendar .section td.line {
  border-top: dashed 1px #dd7;
}


/* selection row */

.Calendar .selectionRow {
  /*max-width: 600px;*/
}

.Calendar .selectionRow a {
  background: #ee8;
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 90%;
  font-weight: normal;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #dd7;
}

.Calendar .selectionRow .year {
  font-weight: bold;
}

.Calendar .selectionRow .selected {
  background: #fff;
  border: solid 1px #dd7;
  border-bottom: none;
  font-size: 100%;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.Calendar .selectionRow .disabled {
  background: #ee8;
  color: #888;
  font-size: 90%;
  border-bottom: solid 1px #dd7;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.Calendar .selectionRow .filler, .Calendar .selectionRow .separator {
  border-bottom: solid 1px #dd7;
  vertical-align: bottom;
}

.Calendar .selectionRow .filler {
  width: 100%;
  text-align: right;
}

.Calendar .selectionRow .separator {
  width: 2px;
}

/* pagers */

.Calendar .pagers {
  white-space: nowrap;
  padding-top: 3px;
  padding-bottom: 3px;
}

.Calendar .pagers a {
  background: transparent;
  font-family: Arial, monospace;
  font-weight: bold;
  font-size: 8pt;
  white-space: nowrap;
  text-decoration: none;
  padding: 3px;
}

/* legend */

.Calendar .legend {
  font-size: 90%;
}

.Calendar .legendTop {
  text-align: left;
  padding-bottom: 1em;
}

.Calendar .legendBottom {
  text-align: center;
  padding-top: 1em;
}

