/* Program */
#program h3 em{
	padding-right:8px;
	border-left:5px solid #28a3e5;
}

#program strong{
	color:#111;
}

#program p{
	margin-bottom:1em;
}

#program a, #program a strong{
	color:#06C;
}
#program a:hover{
	color:#ec008c;
}

#program table{
	color:#333;
}

#program table th{
	border:1px solid #ccc;
	vertical-align:middle;
}
#program table td{
	text-align:center;
	border:1px solid #ccc;
	vertical-align:top;
	font-family:sans-serif;
}
	/* Table thead */
	#program table thead th{
		line-height:24px;
		border-bottom:2px solid #ccc;
		width:90px;
	}
	#program table thead td{
		vertical-align:middle;
		background:#e3e3e3;
		border-bottom:2px solid #ccc;
	}
	#program table thead th .out{
		border-top:40px #e3e3e3 solid;/*上邊框寬度等於表格第一行「行高」*/
		width:0px;/*讓容器寬度為0*/
		height:0px;/*讓容器高度為0*/
		border-left:90px #f5f5f5 solid;/*左邊框寬度等於表格第一行「第一格寬度」*/
		position:relative;/*讓裡面的兩個子容器絕對定位*/	
	}
	#program table thead th b{display:block; position:absolute; top:-40px; left:-40px; text-align:right; font-weight:normal;}
	#program table thead th em{font-style:normal; position:absolute; bottom:0px; left:-85px; font-weight:normal; }
	
	/* Table tbody */
	#program table tbody th, #program table tbody td{
		padding:10px 1px;
		line-height:150%;
	}
	#program table tbody th{
		background:#f5f5f5;
	}
	#program table tbody td{
		font-size:12px; 	
	}
	#program table tbody td span{
		font-size:11px; color:#777; line-height:12px;
	}
	#program table tbody .coffee{
		background:#fcf3e9;
	}
	#program table tbody .Prof{
		font-size:11px;
		color:#333;
		-webkit-text-size-adjust:none;
		-webkit-transform:scale(.85);display:inline-block;
	}
	
	
/* Background Color */
.freePaper{background:#d7e2f6;}
.keynoteLecture{background:#ffddc7;}
.symposium{background:#ffebad;}
.jointForum{background:#e4f3d9;}
.satellite{background:#ffffcd;}
.opening{background:#ff6600; color:#fff;}
.specialLecture{background:#ffdfff;}


/* --- 2014/8/28 --- */
#other-program{margin-top:3em; padding-top:3em; border-top:1px dashed #ccc;}
#other-program .Lecture{margin-left:3.5em;}
/*
#other-program strong{color:#111;}
#other-program p{margin-bottom:1em;}
#other-program a, #other-program a strong{color:#06C;}
#other-program a:hover{color:#ec008c;}

#other-program table{color:#333;}
#other-program table th{border:1px solid #ccc; vertical-align:middle; padding:5px;}
#other-program table td{border:1px solid #ccc; vertical-align:top; padding:5px;}
#other-program table .center{text-align:center !important;}
	
	#other-program table thead th{background:#e3e3e3; border-bottom:2px solid #ccc; padding:3px;}
	#other-program table thead td{vertical-align:middle; background:#e3e3e3; border-bottom:2px solid #ccc;}
	
	
	#other-program table tbody th, #other-program table tbody td{padding:10px 5px; line-height:150%;}
	#other-program table tbody th{background:#f5f5f5;}
	#other-program table tbody td{font-size:13px; vertical-align:middle;}
	#other-program table tbody td span{font-size:12px; color:#777; line-height:12px;}
	 */
#other-program .event-title{font-size:18px; color:#ec008c; text-align:center; margin-bottom:18px;}
#other-program .Hand-On td{text-align:center;}
.Participants{color:#930;}