body {
	font-family: Arial;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 800px;
}

table {
	margin: 10px auto 0 auto;
	border-spacing: 0;
    border-collapse: collapse;
	max-width: 700px;
}

td {
	padding: 5px;
}

#header { 
	border-bottom:2px solid black; 
	overflow: auto;
	clear: both;
	margin: 20px 20px 0 20px;
}



@media screen and (min-width: 700px) {
	
	#leftHeader {
		float: left;
	}

	#rightHeader {
		float: right;
		text-align: right;
		margin-top: 25px;
	}
}

@media screen and (max-width: 700px) {
	
	#leftHeader {
		width: 240px;
		margin: 0 auto;
	}
	
	#rightHeader {
		text-align: center;
		margin-top: 25px;
		clear: both;
		padding-top:20px;
	}
}



#td { 
	font-size: 40px; 
}

#tse { 	
	font-size: 18px; 
	color: #444;
	text-transform: uppercase;	
}

#tnum { 
	font-size: 18px; 
	font-weight: bold;
	text-transform: uppercase;
}

#tt { 
	font-size: 18px; 
	text-transform: uppercase;	
	color: #444;
}

#logo { width:64px; height:64px; float:left; }

#directorBox {
	float: left;
	margin-left: 10px;
}


#exTitle { 
	font-size: 24px; 
	margin: 20 auto 10 auto; 
	text-align: center;
}

#exNum { 
	font-size: 18px; 
	width: 150px; 
	margin: 0 auto; 
	background-color:black; 
	color:white; 
	text-align: center;
	line-height:30px;
}

.content, .content table { 
	font-size: 14px; 
	line-height: 18px;
}

.content {
	overflow: auto;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
}

.content h1 { 
  font-size:20px; 
  text-align:center; 
  font-weight:bold; 
  text-decoration:underline; 
}

.content h2 { 
	font-size:20px; 
	line-height:24px; 
	margin: 30px 0 0 0; 
	padding: 5px 0 5px 10px; 
	border-radius:6px;
    text-decoration: underline;	
	color: #444;
}

.content h4 {
	margin: 10px 0 0 0; 
	padding: 0;
}

.content p { 
	 margin: 0 0 10px 0; 
}

table.sceneList, table.ioList {
/* 	border: 1px solid #aaa; */
	border-right: 0;
	border-bottom: 0;
}

.sceneList td, .ioList td {
/* 	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa; */
}

table .sceneName, table .ioName {
	font-weight: bold;
	width: 25%;
	text-align: center;
	vertical-align: top;
	}

.sceneName h3, .ioName h3 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color:#444;
}

td.hdr {
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #888;
}

ul {
	list-style-type: none; 
	}
	
ul h3 {
	display:inline;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #444;
}
