body {
	color: black;
	background-color: white;
}

#Content a.glossary {
	font-weight: 400; 
	text-decoration: underline; 
	color: black;
}

#Content li.nesting {
	list-style: none;
}

#Content p.continue {
	text-align: center;
	padding-top: 25px;
}

#Content li.c-parent {
	list-style: none;
	padding: 5px 0 0 0;
}

#Content li.c-child {
	list-style: disc;
}

#Content li.c-separator {
	list-style: none;
	line-height: 3px;
}

#Content li {
	list-style: square;
}

#Content div.window {
	text-align: center;
}

#Content span.param {
	font-style: italic;
}

#Content span.collection {
	color: #800517;
}

#Content span.panel {
	color: #800517;
}

#Content span.button {
	color: #800517;
}

#Content span.tab {
	color: #800517;
}

#Content span.toolbar-button {
	color: #800517;
}

#Content span.file {
	color: #800517;
}

#Content span.folder {
	color: #800517;
}

#Content span.warning {
	color: #800517;
}

#Content span.code {
	color: #800517;
}

#Content div.window-title {
	text-align: center;
	font-style: italic;
	padding-top: 15px;
}

#Content pre {
	color: #800517;
}

#Content div.feedback {
	text-align: right;
	font-size: 10px;
}

#FeedbackBlock {
	position: fixed;
	left: 180px;
	top: 75px;
	height: auto;
	background-color: #E3EDFF;
	border: 3px outset #1F4D9A;
	padding: 5px;
	display: none;
	z-index: 30;
}

#FeedbackBlock hr {
	background: #1F4D9A;
	height: 1px;
}

#TOCPage a.TOCLink {
	color: gray;
}

div.moviethumbs {
	margin: 0 auto 0 auto;
	width: 669px;
}

div.movieplayer {
	margin: 0 auto 0 auto;
	padding-top: 15px;
	width: 640px;
}

div.movieplayer object, div.movieplayer img {
	border: 1px gray solid;
	border-bottom: none;
}

div.moviethumb {
	text-align: center;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

div.moviethumbimg img {
	margin: 0;
	padding: 0;
	border: 1px gray solid;
}

div.moviethumbimg img:hover {
	border: 1px #9A4141 solid;
}

div.moviethumbtitle {
	padding-top: 5px;
}

div.movietext {
	display: none;
}

#Content div.moviethumb a:link, #Content div.moviethumb a:visited {
	text-decoration: none;
	color: #A77E30;
}

#Content div.moviethumb a:hover {
	text-decoration: none;
	color: #9A4141;
}
