a {
    text-decoration: none;
  }

em {
    font-style: normal;
    font-weight: bold;
  }

/* minical specific */
span.minical {
    border: 0;
  }

span.minical span.week span {
    width: 20px;
    min-height: 20px;
}

span.minical span.month {
    width : 196px;
  }

span.minical span.week span.weekLabel {
    width: 24px;
}

/* month specific */
span.month {
    float : left;
    border: 1px solid white;
  }

span.month span.monthLabel {
    float: left;
    text-align: center;
  }

span.month.selected {
    border-color : #FF3333;
  }

/* week specific */
span.week {
    clear: left;
    float : left;
    border: 0px;
    padding: 0;
    margin: 0px;
  }

span.week span {
    float: left;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 1px;
    text-align: center;
    border: 1px solid silver;
    font-size: small;
  }

span.week span.weekLabel {
    clear: left;
    width: 24px;
    border: 0;
    margin: 2px;
    text-align: right;
    font-size: x-small;
  }

span.week.selected span {
    border-color : #FF3333;
  }

/* day specific */
span.day.selected {
    border-color : #FF3333;
  }
span.day.rented {
	background-color: #666;
}

span.schedule li {
    min-height: 3em;
    width: 100%;
    border-bottom: 1px dotted silver;
  }

span.schedule li ul li {
    list-style-type: none;
    text-indent: -2em;
    margin-left: 0;
    min-height: 1em;
    border-bottom: 0;
  }

span.schedule.selected {
    border-color : #FF3333;
  }

span.agenda ul li {
    list-style-type: none;
    text-indent: -2em;
    margin-left: 0;
    min-height: 1em;
  }

span.agenda.selected {
    border-color : #FF3333;
  }

/* day generic */
span.Blank {
    background-color : #000;
		color : #333;
  }

span.Blank a {
    color : #333;
  }

span.Sun {
    background-color : #333;
  }

span.Sat {
    background-color : #333;
  }

/* generic formatting */
span.left {
    float : left;
  }

span.right {
    float : right;
  }



li.pm {
    background-color : #eeeeee;
  }

li.now {
    background-color : #E7E7FF;
  }

li.nonschedule {
    background-color : #FFE7E7;
  }

/* eventtpe specific */
span.newposts {
    font-weight: bold;
  }
