@charset "utf-8";
/* CSS Document */

#lunch{
	background-color:none;
	color:#aaa;
	width:700px;
	text-align:center;
	border:1px #666600 dashed;
	padding:5px 5px 5px 5px;	
	margin-bottom:15px;		
	font-size:12px;	
}

#tea{
	background-color:none;
	color:#aaa;
	width:300px;
	text-align:center;
	border:1px #000 dotted;	
	padding:2px 2px 2px 2px;	
	margin-bottom:15px;	
	font-size:12px;
}

#dayend{
	background-color:#000;
	color:#fff;
	width:90%;
	text-align:center;
	border:1px #000 dotted;	
	padding:10px 10px 10px 10px;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:15px;	
}

.topic_head, #topic_head{
	background-color:#eeeeee;
	color:#006;
	border-bottom:1px #dedede solid;	
	padding:10px 2px 2px 2px;	
	margin-bottom:15px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:500;
}

#search_results, ol, li{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
}
#thermec_title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#000066;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-top:20px;
	
}
#sub_head{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#000066;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
	background-color:none;
	color:#000066;
	padding:5px 0 5px 5px;
	width:250px;
	border:1px #000066 dotted;
	
}
#sub_head1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
	background-color:000066;
	color:#FFFFFF;
	padding:5px 0 5px 5px;
	width:250px;
	border:1px #000066 dotted;
	
}
#sub_head a{
	text-decoration:none;
}
#sub_head a:hover{
	text-decoration:none;
	background-color:#004080;
	color:#D7EBFF;
}

#cdc{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000066;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-top:20px;
}
#cdc a{
	text-decoration:none;
}
#cdc a:hover{
	text-decoration:underline;
}
#data{
	border:1px dotted #999;
	width:90%;
	height:900px;
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;	
	display:none;
}

#data1, #data2{

	width:100%;
	text-align:left;
}


.session-list, ol, li{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  
}
.session-list{
	display:none;	
	border:1px dotted #999;	
}

.poster-list, ol, li{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  
}
.poster-list{
	display:block;	
	border:1px dotted #999;	
}

.topic_head{
	cursor:pointer;
	margin-top:10px;
}

#expand_all{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	cursor:pointer;
	
}