/***********************************************************
	Rules for the Page Layout Notebook Style
***********************************************************/

/* Set the Page Notebook Style Display */
body               { background-color: #8CD5FE; }
table#notebook     { width: 96%; /* height: 600px; */ vertical-align: top; border: 0px none; border-collapse: collapse; padding: 0px }
table#notebook td  { padding: 0px }
tr.notebook-spacer { height: 18px;              }
tr#notebook-top    { height: 38px; }
td#notebook-TL     { height: 38px; width: 80px; background: url(/images/styles/notebook/top-left.jpg)     #8CD5FE repeat-y;  }
td#notebook-TL img { height: 38px; width: 80px; }
td#notebook-TM     { height: 38px;              background: url(/images/styles/notebook/middle.jpg)       #8CD5FE repeat;    }
td#notebook-TM img { height: 38px;              }
td#notebook-TR     { height: 38px; width: 10px; background: url(/images/styles/notebook/top-right.jpg)    #8CD5FE repeat-y;  }
td#notebook-TR img { height: 38px; width: 10px; }
tr#notebook-main   {                            background-color: #F6F0E0; padding: 0px }
td#notebook-SL     {               width: 80px; background: url(/images/styles/notebook/side-left.jpg)    #8CD5FE repeat-y;  }
td#notebook-SR     {               width: 10px; background: url(/images/styles/notebook/side-right.jpg)   #8CD5FE repeat-y;  }
tr#notebook-bottom { height: 12px; }
td#notebook-BL     { height: 12px; width: 80px; background: url(/images/styles/notebook/bottom-left.jpg)  #8CD5FE no-repeat; }
td#notebook-BL img { height: 12px; width: 80px; }
td#notebook-BM     { height: 12px;              background: url(/images/styles/notebook/bottom-line.jpg)  #8CD5FE repeat-x;  }
td#notebook-BL img { height: 12px;              }
td#notebook-BR     { height: 12px; width: 10px; background: url(/images/styles/notebook/bottom-right.jpg) #8CD5FE no-repeat; }
td#notebook-BL img { height: 12px; width: 10px; }
img.notebook-div   { height: 23px; width: 345px; clear: both; display: block; margin: 0 auto; }
