/*
-------------------------------------------------
VIN print stylesheet
version:  2005.11.01
------------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1em;
}

A:link {color: Blue}
A:visited {color: Purple}
A:hover {color: Red}

/* Headers
------------------------------------------------- */

h1 {
  margin:0 0px 10px 0px;
  padding:0 0 .1em;
  border-bottom:1px dotted #999999;
  font-size:105%;
  font-weight: bold;
  color:#000;
}
h2 {
  margin:0 0px 10px 0px;
  padding:0 0 .1em;
  font-size:102%;
  font-weight: bold;
  color:#000;
}
h3 {
  margin:0;
  padding:0;
  font-size:100%;
  font-weight: bold;
  color:#000;
}
h4 {
  margin:0;
  padding:0;
  font-size:95%;
  font-weight: bold;
  color:#000;
}
h5 {
  margin:0;
  padding:0;
  font-size:92%;
  font-weight: bold;
  color:#000;
}
h6 {
  margin:0;
  padding:0;
  font-size:90%;
  font-weight: bold;
  color:#000;
}
h7 {
  margin:0;
  padding:0;
  font-size:85%;
  font-weight: bold;
  color:#000;
}

.MainHead {
   display: none;
}

.PrintHead {
   display: block;
}

/* Content
------------------------------------------------- */
#content {
  margin-left: 0;
  width: 660px;
}
#Grey {
  border: 1px solid #999999;
  margin: 0;
  padding: 3px;
  width: 660px;
  background: #ffffff;
}

.maincol {
  width: 510px;
  margin: 0;
  font-size: 115%;
  line-height: 1.5em;
}
.subcol {
  width:180px;
  margin:0;
  font-size:70%;
  line-height:1.25em;
  }
.maincol2 {
  width: 660px;
  margin: 0;
  font-size: 115%;
  line-height: 1.5em;
}

.vernacular {
  font-size:80%;
  font-weight: bold;
  font-style: italic;
  color:#666666;
  line-height: 1em;
}


/* TOC build
------------------------------------------------- */

#article {
  width:100%;
  margin-top:0px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #999999;
  padding-bottom: 5px !important;
}
.arttype {
  color: #999999;
  font-size: 65%;
  font-weight: normal;
  margin-left:0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.arttitle {
  margin-left:0px;
  color: #333333;
  font-size: 70%;
  font-weight: bold;
  line-height: 1em;
}
.artauthor {
  width: 65%;
  font-weight: normal; 
  text-align: left; 
  font-style: italic;
  padding-bottom: 5px !important;
}
.artlink {
  width:50%;
  font-weight: normal;
  color: #666666;
  font-size: 65%;
  float:left;
}
.artpage {
  font-weight: bold;
  color: #666666;
  font-size: 65%;
  float:right;
}


/* Authors
------------------------------------------------- */
#authorcontainer {
  width:100%;
  margin-top:3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #999999;
}

#authorcontainer2 {
  width:100%;
}

.Authors {
  font-size: 65%;
  font-weight: normal;
  line-height: 1.25em;
  font-style: italic;
}

.Authors2 {
  font-size: 65%;
  font-weight: normal;
  line-height: 1.25em;
  font-style: italic;
  color: #666666;
}

.AuthorAffliation {
  font-size: 60%;
  font-weight: bold;
  line-height: 1em;
}

/* Large fonts
------------------------------------------------- */
.Large {
  font-size: 105%;
  font-weight: normal;
  line-height: 1.5em; 
}
.LargeBold {
  font-size: 105%;
  font-weight: bold;
  line-height: 1em; 
}
.XL {
  padding: 0;
  font-size: 90%;
  font-weight: bold;
  width: 100%; 
  border-bottom: 1px solid #999999;
  color: #666666;
}
.XLBold {
  font-size: 115%;
  font-weight: bold;
  line-height: 1.1em;
  width: 90%;
  border-bottom: 1px solid #999999;
}

/* Medium fonts
------------------------------------------------- */
.Medium {
  font-size: 70%;
  font-weight: normal;
  line-height: 1.5em; 
}
.MediumBold {
  font-size: 70%;
  font-weight: bold;
  line-height: 1em; 
}

/* Small fonts
------------------------------------------------- */
.Copyright {
  font-size: 60%;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.breadcrumb {
  font-size: 60%;
  font-weight: bold;
  margin-right: 5px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.url {
  font-size: 58%;
  font-weight: normal;
  margin-right: 5px;
  width: 100%;
  color: #aaaaaa;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.Small {
  font-size: 60%;
  font-weight: normal;
}
.SmallBold {
  font-size: 60%;
  font-weight: bold;
}
.SmallItalic {
  font-size: 60%;
  font-weight: normal;
  font-style: italic;
}
.SmallBoldGrey {
  font-size: 60%;
  font-weight: bold;
  background: #eeeeee;
}

.Citation {
  font-size: 60%;
  font-weight: bold;
  line-height: 1em;
}

/* Navigation
------------------------------------------------- */

.MasterNav {
   display: none;
}
.MasterNavSmall {
   display: none;
}

#masternavcontainer {
   display: none;
}
#masternavcontainer  a {
   display: none;
}
#masternavcontainer a:visited {
   display: none;
}
#masternavcontainer a:hover {
   display: none;
}

.MasterNav2 {
   display: none;
}
#masternavcontainer2 {
   display: none;
}

#masternavcontainer2  a {
   display: none;
}
#masternavcontainer2 a:visited {
   display: none;
}
#masternavcontainer2 a:hover {
   display: none;
}

#navcontainer ul {
   display: none;
}

#navcontainer ul li { display: none; }

#navcontainer ul li a {
   display: none;
}
#navcontainer ul li a:visited {
   display: none;
}
#navcontainer ul li a:hover {
   display: none;
}
#navcontainer ul li a:active {
   display: none;
}
/* Full Text
------------------------------------------------- */

#Keywords {
  border: 1px solid #999999;
  margin: 0;
  padding: 3px;
  width: 660px;
  background: #ffffff;
  line-height: 100%;
}

#references ol {
  padding:0;
  margin-top: 3px;
  color: #333333;
  font-size: 65%;
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
  list-style: decimal;
}
#references li {
  margin-left: 0;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  color: #333333;
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
  line-height: 1em;
}

#references ol li { display: list-item; }

#references ol li a {
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}
#references ol li a:visited {
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}
#references ol li a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #666666;
}

.ReferenceLink {
    padding: 2px;
	vertical-align: super;
	font-weight: bold;
  font-size: 65%;
}

#toolscontainer {
  padding-left: 0;
  margin-left: 0;
  font-size: 1em;
}

#toolscontainer a {
  text-decoration: none;
  border-bottom: 1px dotted #999999;
  font-size: 65%;
  font-weight: bold;
}
#toolscontainer a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #999999;
  font-size: 65%;
  font-weight: bold;
}
#toolscontainer a:hover {
  border-bottom: 1px solid #666666;
}

/* Search
------------------------------------------------- */
.searchtitle {
  margin-left:0px;
  color: #333333;
  font-size: 80%;
  font-weight: bold;
  line-height: 1em;
}
.searchdescript {
  font-size: 75%;
  font-weight: normal; 
  text-align: left; 
  padding-bottom: 5px !important;
}
.SearchDivider {
  padding: 1px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #666666;
  margin-bottom: 15px;
}

/* Tables
------------------------------------------------- */

table.dark { color:#000000; background-color:#ffffff; border:1px ridge; margin-bottom:1px; padding:5px }
thead.dark { color:#ffffff; background-color:#808080; padding-bottom:2px; font-size: 13px; font-family: Arial Narrow, Arial; }
tbody.dark { background-color:#ffffff; padding-bottom:2px; font-size: 13px; font-family: Arial Narrow, Arial; }
tfoot.dark { background-color:#ffffff; padding-bottom:2px; font-size: 10px; font-family: Arial; }

table.light { color:#000000; background-color:#ffffff; border:1px ridge; margin-bottom:1px; padding:5px }
thead.light { background-color:#ffffff; padding-bottom:2px; font-size: 13px; font-family: Arial Narrow, Arial; }
tbody.light { background-color:#ffffff; padding-bottom:2px; font-size: 13px; font-family: Arial Narrow, Arial; }
tfoot.light { background-color:#ffffff; padding-bottom:2px; font-size: 10px; font-family: Arial; }

table.white { color:#000000; background-color:#ffffff; border:1px ridge; margin-bottom:1px; padding:5px }
thead.white { background-color:#ffffff; padding-bottom:2px; font-size: 13px; font-family: Arial Narrow, Arial; }
tbody.white { background-color:#ffffff; padding-bottom:2px; font-size: 13px; font-family: Arial Narrow, Arial; }
tfoot.white { background-color:#ffffff; padding-bottom:2px; font-size: 10px; font-family: Arial; }

table.transparent { color:#000000; background-color:#ffffff; margin-bottom:1px; padding:5px }
thead.transparent { background-color:#ffffff; padding-bottom:2px; font-size: 13px; font-family: Arial Narrow, Arial; }
tbody.transparent { background-color:#ffffff; padding-bottom:2px; font-size: 13px; font-family: Arial Narrow, Arial; }
tfoot.transparent { background-color:#ffffff; padding-bottom:2px; font-size: 10px; font-family: Arial; }