/*
 * Custom overrides for BookReader Demo.
 */

/* Hide print and embed functionality */
#BRtoolbar .embed, .print {
    display: none;
}
/* I(moin) have added the following */
#BRtoolbar {
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    padding: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 3px #999;
    /* Shadow here on FF causes scroll bars */
    overflow: hidden;
	opacity:.80;
	filter:alpha(opacity=80);
	filter: "alpha(opacity=80)";
}

.BRicon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../images/reader_img/BRicons.png);
    background-repeat: no-repeat;
}

#BRreturn {
    /* display: block; */
    /* float: left; */
    /* margin: 0 10px 0 5px; */
    font-family: Verdana, "Helvetica Neue", sans-serif;
    color: #000099;
    height: 100%;
    line-height: 38px;
}

a.logo {
    display: block;
    float: left;
    width: 129px;
    height: 40px;
    margin: 0 12px;
    background: transparent url(../images/reader_img/icon_home.png) no-repeat 0 0;
}
a.popOff {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/reader_img/BRicons.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: -1050px 0;
}

 #cboxContent{
 background:#fff;
 padding:0;
 border:10px solid #a19f9f;
 -webkit-border-radius:12px;
 -moz-border-radius:12px;
 border-radius:12px;
 -moz-box-shadow: 1px 3px 10px #000;
 -webkit-box-shadow: 1px 3px 10px #000;
 box-shadow: 1px 3px 10px #000;
 }
 .BRfloatHead {
    background-color: #a19f9f;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 10px 0;
    font-family: "News Gothic MT","Trebuchet MS",Geneva,Helvetica,sans-serif;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}

div#BRnav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    overflow: visible;
    z-index: 100;
    background-color: #fff;    
	opacity:.80;
filter:alpha(opacity=80);
filter: "alpha(opacity=80)";
    
    -webkit-box-shadow: 1px 1px 2px #333;
    /* No shadow for FF, to be consistent with toolbar */
}
div#pagenum {
    display: none;
    position: absolute;
    left: 24px;
    top: 4px;
    color: #999;
    font-size: 11px;
    line-height: 19px;
    font-weight: 700;
    padding: 0 5px;
    width: 80px;
    text-align: right;
    background-color: #000099;
    font-family: Verdana, "Helvetica Neue", sans-serif;
}
div#pagenum span {
    color: #fff;
    font-style: italic;
}
div#BRnavline {
    position: relative;
    height: 2px;
    width: auto;
    background-color: #000099;
    top: -29px;
    margin: 0 10px;
}

.BRfloat a.floatShut {position:absolute;top:0;right:0;display:block;width:32px;height:32px;background-image:url("../images/reader_img/icon_close-pop.png");background-position:0 0;background-repeat:no-repeat;}

.BRup {
    background-image: url("../images/reader_img/nav_control-up.png");
    background-repeat: no-repeat;
}
.BRdn {
    background-image: url("../images/reader_img/nav_control-dn.png");
    background-repeat: no-repeat;
}

#BRpager .ui-slider-handle {
    position: absolute;
    width: 23px;
    height: 27px;
    top: 13px;
    margin-left: -12px; /* Center icon */
    background: url(../images/reader_img/slider.png);
    z-index: 103;
}