/* Customizing color 
      Background color for the widgets can be modified by changing 
      the following styles
   */
   
   /* rounded border style 1 */
   
   .SBOInnerPanelImage1
   { 
     /* image name changed to non-existent image to remove colored corners; 
        alternatively, create a corners1.gif image and add a local url here  */
     /* background-image: url('corners1.gif');  */
     background-image: url('corners1x.gif'); 
   
   }
   
   .SBOPanel
   {
     margin: 0;
     padding: 0;
    /* customize colors here */
     background-color: #cdc;
   
     position: absolute;
   }
   
   
   .SBOInnerPanelContent1
   {
     /* customize colors here */
     border-top: 1px solid #aba;
     border-bottom: 1px solid #aba;
     border-left: 1px solid #aba;
     border-right: 1px solid #aba;
   
     background-color: #FFF;
     padding: 6px;
     margin: 0;
   }
/* Customizing titles and links */
.SBOBookTitle
{
  font-family: Lucida Grande",Calibri,Arial,Helvetica,sans-serif;
  font-size: 15px;
  text-align: left;
}
.SBOSectionTitle
{
  font-family: Lucida Grande",Calibri,Arial,Helvetica,sans-serif;
  font-size: 10px;
  text-align: left;
}
.SBOChapterTitle
{
  font-family:  Lucida Grande",Calibri,Arial,Helvetica,sans-serif;
  font-size: 10px;
  text-align: left;
}

.SBOFont
{
  font-family: Lucida Grande",Calibri,Arial,Helvetica,sans-serif;
  font-size: 10px;
  text-align: left;
}

.SBOLink
{
  color: #003399;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}

.SBOLink:hover
{
  text-decoration: underline;
  /* cmh add */
   text-transform: none;
}

#searchInsideButton {
	font-weight: bold;
	font-size: large;
	text-align: center;
}