/* used in main events listing */
div.eventlist {
	width:400px;
	}
.EventList{
	
	}
span.date		{
	float: right;
	width: 8em;
	text-align: right;
	font-weight:bold;
	}

span.time		{
	float: right;
	width: 6em;
	text-align: right;
	}
	
/* used in events detail form
these classes are used in the object, so every piece (even global styles) have their own style here */
.AC-Component {border:1px solid #898989;}
.AC-ComponentBody {border:0px;}
div.contact {
	background-color:#F2E9C9;
	width:180px;
	float:right;
	padding:4px;
	margin:0px 0px 5px 5px;
	border:1px solid #f7cc8c;
	}

.EventRow {
	width:100%;
	margin:0px 0px 0px 0px;
	border:0px solid;
	}
.EventLabel{
	float: left;
	width: 40%;
	margin-top:3px;
	border:0px dotted;
	}
.EventInput{
	float: right;
	width: 50%;
	border:0px dashed;
	}
.EventForm textarea{
	height:75px;
	width:175px;
	}

ul.EventCheckbox {
	list-style:none;
	margin-left:1px;
	margin-bottom:0px;
	padding-left:0px;
	}

ul.EventRadio {
	list-style:none;
	margin-left:1px;
	margin-bottom:0px;
	padding-left:0px;
	}
	
ul.EventCheckbox li{
	text-indent:-2em;
	padding-left:2em;
	}
	
ul.EventRadio li{
	text-indent:-2em;
	padding-left:2em;
	}
.AC-error				{color:#cc0000; font-weight:bold;}
