@charset "UTF-8";

html,body,p,form,h1,h2,h3 {
  margin:0;padding:0;
}
body {
  font-family: Verdana, sans-serif;
  font-size: 12pt;
}
body img {
	border: 0;
}
a:link,
a:visited {
  color: #3664A1;
}
a:hover {
  color: #000000;
}
#header {
	padding:25px;
  margin: 0;
  background: #E9F0F5 none;
  color: #3664A1;
  font-size: 18pt;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  border-bottom: 1px solid #3664A1;
  text-align: center;
}
#header div
{
  max-width: 10in;
  margin: 0 auto;
  text-align: left;
}
#logo
{
  float: left;
}
#logo img
{
  height:67px;width:300px;border:0;
}
#header div div
{
  margin-left: 310px;
  padding-top: 18px;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  color: #3664A1;
  font-size: 11pt;
  font-family: Verdana, sans-serif;
  line-height: 1.5em;
}
.clear { display:block;clear:both;height:0;font-size:1px; }
#subheader {
  padding: 4px 1em;
  background: #F7FAFF none;
  border-bottom: 1px solid #3664A1;
}
#subheader div
{
  margin: 0 auto;
  max-width: 10in;
}
#subheader .sel, #subheader .nsel {
  padding: 4px 5px;
  color: #3664A1;
  background-color: #F7FAFF;
  text-decoration: none;
}
#subheader .sel {
  cursor: default;
  padding-bottom: 5px;
  border-left: 1px solid #3664A1;
  border-right: 1px solid #3664A1;
  font-weight: bold;
}
#subheader .nsel {
  cursor: pointer;
  border-left: 1px solid #F7FAFF;
  border-right: 1px solid #F7FAFF;
  font-weight: normal;
}
#subheader .nsel:hover {
  border-left: 1px solid #9BB2D1;
  border-right: 1px solid #9BB2D1;
}
#wrapper {
  padding: 1em;
  max-width: 10in;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.btn {
  font-size: 12pt;
}
#wrapcites {
  margin-top: 1em;
  border: 1px solid #AAAAAA;
  padding-left: 9em;
}
#cites {
  padding: 1em;
  border-left: 1px dotted #AAAAAA;
  font-family: "Times New Roman", Times, serif;
}
#about {
  text-align:center;
  font-size:11pt;
}
#dialog {
	display:none;
}
.edrow {
  position: absolute;
  top: 10em;
  left: 1.5em;
  width: 8em;
  text-align: right;
}
.edrow .btn,
.btnsmall {
  font-size: 8pt;
  padding: 1px;
}
#add, #addform {
  margin-top: 1em;
}
.citeform {
  border: 2px solid #3664A1;
  border-top-width: 1px;
  padding: 1em;
  background: #F7FAFF none;
  font-family: Verdana, sans-serif;
}
h2.formname {
  font-size: 12pt;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  /* margin: -1em -1em 1em -1em;
  padding: 3px 1em;
  border-bottom: 1px solid #3664A1; */
  font-family: Verdana, sans-serif;
  border-top: 2px solid #3664A1;
  border-left: 2px solid #3664A1;
  border-right: 2px solid #3664A1;
  padding: 0.5em 1em;
}
#autocite {
	height:55px;
	border-left: 2px solid #3664A1;
	border-right: 2px solid #3664A1;
	padding-bottom: 1em;
	text-align:center;
}
.citeform h3 {
  margin-top: 1em;
  border-bottom: 1px dotted #3664A1;
  margin-bottom: 4px;
  font-size: 12pt;
}
.cite {
  margin-top: 1em;
}
p.citation {
  text-indent: -3em;
  padding: 0 0 0 3em;
  background: transparent none;
  border: 0;
}
p.citatione {
  text-indent: -3em;
  background: transparent none;
  border: 1px dotted #3664A1;
  border-bottom-style: none;
  padding: 1em 1em 1em 4em;
}
.formline {
  padding-left: 10em;
  margin-top: 5px;
}
.formline label {
  display: block;
  float: left;
  margin-left: -10em;
  width: 10em;
  font-size: 11pt;
  text-align: right;
}
.formline span {
  display: block;
  padding-left: 1em;
  font-size: 8pt;
  color: #222222;
}
.textbox {
  border: 1px solid #3664A1;
  background: #E9F0F5 none;
  padding: 2px;
  font-size: 12pt;
  font-family: Verdana, sans-serif;
}
.textbox:hover {
  border: 1px solid #3664A1;
  background: #FFFFFF none;
  padding: 2px;
}
.textbox:focus,
.textbox:active {
  border: 2px solid #3664A1;
  background: #FFFFFF none;
  padding: 1px;
}
.btnbar {
  margin-top: 1em;
}
h1.workscited {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16pt;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  margin-bottom: 1em;
}
.tabbar {
  border-bottom: 1px solid #3664A1;
  margin-bottom: 10px;
  padding: 2px 1em;
  margin: 0 -1em;
}
.tabbar a {
  padding: 2px 5px 2px 5px;
  border: 1px solid #3664A1;
  border-style: solid solid none solid;
  color: #3664A1;
  background: #F7FAFF none;
  text-decoration: none;
  font-size: 11pt;
  cursor: pointer;
}
.tabbar a.sel {
  padding: 3px 5px 3px 5px;
  font-weight: bold;
  cursor: default;
}
.tabbar a:hover {
  padding-top: 3px;
  background: #E9F0F5 none;
}
.tabbar a.sel:hover {
  background: #F7FAFF none;
}
#footer {
  margin-top: 2em;
  font-size: 9pt;
  color: #808080;
}
.cf_article .bkonly,
.cf_book .artonly {
  display: none;
}
.cf_article .artonly,
.cf_book .bkonly {
  display: block;
}
.strong {
  font-weight: bold;
}
