/*
 * Screen stylesheets for the Gordon Cornell's Model Engine Development series.
 * (also uses common.css)
 */


body.main {
  background: url(../images/paper_12.gif);
  font-family: Geneva, Verdana, Tahoma, Geneva, Arial, sans-serif;
  color: black;
}

.author {
  position: relative;
  font-size: 11pt;
  text-align: right;
  font-style: italic;
}

.smallprint {
  position: relative;
  top: 20px;
  left: 30px;
  width: 90%;
  font-size: 9pt;
  text-align: justify;
}

.content {
  position: relative;
  font-size: 13pt;
  left: 90px;
  width: 650px;
  line-height: 110%;
}
 
h1 {
  margin-top: 1em;
}

h4.gc4 {
  margin-top: 1em;
  margin-bottom: 2px;
}

.indent {
  position: relative;
  left: 90px;
  width: 85%;
}
 
table.po {
  border-style: groove;
  border-width: 1px;
  background: white;
  background: #909090;
}

th {
  background: #bbbbbb;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  text-align: left;
}

tr.r3 {
  font-size: 8pt;
}

tr.odd {
  background: #ffffdc;
  font-size: 10pt;
}

tr.evn {
  background: #eeeeee;
  font-size: 10pt;
}

td.po { 
  padding-left: 5px;
  padding-right: 5px;
  border: solid thin #eeeeee;
}

td.pt { 
  padding-left: 10px;
  text-align: left !important;
}

td.tt { 
  padding-right: 5px;
  text-align: right !important;
}

th.f1{width:186px;}
th.f2{
  vertical-align:bottom;
  font-size: 9pt;
  width: 96px;
}
th.pj{background:#ffcccc;}
td.pk{background:#ffcccc;}
span.sp1{font-size:8pt;}
*.cen {
  text-align: center !important;
}

*.r1 {
  text-align: right !important
}

*.r2 {
  text-align: left !important;
}

*.r5 {
  text-align: right;
  margin-top: -1em;
  margin-bottom: 8px;
}

div.cen {
  margin: 1em auto;
}

table.cen {
  margin: 0 auto;
}

div.cc {
  background: #ef8000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

div.indent2 {
  margin-left: 8%;
  margin-right: 10%;
  font-size: 10pt;
}

div.nav-links {
  position: relative;
  margin-top: 2em;
  margin-right: 10px;
  margin-bottom: 2em;
}

div.align-left {
  float: left;
}

div.align-mid {
  float: left;
  margin-left: 244px;
}

div.align-right {
  float: right;
}

img.link {
  border: 0;
  width: 48px;
  height: 48px;
}

*.noshow {
  display: none;
}


