body
{
	font-family: georgia, georgia;
}

h1
{
	padding-top: 14px;
	font-size: 24px;
	font-family: Century Gothic, georgia, sans-serif;
}

img
{
	border: 0px;
}

#logo
{
	position: absolute;
	top: 10px;
	left: 10px;
}

#contents
{
	position: relative;
	left: 140px;
	width: 550px;
}

#display
{
	display: none;
	padding-top: 10px;
	line-height: 140%;
}

#about
{
	display: none;
}

input#query
{
	font-size: 16pt;
	width: 100%;
}

.placeholder
{
	color: #ccc;
}

#copyright
{
	font-size: 8pt;
	font-family: arial, sans-serif;
}

.wait
{
	background-image:url('wait.gif');
	background-repeat:no-repeat;
	background-position: top right;
}

#submit
{
	display: none;
}

.headword
{
	font-weight: bold;
	float: left;
}

.wordclass
{
	padding-left: 8px;
	font-style: italic;
	display: inline;
	color: #00008b;
}

.translation
{
	border-top: 1px solid #808080;
	clear: both;
}

.comment-link
{
	margin-top: 5px;
	font-size: 8pt;
	font-family: arial, sans-serif;
}

.comment-link:before
{
	content: "\00BB \0020";
}

.entry
{
	padding-bottom: 20px;
}

.clarification, .lookup
{
	color: #006400;
}

.tr-marking
{
	font-style: italic;
}

.emphasize
{
	font-weight: bold;
}

/* classes for autocomplete */
.autocomplete-w1 { background:url(shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

