/* common elements */

html {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Georgia, Verdana, sans-serif;
	line-height: 1.88889;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	text-align: justify;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}

h1 {
	text-align: center;
	font-size: 150%;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 24px;
	display: block;
}
#chapters_dropdown {
	display: inline;
}
#chapters {
	position: fixed;
	top: 24px;
	left: 0;
	right: 0;
	display: none;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	height: 30px;
	overflow: hidden;
	text-align: center;
}
#chapters:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	height: auto;
}
#content {
	position: fixed;
	top: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	display: block;
}

.bible_version_select, .bible_book_select {
	width: 15%;
}

#bible_text_search {
	width: 24%;
}

.wide_button {
	cursor: pointer;
	cursor: hand; /* for IE 5.x */
	width: 46px;
	height: 24px;
	text-indent: 150%;
}

#settings_button {
	cursor: pointer;
	cursor: hand; /* for IE 5.x */
	width: 25px;
	height: 24px;
	text-indent: 150%;
}

.popup_parent {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	position: relative;
}

.popup {
	border: solid 1px #555555;
	background-color: #333333;
	/* border-top: none; */
	/* padding: 1px 1px 1px 1px;
	z-index: 2; */
	visibility: hidden;
	position: absolute;
	top: 1.0em;
	margin-top: 10px;
	left: -75px;
	width: 96px;
}

#settings_lang_ro {
	background: transparent url(lang_ro.png) no-repeat center;
	border: none;
}

#settings_lang_en {
	background: transparent url(lang_en.png) no-repeat center;
	border: none;
}

#settings_clr_black {
	background: transparent url(moon.png) no-repeat center;
	border: none;
}

#settings_clr_white {
	background: transparent url(sun.png) no-repeat center;
	border: none;
}

.verse_table {
	padding-top: 30px;
}

.verse_column {
	vertical-align: top;
}

.verse, .verse_title {
	padding-top: 4px;
	padding-bottom: 4px;
}

.verse_title {
	font-size: 110%;
	font-weight: bold;
	padding-left: 2.0em;
}

.refs {
	text-align: right;
	font-style: italic;
	font-size: 75%;
}

.debug {
	font-size: x-small;
	text-align: right;
}

footnote {
	display: none;
}
