/* styles for ical event display */


div.event {
}

.eventCANCELLED {
	background-color: #FFEEEE;
}
.eventCANCELLED .eventtitle {
    text-decoration: line-through;
}
.eventCANCELLED .eventtime  {
    text-decoration: line-through;
}
.eventCANCELLED .eventlocation  {
    text-decoration: line-through;
}
.eventCANCELLED p.eventdescription {
    text-decoration: line-through;
}

div.title {
}

.cancellation {
    font-weight:bold; 
    color: #FF0000;
}

.eventdate {
    font-weight:bold; 
}
.eventtitle {
    font-weight:bold;
}
.eventdescription { 
    margin : 10px; 
}
.eventtime { 
    text-decoration : italic; 
}
.eventlocation { 
    text-decoration : none;
}
.eventics { 
    font-size:80%; 
}

.inputerror {
    color: #FF0000;
    text-decoration: bold;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #CC3300;
}


