/**
 * articleView.css
 *
 * Copyright (c) 2003-2006 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 *
 * $Id: articleView.css,v 1.7 2006/09/13 19:22:28 mj Exp $
 */

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 2px dotted #000;
	line-height: 0px;
}

div.rtSeparatorThin {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #000;
	line-height: 0px;
}

div.rtBlock {
}

div.rtBlock a {
	text-transform: none;
	text-decoration: none;	
}

div.rtBlock ul {
	padding: 0;
	margin: 0;
}

div.rtBlock li {
	list-style-type: none;
}

span.rtSubtitle {
	text-transform: uppercase;
	font-size: 0.85em;
}

a.rtAction {
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}

/*
*  Styles for XSLT Article Rendering
*  (based on NLM DTD classes)
*/

#content table {
	background-color: #F0F0E8;
}

#content table.bm {
	border: 1px solid #000;
}

#content .tl-default, .tl-main-part {
	font-weight: bold;
}


#content .spacey {
        line-height: 1.5em;
}

#content h1 {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1.8em;
}
#content h2 {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1.6em;
}
#content h3 {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1.4em;
}
#content h4 {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1.2em;
	font-style: bold;
}
/**
 * JMIR: G.E. added bold to H4
 * we use these as subheadings under the introduction/methods/results/discussion subtitles
 */
#content h5 {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1.2em;
	font-style: italic;
}
/**
 * PC March 17 / 2011 - bumped up h6 from 1em to 1.1em and added top and bottom margins
 **/
#content h6 {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

thead, th {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1em;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: whitesmoke;
}
tbody {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1em;
	border-top-style: solid;
	border-bottom-style: solid;
}
#content textarea {
	font-family: Arial,Helvetica,Verdana;
	font-size: 1em;
}

#content .articletitle {
	font-family: Arial,Helvetica,Verdana;
	font-size: 2em;
	color: #52839A;
	line-height: 1.1em;
}

#content .topic
{
	font-family: Arial,Helvetica,Verdana;
	font-size: 1.2em;
    font-weight: bold;
	text-decoration: underline;
}
#content .subtitle
{
	font-weight: bold;
	font-family: Arial,Helvetica,Verdana;
	font-size: 1.2em;
	color: #FFFFFF;
}
#content .title
{
	font-family: Arial,Helvetica,Verdana;
	font-size: 1.4em;
	color: #444444;
}
#content .subtitle {
	font-family: Arial,Helvetica,Verdana;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #083852;
	width=100%;
}
#content .subsubtitle {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#content a.subsubtitle {
    font-family: Arial,Helvetica,Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.title
{
   font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
   font-size: 15px;
}

