/* CSS Document */

.schedule {
	border: medium solid gray;
	font-size: smaller;
}

.schedule TH { border-bottom: thin solid gray; }
.schedule TR TD { padding: 2 2 2 2; border-bottom: 1px dotted white; }
.schedule TD.timeslot {
	font-size: x-small;
	border-right: thin solid gray; }

H3 { margin-bottom: .25em; }


.panelist {
	margin: 0 0 .1em 1.4em;
	height: 100%;
	width: 98%
}

.presenter {
	font-size: 0.9em;
	}

.presentername {
	font-weight: bold;
	font-variant: small-caps;
}

.activitytype {
	font-weight: bold;
	color: #006600;
	font-size: 0.8em;
}

.activitytitle {
	margin: .2em 0 .25em 1em;
	font-style: italic;
}


.activitydesc {
	font-size: 0.8em;
	margin: 0 0 1em 2em;
	width: 80%;
}

.activitydesc P { margin-bottom: 1em; }

.activitydesc IMG { border: thin solid black; margin: .25em 1em 0 0; float: left;}



#main UL, .activitydesc OL { margin: 1em 0 1em 2em; }

