body {
	background-image: url("/images/background.gif");
	behavior: url("/styles/csshover.htc");
}

body {
	background-color: #B3B3B3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px;
	font-size: 80%;
}

p {
	text-indent: 2em;
}
p.noindent {
	text-indent: 0;
}

.logo {
	margin-left: 96px;
	margin-bottom: 0.5em;
	padding-left: 5px;
}
.logo h1 {
}
.logo h1 img {
	border: 0;
}
.logo .subtitle {
	position: absolute;
	left: 175px;
	top: 65px;
	background-image: url("/images/lcdB.gif");
	height: 24px;
}
.logo .subtitle img.west {
	position: relative;
	top: 0px;
	left: -1px;
}
.logo .subtitle img.title {
	position: relative;
	top: -4px;
	left: 0px;
}
.logo .subtitle img.east {
	position: relative;
	top: 0px;
	left: 1px;
}

.maincontent {
	margin-left: 96px;
	padding: 10px;
}

hr.first {
	margin-top: 0;
}
hr.second {
	clear: left;
	margin-bottom: 0.75em;
}
hr.within {
	width: 90%;
}

.speaking {
}
.speaking img {
	margin: 0;
	float: left;
}
.bubble {
	margin: 0 0 0 100px;
	padding: 0;
	background: #FFF url("/images/bubbleS.gif") no-repeat bottom left;
	width: 250px;
}
.bubble p {
	margin: 0;
	padding: 10px;
	text-indent: 0;
}
.bubble p.top {
	background: url("/images/bubbleN.gif") no-repeat top left;
}

.contents {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
ul.contentslist {
	margin-top: 0;
}

span.admin {
	padding: 0;
	background-color: #FFF;
	border: 1px dotted;
}
div.admin {
	margin: 0.5em;
	padding: 0.5em;
	background-color: #FFF;
	border: 1px dotted;
}

.titled, .abbreviation, i.translation, abbr, acronym {
	border-bottom: 1px dotted;
}
.small-caps {
	font-variant: small-caps;
}

.faqlist {
	list-style: none;
}
.question {
	font-weight: bold;
	text-indent: 0;
}
.answer {
}

img.LJicon {
	margin: 1px;
}
img.sampleicon {
	margin: 1em;
	float: left;
}
p.sampleicon {
	clear: left;
}

table.sortable a.sortheader {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
table.sortable span.sortarrow {
    color: #000;
    text-decoration: none;
}

.poem p {
	text-indent: 0;
}
.poem p.subtitle {
	font-style: italic;
	text-indent: 2em;
	margin-bottom: 0;
}
.poem p.subtitled {
	text-indent: 0;
	margin-top: 0;
}

p.loginfo {
	text-indent: 0;
	margin-left: 2em;
}

img.linkicon {
	vertical-align: text-bottom;
}

blockquote.quotation {
	font-style: italic;
	background: #CCCCCC url("/images/quotation.gif") no-repeat 2px 1px;
	border: 1px solid;
	padding: 10px;
}
blockquote.quotation p {
	text-indent: 17px;
	margin-top: 0;
	margin-bottom: 0;
}
blockquote.quotation div {
	text-align: right;
}

.hidden {
	color: #B3B3B3;
	background-color: #B3B3B3;
}

p.disclaimer {
	font-style: italic;
}

a.incomplete:link {
	color: #E00;
}
a.incomplete:visited {
	color: #B00;
}
a.incomplete:active {
	color: #F00;
}

hr.footer {
	clear: both;
}
div.footer {
	border-top: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	border-right: 3px solid #969696;
	border-bottom: 3px solid #969696;
	background: #B2B2B2;
}
div.footer div.top {
	background: url("/images/screw.gif") top left no-repeat;
}
div.footer div.top p {
	padding-top: 26px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 0px;
	margin: 0 0 1.5em 0;
	text-indent: 0;
	background: url("/images/screw.gif") top right no-repeat;
}
div.footer p {
	padding-top: 0px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 0px;
	margin: 1.5em 0 1.5em 0;
	text-indent: 0;
}
div.footer div.bottom {
	position: relative;
	top: -3px;
	background: url("/images/screw.gif") bottom left no-repeat;
}
html>body div.footer div.bottom {
	top: 0px;
}
div.footer div.bottom p {
	position: relative;
	top: 3px;
	padding-top: 0px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 26px;
	margin: 1.5em 0 0 0;
	text-indent: 0;
	background: url("/images/screw.gif") bottom right no-repeat;
}
html>body div.footer div.bottom p {
	top: 0px;
}

.mainmenu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100px;
	left: 5px;
}
.mainmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 84px;
}
.mainmenu li {
	float: left;
	position: relative;
	width: 84px;
}
.mainmenu li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}
.mainmenu li:hover ul,
.mainmenu li.over ul {
	display: block;
}
.mainmenu li:hover ul li,
.mainmenu li.over ul li {
	width: 112px;
}
.mainmenu li:hover ul li ul,
.mainmenu li.over ul li ul {
	display: none;
}
.mainmenu li:hover ul li:hover ul,
.mainmenu li.over ul li.over ul {
	display: block;
}
.mainmenu li:hover ul li:hover ul li ul,
.mainmenu li.over ul li.over ul li ul {
	display: none;
}
.mainmenu li:hover ul li:hover ul li:hover ul,
.mainmenu li.over ul li.over ul li.over ul {
	display: block;
}
.mainmenu span,
.mainmenu a,
.mainmenu a:hover {
	display: block;
	padding: 2px;
	margin: 0;
	color: #000;
	width: 100%;
}
html>body .mainmenu span,
html>body .mainmenu a,
html>body .mainmenu a:hover {
	width: auto;
}
.mainmenu span {
	border-top: 3px solid #aaa;
	border-left: 3px solid #aaa;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	background-color: #bbb;
	text-decoration: none;
}
.mainmenu a {
	border-top: 3px solid #dde;
	border-left: 3px solid #dde;
	border-right: 3px solid #bbc;
	border-bottom: 3px solid #bbc;
	background-color: #ccd;
	text-decoration: none;
}
.mainmenu a:hover {
	border-top: 3px solid #99a;
	border-left: 3px solid #99a;
	border-right: 3px solid #bbc;
	border-bottom: 3px solid #bbc;
	background-color: #aab;
	text-decoration: none;
}
