/* CSS Document */

.schedule {
	border: medium solid gray;
	width: 800px;
}

.schedule TH { border-bottom: thin solid gray; }
.schedule TR TD {
	padding: 0.5em;
	border-bottom: 1px dotted white;
}

.schedule TD.workshop {
	width: 30%;
}
.schedule TD.timeslot {
	font-size: x-small;
	border-right: thin solid gray;
}
.activitytype {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-variant: small-caps;
	font-weight: bold;
	color: #063;
}
.activity {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.hosts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
}
.panelistdescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-indent: 1em;
}

.panelist {
	margin-bottom: .5em; }


.panelistsorg {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}
.panelist IMG {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
}
.panel {
	list-style-position: outside;
	list-style-type: disc;
}

