/* BOOK ----------------------------------------- */

.book
  {
    width:100%;
  	border-collapse:collapse;
  	vertical-align:top;
  }

/* BOOK HEAD ------------------------------------ */

.book-head-edit-tr
  {
    height: 20px;
  	vertical-align:middle;
  }
  
.book-head-edit-td-1
  {
  	padding-left:4px;
  }

.book-head-tr
  {

  }
.book-head-td-1
  {
    vertical-align:top;
  }
  

/* BOOK CONTENT --------------------------------- */

.book-content-tr
  {
    height:100%;
  }

.book-content-td-1
  {
    vertical-align:top;

    background-color: #6699CC;
  }

.book-content-td-2
  {
    vertical-align:top;
    background-color: #FFFFFF;
  }

.book-content-td-3
  {
    vertical-align:top;
    background-color: #FFFFFF;
  }
  


/* BOOK BOTTOM --------------------------------- */

.book-bottom-tr
  {
    line-height:20px;
  }

.book-bottom-td-1
  {
    text-align:left;
    color: #FFFFFF;
    background-color: #487AAC;
  }
  
.book-bottom-td-2
  {
    text-align:center;
    color: #FFFFFF;
    background-color: #487AAC;
  }

.book-bottom-td-3
  {
    color: #FFFFFF;
    background-color: #487AAC;
  }

.book-bottom-td-1 a , .book-bottom-td-2 a , .book-bottom-td-3 a,
.book-bottom-td-1 a:link , .book-bottom-td-2 a:link , .book-bottom-td-3 link,
.book-bottom-td-1 a:hover , .book-bottom-td-2 a:hover , .book-bottom-td-3 a:hover,
.book-bottom-td-1 a:visited , .book-bottom-td-2 a:visited , .book-bottom-td-3 a:visited 
  {
    color: #FFFFFF;
  }