body  {
	font-family: "Arial";
	font-size: 12px;
}

table {
	font-size: 12px;
	border-collapse: separate;
	border-style: none;
}

table.TotalTable {
	font-size: 12px;
	border-collapse: collapse;
	border-style: solid;
}

table.TotalTable td {
	font-size: 12px;
	border-collapse: collapse;
	border-style: solid;
	padding: 3px;
}

div.Titlebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #EFB57B;
}

hr {
	border: 0;
  	width: 80%;
	color: #000000;
	background-color: #000000;
	height: 1px;
}

/*
p {
	width: 80%;
}
*/

h1 {
	color: #000000;
	font-size: 12px;
	background: #EFB57B;
	width: 90%;
	padding: 3px;
}

div.Sidebar {
	position: absolute;
	top: 90px;
	width: 150px;
}

div.MainBody {
	position: absolute;
	left: 180px;
	top: 90px;
}


table td {
	border-style: none;
}

table td.poscell {
	background: #FFBBBB;
}

table td.separator {
	border-bottom-style: solid;
	border-bottom-color: #555555;
	font-size: 1px;
}

table td.context_cell {
	border-style: none;
}

.anchor_cell {
	background: #FF9999;
}

.character_cell {
	background: #99FF99;
}

.emph_context_cell {
	color: #0000FF;
	background: #AAFFAA;
}

.spec_context_cell {
	color: #0000FF;
	background: #FF9999;
}

.small_note {
	color: #FF0000;
	font-weight: bold;
	font-family: arial, "lucida console", sans-serif;
	font-size: 10px;
}

.charcode {
	color: #0000FF;
	font-weight: bold;
	font-family: arial, "lucida console", sans-serif;
	font-size: 10px;
}

