/* Stylesheet for proofnlm.xsl
Beta release: July 8, 2003
~~~~~~~~~~~~~~
National Center for Biotechnology Information (NCBI)
National Library of Medicine (NLM)
~~~~~~~~~~~~~~
The classes below are divided into the following sections:

   Page setup
   Titling levels

For classes that may not be self-evident, 
a comment describing the use preceeds them.
*/


/* --------------- Page setup ------------------------ */

/* page and text defaults */
html {
     font-family:  helvetica;
     font-size:    12pt;
     margin-top:  0%;
     margin-left:  0%;
     margin-right: 0%;
     }

/* front-matter */
.fm  {
     font-family:  helvetica;
     font-size:   9pt;
     line-height: 1.5;
     }
     
/* article body */
.body
     {
     font-family: times new roman;
     font-size:   12pt;
     line-height: 1.4;
     }

/* back-matter */
.bm  {
     font-size:   9pt;
     line-height: 1.5;
     }

/* rules */
hr.part-rule {
    color: #555555;
    width: 100%;
    align: center;
    margin-top: 5pt;
    margin-bottom: 5pt;
    }

hr.section-rule {
    color: #83AF1F;
    width: 100%;
    height: 3px;
    align: center;
    margin-top: 3pt;
    margin-bottom: 3pt;
    }

/* superior numbers which are cross-references */
.xref {
    color: red;
    }
    
/* generated text */     
.gen {
    color: gray;
    }


/* --------------- Titling levels -------------------- */


/* titling level 1: document title */
.tl-document {
   display: block;
   font-family: times new roman;
   font-size: 14pt;
   font-weight: bold;
   color: black;
   line-height: 130%;
   text-align: left;
   }

/* titling level 2: main document parts */
.tl-main-part {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	color: white;
	FONT-FAMILY: Verdana, sans-serif;
}
 
/* titling level 3: first-level sections of main parts */
 .tl-section-level {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: blue;
   line-height: 130%;
   }
 
/* titling level 4: lowest designed level */
.tl-lowest-section {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 11pt;
   font-weight: bold;
   color: black;
   line-height: 120%;
   }
   
/* default titling level */
.tl-default {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: gray;
   line-height: 130%;
   margin-top: 5pt;
  }
   
/* ---------------- End ------------------------------ */

/* for KJP */

.td-section {
	background-color: #83AF1F;
	text-align: center;
}

.links-box {
        BORDER-BOTTOM: #8C6239 2px outset; BORDER-LEFT: #8C6239 2px outset; PADDING-BOTTOM: 5px; MARGIN: 0em 15px 0em 10px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; BORDER-TOP: #C69C6D 1px solid; BORDER-RIGHT: #C69C6D 1px solid; PADDING-TOP: 5px
}

.links-box .fm-footnote {
        MARGIN: 0px
}



