body {
	margin: 0;
	padding: 0;
	background: #c5ccd4 url("images/background.png");
	-webkit-text-size-adjust: none;
	font-family: "Georgia";
}

#tabBar {
	width: 100%;
	height: 32px;
}
.tab {
	font-family: Helvetica;
	display: block;
	width: 50%;
	height: 32px;
	line-height: 32px;
	background: url("images/tab.png");
	float: left;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
#display {
	position: absolute;
	top: 52px;
	left: 10px;
	right: 10px;
	height: auto;
}
.roundRect {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	min-height: 43px;
	border: 1px solid #999999;
	background-color: #ffffff;
	position:relative;
}

.searchField {
	float: right;
	position: absolute;
	left: 5px;
	right: 79px;
	margin-top: 8px;
	border: none;
	background: none;
	z-index: 20;
	font-size: 20px;
	padding: 3px;
	width: auto;
}
#error {
	position: absolute;
	right: 55px;
	top: 11px;
	width: 19px;
	height: 19px;
	display: block;
}
.spotlight {
	width: 50px;
	height: 45px;
	background: url(/images/spotlight.png);
	position: absolute;
	top: -1px;
	right: -1px;
}
#index {
	position: absolute;
	padding: 10px;
	left: 0px;
	right: 0px;
	top: 130px;
	min-height: 205px;
	height: auto;
}

#spinner {
	width: 48px;
	height: 48px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#ad {
	margin: 10px auto 0 auto;
	width: 234px;
	height: 60px;
}

#ads {
	position: absolute;
	top: 262px;
	left: 10px;
	right: 10px;
	height: 80px !important;
}

.me {
	font-size: 24px;
}

.me .dot {
	font: 15px Lucida Grande;
}

.pronset {
	font-size: 18px;
	margin-left: 0px;
}

.pronset .div {
	font-size: 15px;
	margin-left: 3px;
	margin-right: 3px;
	border-left: 2px solid rgb(150,150,150);
}

.pg, .sectionLabel {
	font-size: 16px;
	display: block;
	margin-top: 15px;
}

.pg:first-of-type, .sectionLabel:first-of-type, .pg + .pg, .thes .pg, .thes .secionLabel {
	margin-top: 0;
	display: inline;
}

.labset {
	font: 14px "Helvetica";
}

.ital-inline {
	font-style: italic;
}

.homno {
	vertical-align: top;
}

#suggestions a {
	color: black;
	text-decoration: none;
	margin-top: 3px;
	width: 100%;
	display: block;
	height: 35px;
	line-height: 35px;
	background: rgb(240,240,240);
	text-indent: 10px;
}

ol {
	margin-top: 0px;
	margin-left: -18px;
	line-height: 25px;
	display: inline;
}

ul {
	margin-top: 0px;
	margin-left: -18px;
	line-height: 25px;
	display: inline;
}

sup {
	margin-left: 2px;
	font-size: 100%;
}

.pron {
	margin-left: 7px;
}

.pron:after, .pron:before {
	content: "|";
}

.pron:empty {
	display: none;
}

.entry {
	margin-bottom: 20px;
}

.dnindex {
	vertical-align: top;
}

td {
	vertical-align: top;
}