/**
 * articleView.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 *
 * $Id: articleView.css,v 1.9 2007/11/14 22:36:20 asmecher Exp $
 */

#body {
	width: 95%;
	margin: 0 auto;
}

#main {
	width: 95%;
	margin: 0;
}

#main h2 {
	font-size: 1.4em;
	margin-left: 3px;
	padding-bottom: 2px;
}

#main h3 {
	font-size: 1.0em;
}

#main h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.3em;
	font-family: Verdana,sans-serif;
	font-weight: normal;
}

#main h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Verdana,sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}

#header {
	padding: 0;
	margin: 0;
	background-color: #fff;
	text-align: left;
}

#headerTitle {
	padding: 0;
	text-align: left;
	margin: 0;
	width: 800px;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-family: Verdana,sans-serif;
	font-weight: normal;
	line-height: 1em;
}

#container {
	border: 0;
}

#content {
	border: none;
	font-family: Verdana,sans-serif;
	line-height: 150%
}

#content h1 {
	margin: 0em 0em 0.2em 0em;
	text-align: center;
	font-family: Verdana,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 125%
}

#content h2 {
	margin: 0em 0em 0.2em 0em;
	font-family: Verdana,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 125%
}

#content h3 {
	margin: 0em 0em 0.5em 0em;
	font-family: Verdana,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

#content h4 {
	margin: 0em 0em -0.2em 0em;
	font-family: Verdana,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

#content h5 {
	margin: 0em 0em -0.2em 0em;
	font-family: Verdana,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

#content .table_notes {
	display: block;
	margin-left: auto;
	margin-right: auto;
} 

#content table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: white;
	text-align: left;
}

#content caption {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

#content a:link {
	color: #aa0000;
	text-decoration: underline;
}

#content a:active {
	color: #aa0000;
	text-decoration: underline;
}

#content a:visited {
	color: #aa0000;
	text-decoration: underline;
}

#content a:hover {
	color: #1f1f1f;
	background-color: transparent;
	text-decoration: none;
}

#content a.file:link {
	color: #aa0000;
	text-decoration: none;
}

#content a.file:active {
	color: #aa0000;
	text-decoration: none;
}

#content a.file:visited {
	color: #aa0000;
	text-decoration: none;
}

#content a.file:hover {
	color: #1f1f1f;
	background-color: transparent;
	text-decoration: underline;
}

#content .article_title, .article_subtitle {
	text-align: center;
	font-weight: bold;
}

#content .author {
	text-align: center;
} 

#content .author_name {
} 

#content .author_affiliation {
} 

#content .review_author {
	font-style: italic;
	font-weight: bold;
} 

#content .review_author_name {
} 

#content .review_author_affiliation {
} 

#content .editorial_author {
	font-style: italic;
} 

#content .editorial_author_name {
} 

#content .editorial_author_location {
} 

#content .article_abstract {
	margin-left: 5em;
	margin-right: 5em;
} 

#content .figure {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

#content .figure_caption {
	text-align: center;
	font-weight: bold;
} 

#content .figure img {
	display: block;
	margin-left: auto;
	margin-right: auto; 
} 

#content .article_table {
	text-align: center;
}

#content .image_caption {
	text-align: center;
	font-weight: bold;
} 

#navbar {
	padding: 0;
	margin: 0;
}

ul.menu {
    margin: 0;
    padding: 0;
}

#breadcrumb {
	clear: left;
	padding: 1px 0px 1px 0px;
	margin-left: 3px;
	margin-bottom: 15px;
	font-size: 0.7em;
}

#content img.accessLogo {
	display: inline;
	margin: 0;
	padding: 0;
}

#accessKey {
	margin-bottom: 2em;
}

#accessKey img {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#topBar {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 2.5em;
}

#articleFontSize {
	float: right;
}

#articleFontSize img {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#articleCoverImage {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: left;
}

#articleCoverImage img {
	display: none;
	border: 0;
}

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #bebfbf; 
	line-height: 0px;
}

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

div.rtBlock {
    padding: 0.5em;
	font-size: 0.9em;
	background-color: #f0eee7;
	border: 1px solid #bebfbf;
}

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;
}

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

table {
	background-color: #F0F0E8;
}

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

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

dt {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 80px;
}

dd {
	margin-left: 100px;
}

