/**
 * articleView.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 *
 * $Id$
 */

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

#container {
	min-width: 150px !important;
}

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

/* the following rightsidebar and main were added on the original articleview css*/

#rightSidebar {
	float: right;
	width: 15% !important;
        overflow: hidden !important;
	
}	


#main {
	position: relative;
	float: left;
	width:/*67%;*/ 83% !important; 
	text-align: center;
	margin-left: 0%;
	margin-right: 0% !important;
	display: inline;
	overflow: hidden;
}

#navbar {
    margin-right: 0;
    padding-bottom: 0.8em;
    padding-top: 0;
    margin-bottom: 20px !important;
}



#leftSidebar {

        display:none;
}



#articlePdfResizer {
	width: 100%;
	height: 1200px;
	padding: 1px 0px 1px 1px;
}

#articlePdf {
	width:99%;
	height:99%;
	padding: 1px 0px 1px 1px;
}

#articlePdf.fullscreen {
	position: fixed;
	width: 97%;
	height: 95%;
	left: 20px;
	top: 7px;
	z-index: 1002;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 2000px; /* 100% only fills window, not page, causing potential display issues */
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

#fullscreenShow {
	display: none;
	float: right;
}

#fullscreenHide {
	padding: 2px;
	background-color: white;
	display: none;
	position: fixed;
	bottom: 3px;
	right: 3px;
	z-index: 1003;
}

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

#content {
	border: none;
        /*border-left: 3px solid #cccccc;*/
        padding-left: 15px;

	/*background-image: url("articleviewcont-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;*/

        border-left: 15px solid #adccd6;
        border-top: 1px solid #adccd6;
        border-right: 1px solid #adccd6;
        border-bottom: 1px solid #adccd6;
        padding-top: 15px;
        padding-right: 15px;

/*-moz-box-shadow:2px 2px 10px 0px #cccccc;-webkit-box-shadow:2px 2px 10px 0px #cccccc;box-shadow:2px 2px 10px 0px #cccccc;*/
    border-radius: 0px;
    padding-bottom:30px
}

#content img.accessLogo {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

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

#articleFontSize {
	float: right;
}

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

#accessKey {
	float: left;
}

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

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

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

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

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

.articleToolItem {
	margin-bottom: 3px;
}

.articleToolIcon {
	padding-right: 5px;
	vertical-align: middle;
}

#sidebarRTRelatedItems ul {
	padding: 0px;
}

#sidebarRTRelatedItems li {
	margin-bottom:3px;
}

#toggleRelatedItems {
	display: none;
	padding-top:3px;
	cursor: pointer;
}

#sidebar div.block {
    border: 0px solid #cccccc !important; /*#f5eee2 #f5eee2 #e2cba6;*/
    border-image: none;
    font-size: 1em !important;
    margin-bottom: 0px !important;
    margin-left: 5px;
    margin-top: 0;
    padding-bottom: 0px;
    padding-left: 0;
    padding-top: 0
    
}

#sidebar div.block span.blockTitle {
    background-color: /*#f5eee2;*/ #336699 !important;
    border-bottom: 0 solid #006699;
    border-top: 0 solid #ede0cb;
    color: #ffffff !important;
    display: block;
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 0px !important;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5em 0 0.3em 3px;
    text-transform: uppercase;
    text-align: center !important;
    /*background-image: url("at.png");
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 18px 18px;*/
}