/*
	for XSL debugging
*/
.xslDebugTemplate {
	color: #999999;
	font-size: 10px;
	font-family: sans-serif;
	padding-left: 2px;
}

.xslDebugNodePath {
	color: #ff0000;
	font-size: 10px;
	font-family: sans-serif;
	padding-left: 2px;
}

.xslDebugImport {
	color: #007f00;
	font-size: 10px;
	font-family: sans-serif;
	padding-left: 2px;
}

/* this is hack for <wbr>, try to be W3C valid and still compatible with older browsers
   in modern browser &#8203; is ZERO WIDTH SPACE = invisible by it self
   in older browsers we need occupy as little space as possible,
   cannot use display: none because most browsers will ignore the &#8203; and won't wrap
 */
.wbr {
    font-family: "Lucida Sans Unicode", "Arial Unicode MS", sans-serif;
    font-size: 1pt;
    color: #fff;
    white-space: normal;
    letter-spacing: 0;
    word-spacing: 0;
    word-wrap: break-word; /* IE only */
}
.noWrap {
    white-space: nowrap;
}
/*
    For multi-level ToC headings
*/
.tocHeading .subj-group {
    display: block;
    font-size: 90%;
}
/* boxed-text was originally rendered as blockquote */
div.boxed-text-, div.boxed-text-anchor, div.boxed-text-float {
    margin-left: 3em;
}
div.boxed-text-margin {
    /* no rule */
}
.refnumber {
    text-align: left;
    vertical-align: top;
}
.references .note p {
    padding: 0em;
    margin: 0em;
}
/* TOC */
.articleEntry {
    margin-bottom: 1em;
}
/* OASIS table model, order of rules is important for correct overriding */
/* by default table cells will have borders, to disable border colsep/rowsep should be set to "0" */ 
.NLM_table-wrap td, .NLM_table-wrap td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.NLM_table-wrap-foot p {
    margin: 0;
}
.NLM_table-wrap table {
    border: 1px solid black;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 95%;
}
.NLM_table-wrap table.frame_none {
    border: none;
}
.NLM_table-wrap table.frame_left {
    border: none;
    border-left: 1px solid black;
}
.NLM_table-wrap table.frame_right {
    border: none;
    border-right: 1px solid black;
}
.NLM_table-wrap table.frame_top {
    border: none;
    border-top: 1px solid black;
}
.NLM_table-wrap table.frame_bottom {
    border: none;
    border-bottom: 1px solid black;
}
.NLM_table-wrap table.frame_sides {
    border: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.NLM_table-wrap table.frame_topbot {
    border: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
table.rowsep0 td, table.rowsep0 th {
    border-bottom: none;
}
table.rowsep1 td, table.rowsep1 th {
    border-bottom: 1px solid black;
}
col.rowsep0, tr.rowsep0 td, tr.rowsep0 th {
    border-bottom: none;
}
col.rowsep1, tr.rowsep1 td, tr.rowsep1 th {
    border-bottom: 1px solid black;
}
tr th.rowsep0, tr td.rowsep0 {
    border-bottom: none;
}
tr th.rowsep1, tr td.rowsep1 {
    border-bottom: 1px solid black;
}
table.colsep0 td, table.colsep0 th {
    border-right: none;
}
table.colsep1 td, table.colsep1 th {
    border-right: 1px solid black;
}
col.colsep0, tr.colsep0 td, tr.colsep0 th {
    border-right: none;
}
col.colsep1, tr.colsep1 td, tr.colsep1 th {
    border-right: 1px solid black;
}
tr th.colsep0, tr td.colsep0 {
    border-right: none;
}
tr th.colsep1, tr td.colsep1 {
    border-right: 1px solid black;
}
/* last element takes border from the table, have none on its own */
.NLM_table-wrap table tr.last td {
    border-bottom: none;
}
.NLM_table-wrap table tr td.last, .NLM_table-wrap table tr th.last {
    border-right: none;
}

/* NLM title and inlinehead (heading[@format='inline']), for historic reason without NLM_ prefix */
.title1, .title2, .title3, .title4, .title5, .inlinehead1, .inlinehead2, .inlinehead3, .inlinehead4, .inlinehead5 {
    font-weight: bold;
}

.searchNone0, .searchNone1, .searchNone2, .searchNone3, .searchNone4,
.searchNone5, .searchNone6, .searchNone7, .searchNone8, .searchNone9 {
	color: inherit;
	background-color: inherit;
	font-weight: inherit;
}
.searchTerm0 {
	color: black;
	background-color: #ffff66;
	font-weight: bold;
}
.searchTerm1 {
	color: black;
	background-color: #a0ffff;
	font-weight: bold;
}
.searchTerm2 {
	color: black;
	background-color: #99ff99;
	font-weight: bold;
}
.searchTerm3 {
	color: black;
	background-color: #ff9999;
	font-weight: bold;
}
.searchTerm4 {
	color: black;
	background-color: #ff66ff;
	font-weight: bold;
}
.searchTerm5 {
	color: white;
	background-color: #880000;
	font-weight: bold;
}
.searchTerm6 {
	color: white;
	background-color: #00aa00;
	font-weight: bold;
}
.searchTerm7 {
	color: white;
	background-color: #886800;
	font-weight: bold;
}
.searchTerm8 {
	color: white;
	background-color: #004699;
	font-weight: bold;
}
.searchTerm9 {
	color: white;
	background-color: #990099;
	font-weight: bold;
}
.citation_source-book, .citation_source-journal {
    font-style: italic;
}

.dash {
	font-size: 13px;
}

.quote {
           margin: 1em 0em 1em 5em;
           display: block;
       }