a:link, a:visited{color:#0066CC;}
#bible-top-panel{
	background-color: white;
	border:1px solid olive;
	text-align:left;
        font-size: 14px;
        font-family: "Arial";
	padding-bottom: 10px;
        padding-top: 5px;

}
#bible-sub-panel{
	text-align:center;
}
#bible-sub-panel a{
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	background: bottom left no-repeat green;
        font-family: 'Arial';
        font-size: 14px;
        font-weight: bold;
}

#bible-sub-panel a:hover{
    background: olive;
}

#bible-sub-panel a span{
	display:block;

}
strong{color:#000000;}
.face{border:solid 2px #a6c34e; margin-left:10px; float:right;}


ul{border:0; margin:0; padding:0;}

#container {
    padding:5px 0 0 5px;
    width:100%;
    text-align:center;
    font-family: Arial;
    letter-spacing:1px;
}



.biblepages{
   width:100%;
   padding:3px 5px 0 3px;

}

.clear{
  clear:both;

}
.biblepages a {
background-color:white;
text-decoration: none;
border:solid 1px #DDDDDD;
padding:2px;
float:left;
display:block;
margin: 0 5px 5px 0;
font-size: 14px;
text-align: center;
color:blue;
}

.biblepages a:hover {
border:solid 1px olive;
background: olive;
color:white;
font-family: 'Arial';
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;

}


.biblechapters a {
background-color:white;
text-decoration: none;
border:solid 1px #DDDDDD;
padding:2px;
float:left;
display:block;
width: 20px;
margin: 0 5px 5px 0;
font-size: 12px;
text-align: center;
color:blue;
}

.biblechapters a:hover {
border:solid 1px olive;
background: olive;
color:white;
font-family: 'Arial';
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;

}

/*
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../img/formbg.gif) repeat-x left top;

}

*/

.greenButton{
	width:auto;
        cursor:pointer;
	margin:10px 0 0 2px;
	padding:3px 4px 3px 4px;
	color:white;
	background-color:#589d39;
	outline:none;
	border:1px solid #006600;
	font-weight:bold;
}

.greenButton:active{
	background-color:#006600;
	padding:4px 3px 2px 5px;
}
