
/* Stylesheet for the dynamic forms generated by the .cgi scripts */

body {
    margin: 0;
    padding: 0;
    background-image: url(http://crocolanthus.com/dsss/bg.png);
    background-color: #6B0A0A;
    color: #C5C5C5;
    font-family:trebuchet,sans-serif;
    font-size: 14px;
}


A { 
   color: #C5C5C5; 
   font-family: trebuchet,sans-serif; 
   text-decoration: none; 
} 

A:link		{ color: #C5C5C5; } 
A:visited	{ color: #C5C5C5; } 
A:active	{ color: #C5C5C5; } 
A:hover		{ color: #79A94E; } 



table {
    font-family:trebuchet,sans-serif;
    font-size: 10px;
}

table:first-child A:link    { color: #4874A3; }
table:first-child A:visited { color: #4874A3; }
table:first-child A:active  { color: #4874A3; }
table:first-child A:hover   { color: #79A94E; }

p, ol, ul, li, table, td {
    font-family: trebuchet,sans-serif;
    font-size: small;
}

table.layout {
   border: 0px solid black;
}

table.content {
    background: #ffffff;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 10px;
}

table.quick {
    background: #ffffff;
    color: #000000;
    padding-top: 100px;
    padding-bottom: 150px;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 50px;
    margin-left: 50px;
}

td.sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

td.sidebarq {
    padding-top: 150px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
    margin-left: 50px;
}
ul {
    margin-left: 5;
    padding-left: 5px;
    padding-top: 5;
    margin-top: 5px;
}

li {
    margin-left: 12px;
    padding-bottom: 5px;
}

font {
    font-size: 10px;
    color: blue;
}

font.instructions {
    font-size: 10px;
    color: red;
}

hr {
  width: 80%;
  height: 1px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #666666;
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}
