/* calendar_snug.css  */


a.link_home:link { color: red; text-decoration: none; }
a.link_home:visited { color: red; text-decoration: none; }
a.link_home:hover {color: white; text-decoration: underline; }
a.link_home:active {color: red; }


.calendar-title-prompt {
  color: #fff;
  text-align: center;
  font-size: xx-small;
  padding: 10px 10px 10px 10px;
  background: #000;
  border-right-style:solid;
  /* font-style: italic; */
}


.calendar {
  font-family: arial, verdana, sand serif;
  border: 1px solid #333;
}
.calendar td {
  border: 1px solid #333; /* #eee;  */
}
.calendar-title {
  color: #fff;
  text-align: center;
  font-size: large;
  padding: 10px 0 10px 0;
  background: #000;
  /* font-style: italic; */
}
.calendar-day-title {
  text-align: center;
  /* font-size: small; */
  background: #ccc;
  font-weight: bold;
}
.calendar-day, .calendar-outmonth-day {
  height: 60px;
  vertical-align: top;
  text-align: center;
  font-size: small;
  padding: 0 0 5px 0;
  border: 5px solid #eee; /* added 8/25/2009 */
}
.calendar-day-number {
  padding: 0 2px 0 0;
  /* color: #00dd00; */
  text-align: right;
  /* background: #ddd;  */
  /* background: #ddd;  */
}
.calendar-content {
  /*  text-align: left; */
  padding: 2px;
  font-size: x-small;
  /* background: #ddd;  11/15/2011 this had a + in front  */
  /* background: #ff0000; */

}
.calendar-outmonth-day {
  color: #666;
  font-size: x-small;
  font-style: italic;
  background: #ddd;
}

.calendar-artist-count {
  padding: 0 2px 0 0;
  /* color: #00dd00; */
  text-align: left;
  /* background: #ddd;  */
}

.artist-type {
  font-style: italic;
  padding: 0 2px 0 0;
  /* color: #00dd00; */
  text-align: center;
  /* background: #ddd;  */
}

.time-text {
  font-style: italic;
  padding: 0 2px 0 0;
  font-size: .6em;
  /* color: #00dd00; */
  text-align: center;
  /* background: #ddd;  */
}

.event-text {
  font-style: italic;
  padding: 0 2px 0 0;
  font-size: .6em;
  /* color: #00dd00; */
  text-align: center;
  /* background: #ddd;  */
}


