/* The div that holds the entire popup */

#nbtDiv {
	padding: 0;
	margin: 0;
	display: none;
	z-index:100;
	/*border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;*/
    -moz-box-shadow: 2px 3px 5px #BBBBBB;
    -webkit-box-shadow: 2px 3px 5px #BBBBBB;
    box-shadow: 2px 3px 5px #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    background-color: white;
  color: #000;
  background-color: #FFFFCC;
  font-family: arial, geneva, helvetica, sans-serif; 
		
}

/* This is the link attributes */

.NETBibleTagged {
	text-decoration: none;
	border-bottom: 1px solid #2136BF;
}

/* The Header that includes the Current Verse Reference and Close X */

#nbtHeader {
/*	padding:0px;
	background-color:#3a3877;
	border:0px;
	padding:0px;
	margin:0px;
	height:16px; */
	
    /*background: url("/api/NETBibleTagger/v2/images/headerBackground.png") repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    height: 30px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    text-align: left;*/

  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  color: #666666;
  text-align: center;
	line-height: 2em;
  border-right: thin #FFC solid;
  border-bottom: 2px #999999 groove;
  background-color: #FFFF99;
}

/* The span that hold the Current Verse Reference */

#nbtVerseTitle {
    color: #444444;
    display: inline;
    font-family: Verdana,Arial,Helvetica;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    position: relative;
    top: 4px;
    width: auto;
}

/* The Close link's child image */

#nbtClose img {
    border: 0 none;
    display: block;
    float: right;
    height: 16px;
    margin-right: 3px;
    margin-top: 6px;
    *margin-top:0px;
    height: 20px;
}

/* The loading Indicator image */

#nbtLoading {
	position:relative; 
	border:0; 
	margin-left:auto; 
	margin-right:auto; 
	display:block; 
	vertical-align:middle;
}

/* The div containing the content */

#verseTarget {
	/*
	height: 180px;
	border: 1px solid #DDDDDD;
	background-color: white; 
	*/
	height: 230px;
	color:black;
	overflow: auto;
	padding-left: 3px;
    padding-right: 3px;
    font-family: Verdana,Arial,Helvetica;
    font-size: 13px;
}

#verseTarget a, #nbtPoweredBy a {
	color: #0088CC;
	text-decoration: none;
	font-size: 0px;
	background: none;
}

#verseTarget a:hover, #nbtPoweredBy a:hover {
	color: #0088CC;
	text-decoration: none;
	font-size: 0px;
	background: none;
}

.nbtWidth {
	/*width: 350px;*/
	width: 450px;
}

#nbtPoweredBy {
	padding-left: 6px;
	border-top: 1px solid #DDDDDD;
	font-size: 14px;
	padding-bottom: 2px;
    padding-top: 2px;
    color:black;
	border-top: none;
	padding: 0 0 0 0;
		max-height: 0px;
		line-height: 0px;
	font-size: 0px; 
	color: white;
}