
/* Global Styles */
img {
    border: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 125%;
    color: #58585a;
    position: relative;
    background: #fff;
    width: 800px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

h1,h2,h3,h4 {
    line-height: normal;
    color: #4c8f21;
    font-weight: normal;
}

h1 {
    font-size: x-large;
}

h2 {
    font-size: large;
}

h3 {
    font-size: medium;
}

/* Layout */
html {
    height: 100%;
}

#document {
    height: 100%;
}

#container {
    padding-bottom: 15px;
    min-height: 400px;
}

#content {
    margin-left: 5px;
    margin-right: 180px;
}

/* Header styles */
#header ul {
    margin: 0;
    padding: 5px 5px 5px 5px;
    list-style: none;
    background-color: #fdc600;
    height: 15px;
}

#header li {
    display: inline;
    padding: 0;
    margin: 0;
}

#header li a {
    padding: 0 5px 0 5px;
    font-size: 15px;
    text-decoration: none;
    color: #58585a;;
    text-decoration: none;
}

/* Sidebar styles */
#sidebar {
    width: 165px;
    float: right;
    margin-top: 11px;
    margin-bottom: 12px;
    text-align: center;
}

#sidebar ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
    margin-top: 1px;
    list-style: none;
    text-align: center;
    width: 160px;
}

#sidebar li {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    border: 1px dashed #ccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#sidebar li a {
    display: block;
    padding: 6px 20px 6px 20px;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

#sidebar li h1 {
    display: block;
    padding: 6px 20px 6px 20px;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

#sidebar li a:hover {
    color: #223F74;
}

#sidebar li:hover {
    background-color: #eee;
}

#sidebar input {
    width: 120px;
    margin-bottom: 5px;
}

/* Front-page Banner Styles */
#content-with-banner {
    margin-right: 320px;
}

#banner {
    width: 300px;
    margin-top: 11px;
    margin-bottom: 12px;
    padding: 0;
    height: 100%;
    float: right;
    text-align: center;
    line-height: normal;
}

#banner ul {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

#banner li a {
    display: block;
    padding: 10px 5px 10px 5px;
    font-size: x-large;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    border-bottom: 2px dotted #4c8f21;
    color: #4c8f21;
    text-decoration: none;;
    text-decoration: none;
}

/* Footer Styles */
#footer {
    background-color: #4c8f21;
    width: 100%;
    font-size: x-small;
    text-align: right;
}

#footer a {
    color: #ddd;
    text-decoration: none;
    padding: 0 5px 0 5px;
}

/* Form Styles */
.help {
    font-size: x-small;
    color: #aaa;
}

td.compliance {
    width: 15%;
    text-align: center;
}

.non-compliant {
    background-color: #fcc;
}

.error {
    background-color: #ffc;
    color: #f44;
}

input {
    padding: 4px;
}

input,select {
    border: 1px solid #aaa;
    vertical-align: middle;
}

input[type=submit],input[type=reset] {
    background-color: #eee;
}

div.updateButtons {
    display: inline;
}

div.updateButtons input[type=submit] {
    background-color: #0a0;
}

div.updateButtons input[type=reset] {
    background-color: #d00;
}

a.button {
    padding: 5px;
    background-color: #eee;
    border: 1px solid #aaa;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    cursor: default;
}

.question {
    cursor: pointer;
}

form.deleteButton {
    display: inline;
}

p {
    text-align: justify;
    margin: 12px;
    line-height: 150%;
}

ol,ul {
    margin: 10px 0px 10px 1em;
}

li {
    margin-top: 10px;
}

table {
    border: 1px solid #aaa;
    width: 100%;
}

td {
    border: 1px dashed #aaa;
    padding-right: 1em;
}

#glazing td {
    vertical-align: top;
}
