/* override some default jqm styles */
.ui-header .ui-title, .ui-footer .ui-title {
	text-overflow: clip;
	white-space: normal;
}

.ui-body-a .ui-link .ui-link:active .ui-link:visited .ui-link-inherit {
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
}

/* allow the wordwrap in list items (equivalent to <a ... style="white-space: normal;">) */
.ui-listview > .ui-li-static,
.ui-listview > .ui-li-divider,
.ui-listview > li > a.ui-btn {
	white-space: normal;
}

/* allow the independent panel scroll */
.ui-panel.ui-panel-open {
	position: fixed;
}
.ui-panel-inner {
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	bottom: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.lemma {
	color: #193B7F;
	font-size: 12px;
}

h2 {
	color: #193B7F;
}

p {
	color: #193B7F;
}

li {
	color: #193B7F;
}

h2.lemmatitle {
	padding-top: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
}

div.lemmasubtitle {
	color: #193B7F;
	padding-top: 0pt;
	margin-top: -10pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	text-align: center;
}

p.Definition {
	text-align: justify;
	font-size: 12pt;
	margin-top: 12pt;
}
p.NoteEx {
	text-align: justify;
	font-size: 10pt;
	padding-top: 6pt;
	margin-top: 6pt;
}
p.NoteExList {
	text-align: justify;
	font-size: 10pt;
}
span.NoteExItalic {
	font-style: italic;
}
p.NoteEx2 {
	text-align: justify;
	font-size: 11pt;
	margin-left: 20pt;
	padding-top: 6pt;
	margin-top: 6pt;
}
p.NoteEx2List {
	text-align: justify;
	font-size: 11pt;
	margin-left: 20pt;
}
p.Annotation {
	text-align: justify;
	font-size: 11pt;
	padding-top: 6pt;
	margin-top: 6pt;
}
p.Extension {
	text-align: justify;
	font-size: 11pt;
	padding-top: 6pt;
	margin-top: 6pt;
}

p.info {
	text-align: justify;
	margin-top: 9pt;
}
ul.info {
	text-align: left;
	margin-top: 9pt;
	margin-left: 18pt;
	margin-right: 9pt;
	margin-bottom: 9pt;
}

p.TableTitle {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
p.TableText {
	text-align: left;
	font-size: 9pt;
}
p.TableCText {
	text-align: center;
	font-size: 9pt;
}

table.InnerTab {
	float: center;
	border-width: 1px 1px 1px 1px;
	border-color: gray gray gray gray;
}
td.InnerCell {
	border-width: 1px 1px 1px 1px;
	border-color: gray gray gray gray;
}

/* handle tooltips */
* {
	margin: 0;
	padding: 0;
}
#text {
	margin: 50px auto;
	width: 500px;
}
#tt {
	position: absolute;
	display: block;
	background: url(ximages/tt_left.gif) top left no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	z-index: 1000;
}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(ximages/tt_top.gif) top right no-repeat;
	overflow: hidden;
	z-index: 1000;
}
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: yellow;
	color: blank;
	z-index: 1000;
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(ximages/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
	z-index: 1000;
}
