html, body { overflow:auto } 

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;    
	color: #fff;
	background-color: #ccc;
	height: 100%;
	margin: 0px;
}

.chapterDiv {
	background: url('../img/chapterDivBack.jpg') center repeat-x; 
	height: 42px;
}

.chapterDivLeft {
	cursor:pointer; 
	background: url('../img/buttonLeft.jpg') center no-repeat; 	
	width: 5px;	
}

.chapterDivMiddle {
    font-size:10px;
	cursor:pointer; 
	background: url('../img/buttonMiddle.jpg') center repeat-x; 
	text-align: center;
	text-decoration: none;
}

.chapterDivMiddle a, a:link, a:visited{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.chapterDivMiddle a:active, a:hover {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align: center;
	text-decoration: none;
	color: yellow; 
}

.chapterDivRight 
{
	cursor:pointer; 
	background: url('../img/buttonRight.jpg') center no-repeat; 	
	width: 1px;
}

.searchButtonDiv 
{
	cursor:pointer; 
	background: url('../img/searchButton.jpg') center no-repeat; 	
	width: 48px;	
}

.chapterDiv input {
	color: Gray;
}

.closeButton {
    position: absolute; 
    line-height: 40px;
    top: 5px; 
    right: 5px; 
    width: 100px; 
    height:40px; 
    background: url('../swf/top.jpg') center repeat-x; 
    border: 1px solid #fff;
    cursor: pointer;	
}

#popupEnglish {
    color: #fff;
    position: absolute; 
    bottom: 45px; 
    background-color: #336699;
    left: 0px; 
    width: 100%; 
    display: none;
    text-align: center;
    z-index: 65;    
}

#popupCommands {
    position: absolute; 
    line-height: 40px;
    bottom: 5px; 
    left: 0px; 
    width: 100%;    
    height:40px; 
    text-align: center; 
    z-index: 60;
    display: none;
}

.emailButton {
    background: url('../swf/top.jpg') center center repeat-x #cecfce; 
    text-align: center; 
    top: 1px;
    cursor: pointer;
    padding: 5px;
}

#popupDiv {
    position: absolute; 
    background: url('../swf/loading22.gif') center center no-repeat #cecfce;      
	display: none; 
    z-index: 55; 
    width: 100%; 
    height:100%;
    overflow: scroll;
    text-align: center;
}
#popupImgDiv { 
    position: relative;  
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

#oNamaDiv { 
    position: relative;  
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    height: 600px;
    top: -450px;  
    left: 90px;
    text-align: left; 
    font-weight: bold;
    cursor: pointer;
}

#oNamaDiv a, a:visited
{
    text-decoration: none;  
    color: inherit;  
}

.oNamaMenu 
{
    background: url('../img/ulBack.gif') left center no-repeat;     
    padding-left: 20px;
}

img, img:link,img:visited {
	border: 0px;
}

.suggestBoxContainer {
  border:1px solid black;
  background-color:#fff;
  color:#686868;
  position:absolute;
  z-index:10;
  white-space: nowrap;  
  width: 200px;
  overflow: auto;
}
  
.suggestBox {
  background-color:#fff;
  color:#686868;
}  

.mouse_over {
  background-color:#009;
  color:#fff;
}
