body, table, p, td {
   font: normal 1em sans-serif;
}

body {
   margin: 0px;
   padding: 0px;
   color: gray;
   background-color: #99ccff;
   font: normal 1em sans-serif;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:link, a:visited  {color: #6699cc;}
//a.visited {color: #996633;}
a:active {color: #ffbb00;}

tt, code, pre {
   font-size: 1.3em;
}

pre {
   margin: 0 0 -0.7em 0;
}

form {
   margin: 3px 0;
}

input {
   margin: 3px 0;
}

input.text {
   border: 1px solid gray;
   padding: 1px;
   color: gray;
   font-size: 0.9em;
}

input.button {
   border: 1px solid gray;
   color: white;
   background-color: #6699cc;
   font-size: 0.9em;
}

input.checkbox {
}

table.body {
   padding: 0 20px;
}

td.body {
   padding-top: 20px;
   padding-right: 50px;
   padding-bottom: 20px;
   vertical-align: top;
}

td.sidebar {
   width: 200px;
   vertical-align: top;
}

table.main {
   background-color: white;
   color: gray;
   border: 1px dashed #6699cc;
   border-collapse: collapse;
}

table.main tr {
   color: gray;
}

table.main tr.head {
   background-color: #6699cc; 
   color: #ffee66;
}

table.main td, table.main th {
   padding: 3px 10px;
}

table.main th {
   color: #ffee66;
   background-color: #6699cc;
   border: 1px dotted #99ccff;
   vertical-align: top;
   font-size: 0.7em;
}

table.main td {
   border: 1px dotted #99ccff;
   vertical-align: top;
   font-size: 0.7em;
}

table.main th.middle {
   vertical-align: middle;
}

table.header {
   margin-top: -5px;
   padding: 0 20px 15px 20px;
   border-bottom: 1px solid #996633;
   background-color: #ffbb00;
   color: white;
}

table.header td.message {
   vertical-align: bottom;
}

span.message {
   padding: 2px 5px;
   color: ;
   font: bold 0.8em sans-serif;
}

span.alert {
   padding: 2px 5px;
   color: #ee3333;
   background-color: white;
   border-left: 5px double #ee3333;
   font: bold 0.8em sans-serif;
}

div.parss1 {
   width: 200px;
   text-align: left;
   font: normal 4.2em serif;
}

span.parss2 {
   margin-left: 3px;
   font: bold 0.65em sans-serif;
   letter-spacing: 1px;
}

div.subtitle {
   position: relative;
   top: -1.23em;
   left: 1.7em;
   margin-bottom: -1.23em;
   margin-right: 1.7em;
   color: #ffee66;
   font: normal 0.2em sans-serif;
}

div.section {
   margin-bottom: 5px;
   color: #6699cc;
   font: normal 1.5em serif;
}

div.copy {
   margin-bottom: 40px;
   color: white;
   line-height: 1.2em;
}

div.legend {
   margin-bottom: 2px;
   color: white;
   font-size: 0.7em;
}

div.code {
   padding: 5px;
   border: 1px dashed #6699cc;
   color: gray;
   background-color: white;
   font: normal 0.9em monospace;
   white-space: pre;
}

div.box {
   width: 160px;
   margin-top: 20px;
   border: 1px dashed #996633;
   background-color: #99ccff;
   text-align: left;
   font-size: 0.7em;
}

div.box div.title {
   padding: 2px;
   color: #ffee66;
   background-color: #996633;
   font-weight: bold;
   text-align: center;
}

div.box input.text {
   width: 90px;
}

div.box div.content {
   padding: 5px;
   background-color: white;
}

div.button {
   margin-top: 10px;
   margin-left: 20%;
}

.smallcaps {
   font-size: 0.9em;
   font-variant: small-caps;
   letter-spacing: 1px;
}
