/* graybook.css - Elephant
/* set background of screen */
.outerbody {padding:0px;font-family:verdana;text-align:center;background-color:slategray;}

/* set book position and size on screen */
.outerdiv {margin-left:auto;margin-right:auto;text-align:center;width:95%;height:95%;}

/* Book Cover (table)*/
.book {width:100%;height:100%;
           border:solid 10px darkslategray;
           }

/* cells containing  contents  next, back and ubooks style */
.contents  {background-color:gray;font-size:8pt;text-align:center;height:15px;
            border-color:black;
            border-top:thin outset;
            border-left:thin outset;
            border-right:thin outset;
            }
/* bottom tabs*/
.tabbottom
           {border-top:none;
             border-bottom:thin outset;
            }

/* cells containing chapter headings appear */
.chapter  {background-color:linen;text-align:center;height:10px;
           font-weight:bold;font-size:8pt;
           width:50%;
           border-color:black;
           padding:0px;margin:0px;}

/* cell containing iframe */
.text   {background-color:linen;vertical-align:top;

         border-left-style:double;
         border-right-style:double;
         border-color:black;
         border-top-width:0px;border-bottom-width:0px;}

/* iframe and internal page style  98% to allow ns to display borders*/
.iframe {height:100%;width:98%;vertical-align:top;margin:0px;}

/* not used as individual pages are not restyled due to ie 6 bug
.page {font-family:verdana;text-align:justify;padding:0px;background-color:linen;}
*/

.tableofcontents {font-size:10pt;font-weight:bold;text-align:justify;vertical-align:middle;height:80%;}

/* links */
a {font-weight:bold;color:white;text-decoration:none;}
a:hover {font-weight:bold;color:darkslategray;text-decoration:none;}