/**
 * 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 $
 */
#content_article {
	margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	/*padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0.8em;*/
}
#content_article h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:1.2em;
	text-transform: uppercase;
	margin:0;
}

#content_article h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:1.1em;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin:0;
}

#content_article h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0em;
	margin-bottom: 5px;
	margin-left: 0em;
	font-weight:normal;
}

#content_article h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .90em;
	margin-top: 5px;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 16 px;
	font-weight:normal;
	line-height:20px;
}

#content_article h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.70em;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#content_article h6 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.70em;
	font-weight: bold;
	font-size: 1.0em;
}
#content_article p {
	font-size:.7em;
	font:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 15px;
}
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.8em;
	text-transform: uppercase;
	text-decoration: none;
}

/*
*  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;
}
ul.menu_article {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.70em;
	color:#99FFFF;
	margin:0;
	padding:0;
	line-height:20px;
	background-color:#000000;
	width:450px;

}
ul.menu_article li {
	padding-right:10px;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:4px;
	display: inline;
	text-transform:uppercase;
}	
ul.menu_article a, ul.menu_article a:link, ul.menu_article a:visited, ul.menu_article a:active {
	color:#99FFFF;
}
ul.menu_article a:hover{
	color:#FC9700;
}
ul.menu_article li.current {
	font-weight: bold;
	color:#33FF00;
}
ul.bulletsRT {
	list-style-type: disc;
	padding-left: 2em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 15px;
	font-size:12px;
}
ul.bulletsRT li {
	padding-bottom:3px;
}