/* 
biblesearch.css is the stylesheet for
the Online Bible Search page 
*/

#top_table { width: 790px; margin-top:1px; margin-left:10px;}
td#top_table_left { 
	width: 303px;
	height: 82px;
	background-image: url(/bible/images/search_top.jpg); 
	background-repeat: no-repeat; 
}
td#top_table_middle { 
	width: 108px;
	height: 150px;
	background-image: url(/bible/images/search_right.jpg); 
	background-repeat: no-repeat;
}
td#top_table_right {
	background-color: #ffffcc; 
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-size: 13px; 
	padding: 15px 20px 0px 47px;
	line-height: 25px;
}
td#page_heading { 
	background-color: #516E7C;
	height: 30px;	
	padding: 10px 15px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

.form_label { font-weight:bold; }
