/*
|| Name: hcaMain.css
|| Purpose: HCA Stylesheet
|| History:
|| 19/1-2004, PNR: Created as copy of MST's flat-file layout prototype.
|| 19/1-2004, PNR: Changes.
|| 22/1-2004, PNR: Changes.
*/

/*** 1. Global section: ***/

body {
 margin: 4px;
 color: black;
 background: #ffffee;
 font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;
}

a:link {color: #7C5138;}
a:visited {color:  #B07233;}
a:hover {background:#ffffee;}

table {
  width: 100%;
}


table td {
  padding: 0;
  border-width:0;
  vertical-align: top;
  color: black;
}


/*** 2. Top table section: ***/

table#top {
  margin-top: 5px;
  margin-bottom: 2em;
  margin-left: 1em;
  margin-right: 1em;
}


td#logo {
  width:50px;
  padding-right: 20px;
}

td#maintitle {
  height:50px;
  vertical-align: bottom;
  border-bottom:1px solid black;
  text-align:left;
  font-size:175%;
  font-weight:bold;
}

td#pagetitle {
  width: 25%;
  vertical-align: bottom;
  font-size:125%;
  font-weight:bold;
}

form#goto-form {
  margin: 0;
}


/*** 3. Content table section: ***/

table#content {
  width: 90%;
  margin-top: 0;
  margin-bottom: 2em;
  margin-left: 1em;
  margin-right: 1em;
}


td#sidebar {
  width: 152px;
  padding: 0 10px 15px 10px;
  background: #D0C0AE;
  border: 2px solid #ffffee;
}

td#sidebar td {
  text-align:center;
  font-size:80%;
  font-weight:bold;
  padding: 6px 10px;
  border-bottom: 2px solid #ffffee;
}


td#contentMain {
  padding-left:1em;
}

td#contentMain table{
  width: 600px;
}

/*
td#contentMain .caption {
  font-size: 125%;
}
*/

td#contentMain .text {
  font-size: 85%;
  padding-bottom: 1em;
}


td.volumeCol {
  width: 33%;
  font-size: 90%;
  /*padding:7px 5px;*/
  /*padding-top:0px; padding-bottom:12px;
  /*padding-left:5px;padding-right:5px;*/
}

td#copyright {
  font-size: 66%;
  font-style: normal;
  padding-top: 1em;
}


td#imagePage img {
  border: 1px solid black;
}

/*
td.navLeft a:link, td.navRight a:link {
  font: bold 105% courier;
  color: #B07233;
  text-decoration: none;
}
*/

td.navRight {
  text-align: right;
}


/*** 4. Misc. section: ***/

.navlinks {
  font: bold 17px courier new, Sans-serif;
  color: #B99977;
}

.navlinks a {
  color: #B07233;
  text-decoration: none;
}

.ctxhighlight { 
  background-color:#bfbfbf; 
}

.caption {
  font-size: 130%;
  font-weight: bold;
}

/*** 5. OCR Text section: ***/

.ocr-text { 
  font-size: 93%;
}

.ocr-text-small { 
  font-size: 83%;
}

.ocr-text-large { 
  font-size: 110%;
}

