/* Stylesheet for ViewNLM*.xsl
Version 2.30 release: June 2007
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 */

/* front-matter */
img {
  max-width: 100%;
  height: auto;
}
.fm  {
font-family: "Times New Roman", Times, serif;
background-color:#FFFFFF;
     font-size:   10pt;
     line-height: 1.5;
	 padding: 2pt;
     }
     
/* article body */
.body
     {
	 font-family:Arial, Helvetica, sans-serif;
		 background-color:#FFFFFF;
     font-size:   12pt;
     line-height: 1.4;
	 padding: 5pt;
	
     }

/* back-matter */
.bm  {
     font-size:   9pt;
     line-height: 1.5;
	 padding: 5pt;
     }

/* rules */
hr.part-rule {
    color: black;
    width: 100%;
    align: center;
    margin-top: 5pt;
    margin-bottom: 5pt;
    }

hr.section-rule {
    color: black;
    width: 100%;
    align: center;
    margin-top: 5pt;
    margin-bottom: 5pt;
    }

/* superior numbers which are cross-references */
.xref {
    color: red;
    }
    
/* generated text */     
.gen {
	color: #000000;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
    }


/* --------------- Titling levels -------------------- */


/* titling level 1: document title */
.tl-document {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000099;
	line-height: 140%;
	text-align: center;
	text-transform: capitalize;
   }

/* titling level 2: main document parts */
.tl-main-part {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000099;
	line-height: 130%;
	text-transform: capitalize;
   }
 
/* titling level 3: first-level sections of main parts */
 .tl-section-level {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
	line-height: 130%;
   }
 
/* titling level 4: lowest designed level */
.tl-lowest-section {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000099;
	line-height: 130%;
   }
   
/* default titling level */
.tl-default {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 12pt;
   font-style: italic;
   color: blue;
   line-height: 130%;
   margin-top: 5pt;
  }
  
/* text decoration */
.monospace {
	font-family: monospace;
	}

.overline{
	text-decoration: overline;
	}


.capture-id {}

.take-note{
	color:red;
	}
	
.au-label{
	vertical-align:super;
	font-size:7pt;}

.fn-label{
	vertical-align:super;
	font-size:7pt;}

.label{
	font-weight:bold;
	}

.li-title{
	font-weight:bold;
	font-family: helvetica, sans-serif;
	font-size: 11pt;
	margin-left:2em;
}
   
/* ---------------- End ------------------------------ */


.item.published, .published{
display: none;
}
