body {
    background-color: #fff;
    padding: 10px;
    color: black;
}

a:link {
   color: #d00;
   font-weight: bold;
}

a:visited {
   color: #d00;
   font-weight: bold;
}


a:hover {
   color: #f00;
   font-weight: bold;
}

a.green:link {
   color: #0d0;
   font-weight: bold;
}

a.green:visited {
   color: #0d0;
   font-weight: bold;
}


a.green:hover {
   color: #0f0;
   font-weight: bold;
}

a.blue:link {
   color: #00d;
   font-weight: bold;
}

a.blue:visited {
   color: #00d;
   font-weight: bold;
}


a.blue:hover {
   color: #00f;
   font-weight: bold;
}

input[type=submit]:hover {
   color: #f00;
}

h3 {
    font-size: 66.01%;
    font-weight: bold;
}

h2 {
    font-size: 100.01%;
    font-weight: bold;
}

img#headerlogo {
    max-width: 100%;
}

a img#headerlogo {
    border: none;
}

h1 {
    font-size: 133.01%;
    font-weight: bold;
}

body, table {
    font-size: small;
    font-family: verdana, arial, sans-serif;
    line-height: 150.01%;
    text-align: left;
    margin: 10px;
}

pre.logo {
   font-size: 4pt;
   line-height: 100.01%;
   font-family: monospace;
   font-stretch: condensed;
   font-weight: bold;
   color: #874;
   border-bottom-style: dotted;
   padding-bottom: 10px;
   border-bottom-width:1px;
   margin-bottom: 20px;
}

div.dashborder {
    background-color: #eee;
    text-align: left;
    border-width: thin;
    border-color: #777;
    border-style: solid;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.dashborder-green {
    background-color: #dfd;
    text-align: left;
    border-width: medium;
    border-color: #494;
    border-style: dashed;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.dashborder-red {
    background-color: #dfd;
    text-align: left;
    border-width: medium;
    border-color: #900;
    border-style: dashed;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.form {
    padding-bottom: 0px
}

div.courier {
    font-family: courier, monospace;
}

.footer {
   color: #777;
   font-weight: normal;
   font-size: 85.01%;
   border-top-style: dotted;
   border-top-color: #777;
   padding-top: 10px;
   border-top-width:1px;
   margin-top: 20px;
   line-height: 100%
}

input {
   border-style: dotted;
   border-width: thin;
   border-color: #eee;
   background-color: white;
   margin: 1px;
   -webkit-text-size-adjust: 140.01%;
}

table.history tr {
    vertical-align: top;
}

table.history td {
    border-top-style: solid;
    border-color: #eee;
    text-align: left;
    border-width: thin;
}

table {
    padding: 0px;
    margin: 0px;
}

table.history {
    width: 100.01%;
}

table.layout {
    border-spacing: 0;
    border-collapse: collapse;
}

b {
   text-decoration: underline;
}

b.login {
   text-align: left;
   font-size: x-small;
}
/* rounded corners in safari on a div */
div {
    -webkit-border-radius: 10px;
}
/* for firefox */
div {
    -moz-border-radius: 10px;
}
