/* General Style Info */

body {
    font-size: 0.8em;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
  color: #384c7d;
  text-decoration: underline;
}

a:hover {
  color: #e2af2b;
  text-decoration:none;
}

a img {
  border:none;
}

em {
  font-size: 12px;
}


pre {
  padding: 1em;
}

h1, h2, h3, h4 {
  font-weight:normal;
}

h1 {
  color: #A40000;
  font-size: 180%;
  margin: 0.3em 0;
}

h2 {
  color: #984C38;
  font-family: Georgia, "Times Roman";
  font-size: 150%;
  margin-bottom: 0.3em;
}

h3 {
  color: #85795B;
  font-size: 130%;
}

h4 {
  color: #486C69;
  font-weight: bold;
  color: #999;
  padding-top: 0.5em;
  font-size: 110%;
}

ul, li {
}

p {
 margin: 0.6em 0em;
}


/* Tables */

table.data {
  margin-top: 4px;
  margin-bottom: 10px;
  border: 1px #ccc solid;
  border-collapse: collapse; 
}

table.listing {
  margin-top: 4px;
  margin-bottom: 10px;
  border: 1px #ccc solid;
  border-collapse: collapse; 
}

th {
  border: 1px solid #bbb;
  padding: 1px 4px;
}

table.listing tr td {
  padding: 2px 10px 2px 4px;
  vertical-align: top;
}

table tr.altrow td, .altrow {
  background-color: #ecf3fd;
}

td.actions {
  white-space: nowrap;
}

td.actions a {
  padding: 0 6px;
}


/* form selection style */

::-moz-selection {
  background:#ffe400;
  color: black;
}

::selection {
  background:#ffe400;
  color: black;
}

code::-moz-selection {
  background: #333333;
}

code::selection {
  background: #333333;
}


/* Scaffold View */

dl {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0em 0em;
}

dl .altrow {
  background-color: #ecf3fd;
}

dt {
  line-height: 1.8em;
  border-bottom-color: #00d244;
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
}

dd {
  line-height: 1.8em;
  margin-top: -1.8em;
  border-bottom-width: 1px;
  margin-left: 10em;
  vertical-align: top;
}


.off_screen { 
  position: absolute;
  left: -999em;
}
