/**
 * 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 $
 */

/**
*  modified by Pascal Ngoc Phu Tu, SUB Hamburg, 2008-07-10
*/
#iframebody {
	background:#fff;
	text-align:left !important;
	font-size:0.9em;
}

#iframebody h3 {
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.35em;
	border-bottom-width: medium;
	border-bottom-color: #cecece;
	border-bottom-style: double;
	color: #96989B;
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-top: 0.1em;
}

#iframebody h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: normal;
	font-size: 1.2em;
	color: #96989B;
	font-family: Georgia,"Times New Roman",Times,serif;
}

#iframebody h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
	font-family: Georgia,"Times New Roman",Times,serif;
}

#mainArticle {
	margin-right: 232px;
}

#contentArticle {
	margin: 0 0 0 30px;

}
#rightSidebarArticle {
	float: right;
	width: 200px;
	margin: 2.55em 30px 0 0;
	padding: 0;
}

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

#main h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.3em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#main h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.2em;
}

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

div.rtSeparatorThin {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 3px solid #cecece;
	line-height: 0px;
}

div.rtBlock {
	font-size: 1em;
	padding: 10px 0px;
	background: #fff;
	margin-bottom: 30px;
}

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

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

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

span.rtSubtitle {
	display: block;
	color: #96989B;
	font-weight: bold;
	padding: 0;
	margin:0px 0px 15px;
	font-size: 1em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #cecece;
}

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

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

table {
	background-color: #fff;
	width: auto !important;
}

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