/*	sym06.css	1/09	*/


#register_box	{
	width: 230px;
	margin: 10px auto;
	border-top: 1px solid #999;
	border-bottom: 2px solid #444;
	border-left: 1px solid #999;
	border-right: 2px solid #444;
	}

#register_box h3	{
	font-weight: bold;
	font-size: 1em;
	margin: 4px;
	padding: 0;
	}
	
#title	{
	text-align: center;
	width: 640px;
	margin: 0 auto;
	}
	
table#program	{
	border: 1px solid #006;
	margin: 10px auto;
	}

table#program td	{
	padding: 5px;
	margin: 5px;
	border-top: 1px solid #999;
	border-bottom: 2px solid #444;
	border-left: 1px solid #999;
	border-right: 2px solid #444;
	}
	
	
table#program td.date	{
	font-size: 1em;
	color: #fff;
	background-color: #003;
	}
	
table#program td.time, table#program td.non_event	{
	font-size: .9em;
	color: #003;
	background-color: #e5e5e5;
	vertical-align: top;
	}
	
table#program td.non_event	{
	font-weight: bold;
	}
	
table#program td.time	{
	text-align: right;
	width: 140px;
	margin: 0;
	padding: 0;
	}
	
	
table#program td.event	{
	font-size: .9em;
	margin: 0;
	padding: 0;
	}
	
	
table#program td .class_title_top, table#program .non_event p {
	font-weight: bold;
	margin: 5px 10px 0 10px;
	font-size: .95em;
	padding: 0;
	}
	
table#program td .class_title {
	font-weight: bold;
	margin: 10px 10px 0 10px;
	font-size: .95em;
	padding: 0;
	}
	
table#program td .speaker {
	margin: 5px 10px 0 20px;
	font-size: .9em;
	padding: 0;
	}
	
table#program td .speaker_last {
	margin: 5px 10px 15px 20px;
	}
