/* Begin GENERAL Elements */
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
#printHeader {
	visibility: visible;
	font: 1.5px "Times New Roman", Times, serif;
	color: #000000;
	background: #FFFFFF;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #CCCCCC url(/jot/images/backpat.gif);
	height: 80px;
	border-top: medium #333399;
	border-right: medium #333399;
	border-bottom: medium solid #333399;
	border-left: medium #333399;
}
#publisher {
	margin: 0px;
	height: 80px;
	width: 120px;
	padding: 0px;
	text-decoration: none;
}
#journal {
	margin: 0px;
	height: 80px;
	width: 480px;
	padding: 0px;
}
#topNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-top: 4px;
	border-top: 1px #000099;
	border-right: 1px #000099;
	border-bottom: 1px solid #000099;
	border-left: 1px #000099;
	margin-bottom: 2px;
	font-size: .8em;
}
#topNav a {
	color: #0000FF;
	text-decoration: none;
}
#topNav a:visited {
	color: #0000FF;
	text-decoration: none;
}
#topNav a:hover {
	color: #CC3333;
	text-decoration: none;
	background: transparent;
}
#topNav a:active {
	color: #FF0000;
	text-decoration: none;
}
#leftNav {
	position: absolute;
	left: 5px;
	background: #FFFFFF url(../../jot/css/llsmklms) no-repeat 0px 150px;
	padding: 5px;
	width: 110px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 300px;
}
#leftNav a{
	color: #333399;
	text-decoration: none;
	display: block;
	border: 1px solid #003366;
	margin: 2px;
	padding-left: 5px;
}
#leftNav a:visited{
	color: #003399;
	background: transparent;
	text-decoration: none;
	display: block;
}
#leftNav a:hover{
	color: #993333;
	background: #EBEBEB;
	text-decoration: none;
	display: block;
	border-right: 5px solid #993333;
}
#leftNav a:active{
	color: #993300;
	text-decoration: none;
	display: block;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: transparent;
	padding: 10px;
	position: relative;
	left: 130px;
	margin: 10px;
	width: 70%;
}
#journalCover {
	margin: 0px 4px 2px 0px;
	padding: 0px;
	height: 176px;
	width: 119px;
	border: none;
	float: left;
}
#journalName {
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #003366;
	background: transparent;
	text-align: left;
}
p {
	margin: 0.5em 0em 1em 1em;
	line-height: 1.5;
	text-align: justify;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
        color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #CCC url(/jot/images/backpat.gif);
	border-top: 1px solid #333399;
	border-bottom: medium solid #333399;
	font-size: .7em;
}
/* End GENERAL Elements */

/* TOC and ABSTRACT Elements */
#tocVolumeHeader {
	font-size: 1.5em;
	color: #000000;
	background: transparent;
	text-align: center;
}
#tocIntroText {
	text-align: left;
	font-size: .9em;
}
#tocArticleTitle {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
#tocAuthorNames {
	font-size: 0.9em;
	margin-left: 2em;
}
#tocAuthorInstitution {
	font-size: 0.9em;
	margin-left: 2em;
}
#tocJournalAbbrev {
	font-size: 0.9em;
	margin-left: 2em;
}
#tocAbstractSummary {
	font-size: 0.95em;
	margin-left: 2em;
	text-align: justify;
	display: block;
	line-height: 1.5em;
}
#tocKeywords {
	font-size: 0.9em;
	margin-left: 2em;
}
#tocDoi {
	font-size: 0.9em;
	margin-left: 2em;
}
#tocPageSpan {
	font-size: 0.9em;
}
#tocFileType {
	font-size: 0.9em;
	margin-left: 2em;
}
#tocFileSize {
	font-size: 0.9em;
}
#tocFileMeasure {
	font-size: 0.9em;
}
#tocAbstractLink {
	font-size: 0.9em;
	margin-left: 2em;
}
#tocAbstractLink a:link  {
	text-decoration: none;
}
#tocAbstractLink a:visited  {
	text-decoration: none;
}
#tocAbstractLink a:hover  {
	color: #FF0000;
	text-decoration: underline;
	background: transparent;
}
#tocAbstractLink a:active  {
	color: #FF0000;
	text-decoration: underline;
	background: transparent;
}
/* End TOC and ABSTRACT Elements */

/* Begin All Issues elements */

.allIssuesVolumeTable {
    background: #CCCCCC;
    padding: 2px;
    border-spacing: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;    
}
.allIssuesVolumeHeader {
    text-align: left;
    background: #003366;
    color: #FFFFFF;
}
.allIssuesIssueRow {
    text-align: left;
    background: #F2F2F2;
}

/* End All Issues elements */
