ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; font-family: Arial, Verdana, sans-serif;}

h1 {
	font-size: 24px;
  font-family: Arial, Verdana, sans-serif;
  color: #660000;
}
a img,:link img,:visited img { border: none; }

li {
	list-style-position: inside;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
td, th {
	valign: top;
	 background-color: transparent;
}
ul.radio_list li{
	float: left;
	padding-right: 15px;
	list-style-type: none;
}

ul.horizontal_nav li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid black;
}
ul.horizontal_nav li a{
	color: black;
}

table.form_table tr td{ 
	border-top: 1px solid black;
  padding: 2px;
}
table.form_table tr th{
  text-align:left;
  vertical-align: top;
}

ul.error_list li{
	color: #FF0000;
	list-style-position: inside;
}

body, td
{
  margin: 0;
  padding: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

body
{
  background-color: #999999;
}
#container {
  background-image: url("../images/bg-dd287a3635196928cc28282f6cfdefae.jpg");
}
.notification {
	width: 600px;
	border: 1px solid black;
}
.message {
  background-color: #FDF6E6;
}

.warning {
	background-color: #D9D919;
}

.error {
	background-color: #FFCCCC;
}

.submenu {
	font-size: 14px;
	font-weight: bold;
}

#header {
	width: 100%;
  padding-top: 15px;
  background-image: url("../images/h_border-b5355198d174ddd1401fa7ec18f9ed44.gif");
  background-repeat: repeat-x;
  font-family: "Times New Roman", Courier, Garamond, serif;
}

#footer {
  width: 100%;
  height: 15px;
  background-image: url("../images/h_border-b5355198d174ddd1401fa7ec18f9ed44.gif");
  background-repeat: repeat-x;
  clear: both;
}

#page_title {
	padding-left: 5px;
	font-size: 48px;
	color: #660000;
}

#document_text_area {
	background-image: url("../images/page_background-52e6396c2e253938c3d0263ef0843b86.jpg");
}
#document_text_area .book_header {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#document_text_area ol
{
	list-style-position: outside;
	margin-left: 35px;
}

#document_text_area li{
  list-style-position: outside;
	list-style-type: none;
}
#document_text_area li.numbered{
	list-style-type: decimal;
}
#document_text_area li.line_selected{
	background-color: #ccf;
}
#document_text_area li p{	
	text-indent: -10px;
	margin-left: 10px;
	font-size: 14px;
}
#document_text_area li a.word_selected{
	border: 1px solid black;
	background-color: #fcc;
}

/* word and word hover ##################################################################*/
a.word {
  position: relative;   /* this is key */
  cursor: default;
  border: 0px;
  text-decoration: none;
  color: #000000;
}
a.word:hover {
	color: red;
}
a.word span.hover_text {
  display: none;        /* so is this */
}
.expand_collapse {
	float: left;
	text-top: bottom;
}

/* tooltip will display on :hover event */
a.word_hover span.hover_text {
  display: block;
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 40px;
  width: 200px;
  line-height: 1.2em;
  padding: 3px 7px 4px 15px;
  border: 1px solid #336;
  background-image: url("../images/hover_bg-ca79b772ec1879abb45f7109dc75ce08.jpg");
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
  text-decoration: none;
}

a.word_hover {
	font-size: 99%;
}

a.word span.word_replaced {
	display: none;
	/*text-decoration: line-through;*/
	font-size: 10px;
}

a.word:hover span.word_replaced {
	color: red;
}
/* notation and notation hover styles ##################################################################*/
.inline_notation {
  /*color: #0000CC;*/
}

a.word:hover span.inline_notation {
	color: red;
}

a.notation_marker {
  position: relative;   /* this is key */
  cursor: default;
  border: 0px;
  text-decoration: none;
  color: #0000FF;
  font-size: 12px;
  width: 10px;
  background-repeat: no-repeat;
}
a.notation_marker:hover {
	color: red;
}
a.notation_marker span.hover_text {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
a.notation_hover span.hover_text {
  display: block;
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 200px;
  line-height: 1.2em;
  padding: 3px 7px 4px 15px;
  border: 1px solid #336;
  background-image: url("../images/notation_hover_bg-1aca612a15a52942068b0a616a344328.jpg");
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
  text-decoration: none;
}
/* ####################################content box syles ####################################################### */
.content_box {
  margin: 5px;
  padding: 5px;
  border-style: outset;
  border-bottom: 3px solid #635E4D;
  border-right: 3px solid #635E4D;
  border-top: 1px solid #635E4D;
  border-left: 1px solid #635E4D;
  background-image: url("../images/page_background-52e6396c2e253938c3d0263ef0843b86.jpg");
  background-repeat: repeat-y;
  background-color: #FDF6E6;
}

.content_box th {
	text-align: left;
}
.content_box_header {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: #990000;
} 

.resource_header {
  background-color: #ccc;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid black;
}
.resource {
	margin: 0px;
}
.resource_scope {
	margin-left: 0px;
}
.resource_scope_header {
  background-color: #ccf;
	font-weight: bold;
  border: 1px solid black;
  padding: 2px;
}

.resource_scope_header span.picked a {
	color: #000000;
}
.resource_notation_body{
  border: 1px solid #999;
  padding: 3px;
}

.resource_notation_body q{
  font-weight: bold;
}
.resource q:before { content: open-quote; }
.resource q:after { content: close-quote; }


.resource_body{
  margin-bottom: 5px;
}
.notation_short{
	height: 20px;
	overflow: hidden;
}

.reading_assistance_word { 
  font-weight: bold;
  color: #FF0000;
}
.reading_assistance table td {
  background-color: #EEEEEE;
}
.reading_assistance_table table th {
  background-color: #EEEEEE;
}

.concordance_table { 
	
}
