
.listheader
{
  color : #CD4D00;
  padding-left : 15px;
  background-color : #CCCCCC;
  
}

.list-icon-closed
{
  background-image : url('../icons/closed.png');
  background-repeat : no-repeat;
  background-position : left;
}

.list-icon-opened
{
  background-image : url('../icons/opened.png');
  background-repeat : no-repeat;
  background-position : left;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-top-width : 1px;
  border-style : solid;
  border-color : black;  
}

.booktitle
{
  font-size : large;
  text-align : right;
  border-bottom-width : 1px;
  border-top-width : 2px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-style : solid;
}

.pagetitle, .pagetitle-linked
{
  margin-top : 10px;
  padding : 2px;
  background-color : #222222;
  color : #DDDDDD;
  width : 100%;
}

.pagecontent, .pagecontent-linked
{
  padding : 5px;
  width : 100%;
}

.pagefooter, .pagefooter-linked
{
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-color : gray;
  border-style : solid;
  font-size : smaller;
  text-align : right;
  width : 100%;

}

.pagetitle-linked
{
  width : 80%;
}

.pagecontent-linked
{
  width : 80%;
}

.pagefooter-linked
{
  width : 80%;
}

.pagelinks
{
  background-color : #D0D0D0;
  position : absolute;
  margin-left : auto;
  margin-right : auto;
  width : 190px;  
  text-align : left;
  margin-left : 650px; 
  margin-top : 10px;
}



