@font-face {
	font-family: "CAFont";
	src: url(CAfont.ttf) format("truetype");
}
body {
	margin:0px;
}
body {
	font-family: "Arial Unicode MS", "CAFont", "Courier", serif;
	font-size: 14px;
}
a { 
	color: #5E2605;
	font-size: 12px;
	cursor: pointer;
}
a.nw {
	background: url("nw.gif") no-repeat top right;
	padding-right: 22px;
}
i { 
	font-style: normal; 
}
fieldset {
	display:block;
	border:0px;
	padding:0px 0px 15px 0px;
}

/* #instructions */
#instructions h1 {
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 15px 0px;
	border-bottom: 1px #000 solid;
	line-height: 14px;
	font-size:22px;
}
#instructions h2 { 
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

/* Fix the nav and media on the page */
#left {
	position: fixed;
	top:-10px;
	background: #FFF;
	z-index: 1000;
	padding:10px;
}

/* Navigation pane */
#nav {
	width: 360px;
	overflow: auto;
	padding:10px 0px 0px 0px;
	font-size: 12px; 
	line-height: 16px;
}
#nav a {
	text-decoration: none;
}
ul#navlist {
	margin: 5px 0px 0px 0px;
}
.dir {
	list-style-type: disc;
}
.cha {
	list-style-type: circle;
}
#nav img {
	border:0px;
	padding-left:7px;
	height: 16px;
	width: 16px;
}

/* QuickTime player */
#media {
	width: 360px;
	height: 280px;
}

/* Transcript */
#transcript, #command, #edit, #instructions, #help {
	line-height: 18px;
	margin: 10px 10px 10px 390px;
}
#transcript {
	font-family: "Arial Unicode MS", "CAFont", "Courier", serif;
	font-size: 14px;
}
#transcript span {
	cursor: pointer;
}
#transcript pre {
	position: relative;
	top: -30px;
}
em.linenumber, .edit, .edit a {
	color:#999;
	font-style:normal;
	background:#FFF;
}
em.italics {
	font-style:italics;
}
em.underline {
	font-style:normal;
	text-decoration: underline;
}
.pic {
	cursor: text;
}

/* Command line, dependent tiers, line numbers */
#options {
	width: 360px;
	font-size: 12px;
	padding: 15px 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px #000 solid;
}
#options h3 {
	margin:0px;
	display: inline;
}
#options p {
	margin:0px 0px 5px 0px;
}
#options form {
	display: inline;
	line-height:20px;
}
#options br {
	clear:left;
}
#args {
	width:210px;
	font-size:10px;
}

/* Command line output */
#command_output {
	white-space: pre;
}
#command_output a {
	text-decoration: none;
	font-size: 14px;
}

/* Help page */
#help img {
	max-width: 640px;
	display: block;
	}