@charset "UTF-8";

#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;
    font-family: Verdana,Arial,Helvetica;
}

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

#nbtHeader {
	background: #F8F8F8;
	border-top: 1px solid #666;
	border-bottom: 2px solid #C00;
    height: 30px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: left;
}

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

#nbtVerseTitle {
    color: #6E6E6E;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    position: relative;
    top: 4px;
    width: auto;
}

/* The Close link + child image */
#nbtClose { 
	color: #999;
	float: right; 
	height: 16px;
	width: 16px;
}

#nbtClose:after {
	content: '\D7';
	font-weight: bold;
	line-height: 24px;
}

#nbtClose:hover {
	color: #C00;
}

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

/* 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: 150px;
	color: #222;
	line-height: 150%;
	overflow: auto;
	padding: 3px 8px;
    font-size: 13px;
}

#verseTarget a, #nbtPoweredBy a {
	color: #0088CC;
	text-decoration: none;
	font-size: 13px;
	background: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

#verseTarget a:hover, #nbtPoweredBy a:hover {
	color: #C00;
	text-decoration: none;
	background: none;
}


.nbtWidth {
	width: 350px;
}

#nbtPoweredBy {
	background: #F8F8F8;
	font-size: 12px;
	padding: 5px;
    color: #6E6E6E;
}