html {
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: georgia, times, 'times new roman', serif;
	color: #300;
}

h1 {
	letter-spacing: -0.05em;
	word-spacing: -0.04em;
}

h2 {
	letter-spacing: -0.03em;
	word-spacing: -0.02em;
}

h3 {
	letter-spacing: -0.02em;
	word-spacing: -0.015em;
}

h4 {
	letter-spacing: -0.01em;
	word-spacing: -0.01em;
}

h5 {
	letter-spacing: -0.005em;
	word-spacing: -0.005em;
}

h6 {
	letter-spacing: 0em;
	word-spacing: 0em;
}

body {
	height: 100%;
	background: #ffff99;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif, 'lucida console';
	margin: 0px;
	line-height: 1.5em;
}

textarea.thTextArea {
	width: 95%;
	height: 45%;
}

div.main {
}

div.subtasks {
	padding-left: 1em;
}

div.subtask {
	padding-left: 1em;
}

span.warn {
	color: #993333;
}

img.inline {
	height: 0.8em;
	width: 0.8em;
	border: 0;
}

p.note {
	font-size: x-small;
	width: 50%;
	line-height: 1em;
}

#maint {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: #CC9999 1px solid;
	vertical-align: bottom;
}

#logobox {
	position: relative;
	width: 400px;
	height: 200px;
	background: url(/images/emanagr.png) 0 1px no-repeat;
	left: 10%;
}

#mainb {
	clear: both;
	float: left;
	width: 100%;
	background: url('/images/line.png') repeat;
}

#mesgbar {
	position: relative;
	float: left;
	width: 10%;
	height: 100%;
	overflow: hidden;
	padding: 0.2em;
	bottom: 0px;
	z-index: 1;
}

#pagebody {
	position: relative;
	height: 100%;
	width: 80%;
	overflow: auto;
	border-left: #CC9999 1px solid;
	padding-left: 0.5em;
	z-index: 5;
}

#indicia {
	position: absolute;
	bottom: 1em;
	right: 1em;
	text-align: right;
}

#indicia ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#indicia li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div.blurbs {
	float: left;
	padding: 1em;
	width: 45%;
}

.schedule_chart ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.schedule_chart li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.unit {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	min-width: 2px;
}
