/**
 * 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 {
	margin: 0;
	padding: 0;
	background: #fff url(/images/body-bg-article.gif) repeat-x;
	color: #111;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	text-align: center;
	}

.clearit {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#container {
	line-height: 125%;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	}

#breadcrumb {
	width: 100%;
	height: auto;
	padding: 4px 0 0 0;
	margin: 0;
	background: none;
	text-align: left;
	font-size: 13px;
	color: #222;
	}
#breadcrumb a {
	color: #324977;
	}



#header {
	width: 100%;
	height: 112px;
	padding: 0;
	margin: 0;
	background: url(images/logo-bg.gif) repeat-x;
	text-align: left;
	}
#headerTitle {
	margin: 0;
	padding: 0;
	height: auto;
	text-align: left;
	width: 100%;
	background: none;
	}
#header h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 26px;
	}

#new_navbar {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	line-height: normal;
	}

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

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 0;
	display: inline;
}

#body {
	width: 95%;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
}

#main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}

#content {
	border: none;
	width: 100%;
	}

#main h1 {
	font-size: 1.5em;
	margin: 1em 0em 0em 0em;
	padding: 0 0 0 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	color: #222;
	}
#main h2 {
	font-size: 1.35em;
	margin: 1em 0em 0em 0em;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #324977;
	line-height: 1.2em;
	}
#content h3 {
	font-size: 0.85em;
	margin: 1em 0em 0em 0em;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	}
#content h4 {
	font-size: 0.75em;
	margin: 1em 0em 0em 0em;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	}
#content h5 {
	font-size: 0.75em;
	margin: 1em 0em 0em 0em;
	padding: 0 0 0 0;
	font-weight: bold;
	line-height: 1.2em;
	}
#content p {
	margin: 1em 0em 0em 0em;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	}
#content p.halfmrg {
	margin: 0.4em 0em 0em 0em;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	}
#content blockquote {
	font-size: 13px;
	margin: 12px 16px 0 16px;
	padding: 12px 15px 0 15px;
	font-weight: normal;
	line-height: 1.4em;
	background: #e6eaf1;
	font-style:normal;
	}
#content blockquote blockquote, #content blockquote blockquote blockquote, #content blockquote blockquote blockquote blockquote {
	padding:0;
	margin:0;
}
#content blockquote p {
	font-size: 13px;
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
	font-weight: normal;
	font-style:normal;
	}

#content ul, #content ol {
	font-size: 0.8em;
	line-height: 1.3em;
	}
#content ul li, #content ol li {
	margin:3px 0;
	padding:0;
	}
#content a {
	text-decoration: underline;
	color: #324977;
	}


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

p {
	color: #222;
	}

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;
	font-size: 12px;
	color: #333;
	}

dd {
	margin-left: 100px;
	font-size: 12px;
	color: #333;
	}

