/*-------------------------------------------
    CSS file for Bible Resources
    Last Updated: March 6, 2014
  -------------------------------------------*/

  
/*-----------------------
    Global Link Styles
  -----------------------*/

a {
	color: #008;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #1991FA;
}

a:visited {
	color: #008;
}

a.inline {
	font-weight: normal;
}

/*-----------------------
       Body Styles
  -----------------------*/
  
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #A6BECE;
	font-size: 0.8em;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

#body {
	padding-bottom: 60px; /* Height of the footer + 20px padding */
}


/*-----------------------
       Heading Styles
  -----------------------*/

#body > h3 {
	border-bottom: 3px solid #036;
	color: #036;
	font: bold 18px Georgia, Baskerville, "Baskerville Old Face", "Times New Roman", Garamond, Times, serif;
	margin: 10px 0 20px 20px;
	padding: 5px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	width: 600px;
}
  
#content h3 {
	background: #035BA7;
	background: linear-gradient(top, #035BA7, #003366);
	background: -webkit-linear-gradient(top, #035BA7, #003366);
	background: -moz-linear-gradient(top, #035BA7, #003366);
	background: -ms-linear-gradient(top, #035BA7, #003366);
	background: -o-linear-gradient(top, #035BA7, #003366);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#035BA7", endColorStr="#003366"); /* IE 7-9 */
	border: 1px solid #011E3D;
	/* border-radius: 10px; */
	color: #EEE;
	font: bold 18px Georgia, Baskerville, "Baskerville Old Face", "Times New Roman", Garamond, Times, serif;
	/* margin: 5px 5px 10px 5px;
	padding: 10px; */
	margin: 10px -13px 10px -13px;
	padding: 10px 10px 10px 20px;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	z-index: 100;
}

#content h3:before, #content h3:after {
	border-top: 10px solid #036;
	content: "";
	top: 42px;
	position: absolute;
}

#content h3:before {
	border-left: 10px solid transparent;
	left: 0px;
}

#content h3:after {
	border-right: 10px solid transparent;
	right: 0px;
}


/*------------------------
     Common Decorations
  ------------------------*/

#nav, #content, form {
	box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

 
/*-----------------------
     Paragraph Styles
  -----------------------*/

#content > p, p.addLink {
	margin: 10px 20px;
}

p.abbrList {
	margin-left: 20px;
	position: relative;
}

p.abbrList span.code {
	font-weight: bold;
}

p.abbrList span.name {
	left: 80px;
	position: absolute;
}

p.debug {
	color: #C00;
	display: block;
	margin-left: 20px;
}

p.error {
	color: #C00;
	font-weight: bold;
	margin-left: 20px;
}

p.msg {
	font-weight: bold;
	margin-left: 20px;
}

p sup {
    line-height: 0.8em;
}

blockquote pre {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
}


/*-----------------------
      Div Styles
  -----------------------*/

#sb-site {
	min-height: 100%;
	position: relative;
}

#content {
	color: #000;
	background-color: #DDD;
	border: 2px solid #036;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 0;
	margin-left: 20px;
	width: 600px;
}

div.link {
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 20px;
}

div.sectionFooter {
	background-color: #035BA7;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 2px solid #036;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-o-border-radius-bottomleft: 3px;
	-o-border-radius-bottomright: 3px;
	color: #EEE;
	font: bold 12px Verdana, Tahoma, Arial, sans-serif;
	margin: 26px 0 0 0;
	padding: 7px 0px 10px 30px;
	position: relative;
	width: 570px;
}

div.sectionFooter a {
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

div.sectionFooter a:visited {
	color: #EEE;
}

span.upArrow {
	border-bottom: 5px solid #EEE;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
	left: 10px;
	margin: 0 5px 0 0;
	position: absolute;
	top: 12px;
	width: 0;
}

div.verseList {
	width: 580px;
}

div.refBox, div.vsBox {
	background-color: #035BA7;
	border: 1px solid #036;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	color: #EEE;
	display: none;
	margin: 15px 0 15px 20px;
	padding: 15px 20px 15px 20px;
	position: relative;
	width: 350px;
}

span.closeBtn {
	color: #FFF;
	cursor: pointer;
	padding: 1px 2px 1px 2px;
	position: absolute;
	font: bold 12px Arial, sans-serif;
	right: 8px;
	top: 7px;
}

span.closeBtn:hover {
	background-color: #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	color: #008;
}

span.expand {
	color: #014685;
	display: inline-block;
	font-size: 16px;
	height: 16px;
	width: 16px;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
}

span.smallRef {
	color: #035BA7;
	font-weight: bold;
}

span.error {
	background-color : #FF9494;
	color: #700;
}


/*-----------------------
       Loader Styles
  -----------------------*/

#content .loader {
	background: none;
	border: none;
	margin: 0;
	position: relative;
	width: auto;
}

#content .loader .loadImg {
	background: url(../images/bar120.gif) no-repeat;
	height: 15px;
	margin-left: calc(50% - 60px);
}

#content .loader p {
	color: #FFF;
	font: bold 12px Verdana, Tahoma, sans-serif;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

  
/*-----------------------
        Form Styles
  -----------------------*/

form {
	background-color: #DDD; /* #BDBDBD; */
	border: 2px solid #003366;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #000;
	font: bold 14px Tahoma, Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0 0 20px 20px;
	width: 600px;
}

form h1 {
	background: #035BA7;
	background: linear-gradient(top, #035BA7, #003366);
	background: -webkit-linear-gradient(top, #035BA7, #003366);
	background: -moz-linear-gradient(top, #035BA7, #003366);
	background: -ms-linear-gradient(top, #035BA7, #003366);
	background: -o-linear-gradient(top, #035BA7, #003366);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#035BA7", endColorStr="#003366"); /* IE 7-9 */
	border-bottom: 1px solid #011E3D;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-o-border-radius-topleft: 3px;
	-o-border-radius-topright: 3px;
	color: #EEE;
	font: bold 15px Tahoma, Verdana, Arial, sans-serif;
	padding: 5px 0 5px 10px;
	margin: 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	width: 590px;
}

form p.title {
	font: bold 15px Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
}

form p {
	margin-left: 20px;
	margin-right: 10px;
}

form input, form select {
	margin-right: 15px;
}

form input.check {
	margin-right: 3px;
}

input.searchbar {
	width: 450px;
}

form input[type="number"], form input#page {
	width: 35px;
}

form input[type="text"], form input[type="number"], form input[type="password"], form input[type="email"], form select {
	background-color: #F5F5F5; /* #A5A5A5; */
	border: 1px solid #036;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.075);
    /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); */
	padding: 2px;
}

form input[type="text"]:focus, form input[type="number"]:focus, form input[type="password"]:focus, form input[type="email"]:focus, form select:focus {
	background-color: #FFF;
	border: 1px solid #1991FA;
	-webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    -o-transition: border 200ms ease;
	transition: border 200ms ease;
}

form .button {
	background-color:#006CC4;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006CC4), color-stop(1, #036) );
	background:-moz-linear-gradient( center top, #006CC4 5%, #036 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006CC4', endColorstr='#036');
	border:1px solid #008;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow:inset 1px 1px 0px 0px #75A2D9;
	-moz-box-shadow:inset 1px 1px 0px 0px #75A2D9;
	-webkit-box-shadow:inset 1px 1px 0px 0px #75A2D9;
	color: #FFF;
	font: bold 13px Verdana, Tahoma, sans-serif;
	margin: 0;
	padding: 3px 12px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

form .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #006cc4) );
	background:-moz-linear-gradient( center top, #003366 5%, #006cc4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#006cc4');
	background-color:#003366;
}

form .button:active {
	position:relative;
	top:1px;
}

#advSearch {
	display: none;
}

form#login {
	width: 400px;
}

form#login h1 {
	width: 390px;
}

form#login p {
	margin: 10px 0;
	text-align: center;
}

form#login p label {
	font-size: 16px;
}

form#login input[type="text"], form#login input[type="password"] {
	margin-left: 5px;
}

form.valigned p {
	height: 22px;
	margin: 10px 0;
	position: relative;
}

form.valigned p:last-child {
	height: 28px;
}

form.valigned p label {
	margin-right: 20px;
	position: absolute;
	right: 50%;
}

form.valigned p input,
form.valigned p select {
	left: 50%;
	margin-left: 0px;
	position: absolute;
}

form#edit_user, form#edit_topical_index, form#edit_topic, form#edit_scripture {
	display: none; /* Does not show on load */
	margin-bottom: 20px;
}


/*------------------------
   Chapter Control Styles
  ------------------------*/

.chapterControls {
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	position: relative;
	z-index: 200;
}

.chapterControls  a {
	background-color: #EDEDED;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #EDEDED), color-stop(1, #DFDFDF));
	background: -moz-linear-gradient(top, #EDEDED 5%, #DFDFDF 100%);
	background: -webkit-linear-gradient(top, #EDEDED 5%, #DFDFDF 100%);
	background: -o-linear-gradient(top, #EDEDED 5%, #DFDFDF 100%);
	background: -ms-linear-gradient(top, #EDEDED 5%, #DFDFDF 100%);
	background: linear-gradient(to bottom, #EDEDED 5%, #DFDFDF 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#DFDFDF',GradientType=0);
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 1px 0px 0px #FFF;
	-moz-box-shadow: inset 0px 1px 0px 0px #FFF;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FFF;
	color: #222;
	cursor: pointer;
	font: bold 13px "Courier New", monospaced;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 3px;
	padding: 5px 7px 4px 7px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFF;
}

.chapterControls  a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DFDFDF), color-stop(1, #EDEDED));
	background: -moz-linear-gradient(top, #DFDFDF 5%, #EDEDED 100%);
	background: -webkit-linear-gradient(top, #DFDFDF 5%, #EDEDED 100%);
	background: -o-linear-gradient(top, #DFDFDF 5%, #EDEDED 100%);
	background: -ms-linear-gradient(top, #DFDFDF 5%, #EDEDED 100%);
	background: linear-gradient(to bottom, #DFDFDF 5%, #EDEDED 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#EDEDED',GradientType=0);
	background-color: #DFDFDF;
}

.chapterControls  a:active {
	position: relative;
	top: 1px;
}


/*-----------------------
        Table Styles
  -----------------------*/

.floatingHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
}
  
table {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-left: 20px;
}

table thead  th {
	border-bottom: 2px solid #FFF;
	padding: 0px 5px 3px 5px;
	text-align: left;
}

table td {
	padding-right: 5px;
	padding-left: 5px;
}

#editTable table {
	background-color: #DDD;
}

#editTable table tr:nth-child(even) {
	background-color: #BDBDBD;
}

#editTable table td, #editTable table th {
	padding: 5px 5px 5px 5px;
}

#editTable table td {
	border: 1px solid #036;
}

#editTable table th {
	background-color: #035BA7;
	border: 1px solid #036;
	color: #FFF;
}

#editTable table thead {
	padding: 0;
}

#editTable table td input {
	display: inline;
	margin: 0;
}

#editTable table td form {
	display: inline;
	margin: 0;
}

#editTable form {
	background-color: transparent;
	box-shadow: none;
	border: none;
}

#editTable th.last {
	width: 116px;
}

/* Topical Index Edit Table Widths */
#editTable.topicIndexEdit th:nth-child(1) {
	width: 90px;
}

#editTable.topicIndexEdit th:nth-child(2) {
	width: 110px;
}

#editTable.topicIndexEdit th:nth-child(3) {
	width: 60px;
}

#editTable.topicIndexEdit th:nth-child(4) {
	width: 45px;
}

/* Topic Edit Table Widths */
#editTable.topicEdit th:nth-child(1) {
	width: 90px;
}

#editTable.topicEdit th:nth-child(2) {
	width: 135px;
}

#editTable.topicEdit th:nth-child(3) {
	width: 400px;
}

/* Scripture Index Edit Table Widths */
#editTable.scriptureEdit th:nth-child(1) {
	width: 35px;
}

#editTable.scriptureEdit th:nth-child(2) {
	width: 200px;
}

#editTable.scriptureEdit th:nth-child(3) {
	width: 105px;
}

#editTable.scriptureEdit th:nth-child(4) {
	width: 60px;
}

#editTable.scriptureEdit th:nth-child(5) {
	width: 45px;
}

#editTable.scriptureEdit th:nth-child(6) {
	width: 36px;
}

#editTable.scriptureEdit th:nth-child(7) {
	width: 50px;
}

.refBox table {
	margin: 0;
}

.refBox tr:nth-child(even) {
	background-color: #357CB9;
}

.refBox td.scripture {
	padding-right: 30px;
}

.refBox table tfoot {
	display: none;
}

td.column {
	vertical-align: top;
	width: 180px;
}

td.column p, #results p {
	margin-bottom: 5px;
	margin-top: 5px;
}

td.column p a, #results p a {
	color: #000;
	font-weight: bold;
}

td.column p a:hover, #results p a:hover {
	color: #1991FA;
}

tr.first td{
	padding-top: 5px;
}

tr.last td {
	padding-bottom: 5px;
}


/*-----------------------
     Header Styles
  -----------------------*/

#header {
	background: #035BA7;
	background: linear-gradient(top, #035BA7, #003366);
	background: -webkit-linear-gradient(top, #035BA7, #003366);
	background: -moz-linear-gradient(top, #035BA7, #003366);
	background: -ms-linear-gradient(top, #035BA7, #003366);
	background: -o-linear-gradient(top, #035BA7, #003366);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#035BA7", endColorStr="#003366"); /* IE 7-9 */
	border-bottom: 1px solid #036;
	color: #EEE;
	height: 60px;
	left: 0;
	margin-bottom: 10px;
	position: relative;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	top: 0;
}

#header h1 {
	font-family: Georgia, Palatino, Times, serif;
	font-size: 30px;
	font-variant: small-caps;
	left: 75px;
	margin: 0;
	padding: 11px 0 0px 5px;
	position: absolute;
	top: 0;
}

#header h1 span {
	font-size: 17px;
}

#header h1 a {
	color: #FFF;
	text-decoration: none;
}

#header h1 a:hover {
	color: #1991FA;
	text-decoration: none;
}

#header h1 a:visited {
	color: #FFF;
	text-decoration: none;
}

#header #logo {
	background: url(../images/bible.png) no-repeat;
	height: 51px;
	left: 5px;
	position: relative;
	top: 7px;
	width: 69px;
}

#header .menu-mob {
	display: none;
}


/*-----------------------
       Footer Styles
  -----------------------*/
  
#footer {
	background: #035BA7;
	background: linear-gradient(top, #035BA7, #003366);
	background: -webkit-linear-gradient(top, #035BA7, #003366);
	background: -moz-linear-gradient(top, #035BA7, #003366);
	background: -ms-linear-gradient(top, #035BA7, #003366);
	background: -o-linear-gradient(top, #035BA7, #003366);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#035BA7", endColorStr="#003366"); /* IE 7-9 */
	border-top: 3px solid #036;
	bottom: 0;
	color: #EEE;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#footer  a {
	color: #fff;
	text-decoration: none;
}

#footer  a:hover {
	text-decoration: underline;
}

#footer div {
	display: inline-block;
	margin-top: 11px;
}

#footer .w3c, #footer .admin {
	margin-left: 50px;
}

#footer .admin a {
	font-size: 14px;
}

#footer .admin a:hover {
	color: #999;
	text-decoration: none;
}


/*-----------------------
     Results Styles
  -----------------------*/

#results {
	margin-left: 20px;
	margin-right: 20px;
}

#results .result {
	margin-bottom: 15px;
}

#results .reference {
	font: bold 14px Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	margin-bottom: 7px;
}

#results .links {
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}

#results .links a {
	color: #003366;
	font-size: 11px;
}

#results .links a:visited {
	color: #003366;
}


/*-----------------------
     Navigation Styles
  -----------------------*/

#nav {
	background: #035BA7;
	background: linear-gradient(top, #035BA7, #003366);
	background: -webkit-linear-gradient(top, #035BA7, #003366);
	background: -moz-linear-gradient(top, #035BA7, #003366);
	background: -ms-linear-gradient(top, #035BA7, #003366);
	background: -o-linear-gradient(top, #035BA7, #003366);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#035BA7", endColorStr="#003366"); /* IE 7-9 */
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0px 5px 15px 5px;
	/* min-width: 500px; */
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 13px;
	height: 34px;
}

#nav li {
	float: left;
	margin: 0;
}

#nav li a {
	border-top: 2px solid transparent;
	color: #FFF;
	display: block;
	line-height: 29px;
	padding: 0px 20px 2px 20px;
	position: relative;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
}

#nav li a:hover, #nav li.active a {
	background: #336699;
	border-top: 2px solid #FFF;
}

#nav li a:hover:after, #nav li.active a:after {
	border-top: 6px solid #FFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	height: 0;
	left: calc(50% - 3px);
	position: absolute;
	top: 2;
	width: 0;
}

#nav-mob {
	display: none;
}


/*---------------------
     Tableless Index   
  ---------------------*/

#scriptureIndexTable {
	border: 2px solid #036;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	margin-left: 20px;
	width: 300px;
}

#scriptureIndexTable div#thead {
	background: #035BA7;
	background: linear-gradient(top, #035BA7, #003366);
	background: -webkit-linear-gradient(top, #035BA7, #003366);
	background: -moz-linear-gradient(top, #035BA7, #003366);
	background: -ms-linear-gradient(top, #035BA7, #003366);
	background: -o-linear-gradient(top, #035BA7, #003366);
	border-bottom: 1px solid #011E3D;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-o-border-radius-topleft: 3px;
	-o-border-radius-topright: 3px;
	color: #EEE;
	font: bold 12px Verdana, "Trebucket MS", Arial, sans-serif;
	padding: 4px 0 0 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
}

#scriptureIndexTable div#thead p:hover {
	background-color: transparent;
}

#scriptureIndexTable div#thead  span.th {
	padding: 0px 5px 5px 5px;
	text-align: left;
	font-weight: bold;
}

#scriptureIndexTable div#tbody {
	background-color: #DDD;
}

#scriptureIndexTable div#tfoot {
	background-color: #035BA7;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 2px solid #036;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-o-border-radius-bottomleft: 3px;
	-o-border-radius-bottomright: 3px;
	margin: 0;
	padding: 0px;
}

/* Table Rows */
#scriptureIndexTable p {
	margin: 0;
	-webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

#scriptureIndexTable p:nth-child(even) {
	background-color: #BDBDBD;
}

#scriptureIndexTable p:hover {
	background-color: #357CB9;
}

/* Table Cells */
#scriptureIndexTable span {
	display: inline-block;
	margin: 0;
	padding: 2px 5px 2px 5px;
}

#scriptureIndexTable span.col1 {
	width: 150px;
}

#scriptureIndexTable span.col2 {
	width: 40px;
}

#scriptureIndexTable span.col3 {
	width: 40px;
}


/* PIE for IE 6-8 support of CSS3 */
#content, #header, #nav, #footer, #h3 {
	behavior: url(pie/PIE.htc);
}