@charset "UTF-8";
/* CSS Document 
Seminar detail page default
*/


body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333333;
	
}

H1 {
	font-size:30px;
	font-weight:normal;
	color:#EB1921;
	margin:0 0 20px 0;
	
}

H2 {
	font-size:15px;
	color:#000;
	margin-bottom:10px;
}

H3 {
	font-size:13;
	color:#000;
	margin-bottom:0px;
}

p {
	line-height:1.5em;
	margin:0 0 20px 0;
}
p.subhead {
	font-size:18px;
}

ul {
	padding:10px 0 0;
	margin: 0 0 0 1.5em;
	
}
li {
}
/* special announcement  */
td.callout {
	background-color:#333333;
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:10px 10px;
}
td.callout p {
	margin:0px;
}

/* intinerary styles */

table.itinerary {
	margin-top:20px;
	border:1px #CCCCCC solid;
	border-collapse: collapse;
}
table.itinerary td, table.itinerary th {
	padding:4px;
	vertical-align:top;
	 border: 1px solid #999;
  text-align: left;
}

table.itinerary th {
	background-color:#899fa3;
	color:#fff;
	border-bottom:#fff solid 1px;
	
}
table.itinerary td:first-child {
	white-space: nowrap;
}
table.itinerary th.sub {
	background-color:#ccc;
	font-weight:normal;
	color:#000;
}
table.itinerary th.sub:first-child {
	border-right: 1px solid #fff;
}