



/* //////////////////////////////////////////////////////////// /*
/*  upper menu   */
/*container for all upper bar button*/
#bookControls{
    margin: auto;
    width: 300px;
    margin-top: 10px;
    z-index: 2;
    position: relative;
    
  }

#bookControls.custom-goto  { 
    width:450px;
    }


 
/*pages combo*/
#pagesComboDiv {


}
#pagesCombo{
  	
  	max-width: 500px; 
  	min-width: 140px;
  	
  }



/* //////////////////////////////////////////////////////////// */
#homeBtn{
	margin-left: 7px;
	background-image: url('../images/home_up.png');
	width: 40px;
	height:38px;
	cursor: pointer;
	
}
#homeBtn:hover{
	background-image: url('../images/home_over.png');
}


/* //////////////////////////////////////////////////////////// */







/* //////////////////////////////////////////////////////////// */
#readerBtn{
	cursor: pointer;
	margin-left: 7px;
	background-image: url('../images/readMode_up.png');
	width: 40px;
	height:38px;

}
#readerBtn:hover{
	background-image: url('../images/readMode_over.png');
}
#readerBtn.disabled{
	cursor: auto;
	background-image: url('../images/readMode_dis.png');
}




/* //////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////// */

.printBtn{
	cursor: pointer;
	margin-left: 7px;
	background: url('../images/printSpread_up.png') no-repeat 0px 0px;
	width: 40px;
	height:38px;
    position:relative;
    float:left;

}
.printBtn:hover{
	background-image: url('../images/printSpread_over.png');
}
/*.printBtn.disabled{
	cursor: auto;
	background-image: url('../images/print_dis.png');
}*/

.custom-goto .printBtn{
	cursor: pointer;
	margin-left: 7px;
	background: url('../images/print_up.png') no-repeat 0px 0px;
	width: 40px;
	height:38px;
    position:relative;
    float:left;

}
.custom-goto .printBtn:hover{
	background-image: url('../images/print_over.png');
}
.custom-goto #tdPrintControl {background:none;}

.custom-goto #tdPrintControl div { margin-top: 0; }
#printRange
{
    width:100px;
    color:Gray;
    margin-left:7px;
}

#tdPrintControl input
{
    margin:0px;
    padding:0px;
    width:107px;
    position:relative;
    float:left;
    top:6px;
}
#tdPrintControl div
{
    margin:0px;
    padding:0px;
    width:32px;
    margin-top:5px;
    margin-left:8px;
}
#tdPrintControl
{
    width:300px;
    height:40px;
    background:url(../images/PrintBG.png) no-repeat 0px -2px;
}


/* //////////////////////////////////////////////////////////// */





/* //////////////////////////////////////////////////////////// */
#jumpToActivitiesPageBtn{
	cursor: pointer;

	margin-left: 7px;
	position: relative;
	background-image: url('../images/activityPage_up.png');
	width: 40px;
	height:38px;

}
#jumpToActivitiesPageBtn:hover{
	background-image: url('../images/activityPage_over.png');
}




/* //////////////////////////////////////////////////////////// */





/* //////////////////////////////////////////////////////////// */

#closeBtn {
    background-image: url("../images/closeBtn_up.png");
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 6%;
    top: -4%;
    width: 35px;
}
#closeBtn:hover{
	background-image: url('../images/closeBtn_over.png');
}




/* //////////////////////////////////////////////////////////// */




.activityBtn {
    position: relative;
    
}
.actBtn_BG {

    position: relative;
    background-color: gray;
    opacity: 0.1;
    filter: alpha(opacity=50);
    width: 500px;
    height: 100px;
    cursor: pointer;
   /* margin: 20px;*/
    /*    background-image: url(images/icon.png);*/
}
.actBtn_BG:hover {
    opacity: 0.4;
}
.actBtnCenter{
	position: relative;
	width: 50px;
	margin: auto;
	/*top: -75px;*/
	z-index: -1;
	
}
.actBtn_Icon {
    position: absolute;
    top: -10px;
    left: 0px;
}

#activityDiv{
    /*position: static !important;*/
    /*z-index: 50;*/
    /*top:0px !important;*/
   /* margin: auto;*/
    
}

#activityInner {
    
    width: 968px;
    height: 691px;
    margin-top: 10px;
    margin-left: 15px;
}

#readerContainer{
	position:relative;
	width:920px;
	height:700px;
	overflow:auto;
	top:-200px;
	border: 1px solid yellow;
}



/*  moved to book.css inside book specific content

#goToPagesDiv {
    left: 110px;
    position: absolute;
    top: 128px;
    width: 200px;
}
.goToPageBtn {
    background-color: #E3B86A;
    cursor: pointer;
    height: 20px;
    left: -55px;
    margin-top: 10.5px;
    opacity: 0.05;
    position: relative;
    width: 295px;
}
.goToPageBtn:hover {
    opacity: 0.4;
}





.goToActivityBtn {
    background-color: #E3B86A;
    cursor: pointer;
    height: 20px;
    left: -55px;
    margin-top: 10.5px;
    opacity: 0.05;
    position: relative;
    width: 295px;
}


.goToActivityBtn:hover {
    opacity: 0.4;
}


*/
