div.shellscript {
   border: 1px solid black;
   background: white;
   color: #111;
   font-family: "Courier New", Courier, monospace;
   font-size: smaller;
   padding: 1em;
   margin: 1em 5em;
}

table.photo-frame > tbody > tr > td {
   padding: 0em;
   vertical-align: top;
}
div.photo {
   margin: 0.5em;
   border: 1px solid black;
}
div.photo img {
   border: none;
}
div.photo p {
   border-top: 1px solid black;
   margin: 0em;
   font-size: smaller;
}


div.sidead {
   display: block;
   float: right;
}

div.log {

}

div.entry {
  display: table;
  border: solid black 1px;
  margin: 1em;
}
div.entry span#date { 
  font-weight: bold;
  display: block;
  background: #aaa;
}
div.entry span#title {
  font-weight: bold;
  display: block;
  background: #aaa;
}
div.entry p {
  padding: 0.5em;
}
table.greytable {
  border: 1px solid black;
  border-collapse: collapse;
}
table.greytable > thead > tr > th {
  border-left: 1px solid black;
  border-right: 1px solid black;
  background: #999;
}
table.greytable > tbody > tr > td {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

body.three div#left {
  position: absolute;
  left: 10px;
  width: 10em;
  top: 10px;
}
body.three  div#content {
  top: 10px;
  margin-left: 10.5em;
  margin-right: 185px;
}
body.three  div#right {
  position: absolute;
  right: 10px;
  width: 170px; 
  top: 10px;
}
body.two  div#left {
  position: absolute;
  left: 10px;
  width: 10em;
  top: 10px;
}
body.two div#content {
  margin-left: 10.5em;
}
div.menu {
  width: 9em;
  background: #006;
  padding-right: 5px;
  padding-left: 2px;
  margin-right: 1em;
}
div.menu span.title {
  border: 1px solid black;
  display: block;
  background: #006;
  color: #fff;
  padding-bottom: 3px;
  padding-top: 3px;
  font-weight: bold;
}
div.menu span.footer {
  border: 1px solid black;
  display: block;
  background: #006;
  color: #fff;
  padding-bottom: 3px;
  padding-top: 3px;
  font-weight: bold;
  font-size: smaller;
}
div.menu a.item:hover {
  background: #00b;
}
div.menu a.item {
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  display: block;
  background: #008;
  color: #fff;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: small;
}

div#howtosubmit table td.field {
  font-weight: bold;
}


