﻿html, body, div, form, header, footer, section {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    position: relative;
}

body {
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #555;
    width: 100%;
    position: relative;
}

header {
    color: #ffffff;
    background-color: #000000;
    padding: 10px 20px;
    margin-left: 100px;
    height: 60px;
}

body > section {
    padding: 10px 20px;
    background-color: #ececec;
    margin-left: 100px;
    position: relative;
}

.printonly {
    display: none;
}

.noprint {
    display: initial;
}

footer {
    color: #ffffff;
    background-color: #000000;
    padding: 10px 20px;
    margin-left: 100px;
}

aside {
    width: 100px;
    height: 100%;
    display: block;
    position: fixed;
    background-color: #333;
    padding-top: 0px;
}

    aside img {
        padding: 10px;
        background-color: #cfc793;
    }

nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

nav li {
    margin: 0px;
    padding: 0px;
}

nav a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: block;
    height: 40px;
    width: 80px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

    nav a:hover {
        text-decoration: none;
        background-color: #666;
    }

table {
    border-collapse: collapse;
}

td, th {
    padding: 3px 20px 3px 0px;
}

td {
    border-bottom: 1px dotted #999;
}

th {
    text-align: left;
}

form#template, form.linked {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px dotted #999;
    padding: 5px;
    margin-bottom: 10px;
}

div.files {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px dotted #999;
    padding: 5px;

}

div.files ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.files ul li {
    float: left;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    border-left: 1px solid #000000;
}

    div.files ul li:first-child {
        border-left: none;
        padding-left: 0px;
    }

input[type=file] {
    border: none;
}

fieldset {
    border-radius: 5px;
    border: 1px dotted #999;
    font-weight: bold;
}

legend {
    background-color: #ececec;
}

input, select, textarea, a.button, span.fieldview {
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    border: 1px dotted #aaa;
    background-color: #f9f9f9;
    display: inline-block;
    text-decoration: none;
    margin: 2px;
}

    input.readonly, span.fieldview.readonly {
        border: none;
    }

    input[type=button], input[type=submit], a.button {
        background-color: #666;
        color: #ffffff;
        padding: 3px 10px 3px 10px;
        cursor: pointer;
        border-bottom-style: solid;
    }

        input[type=button]:hover, input[type=submit]:hover, a.button:hover {
            background-color: #999;
        }


.field-validation-error {
    color: #ff0000;
    padding-left: 10px;
}

#template td, .linked td {
    border-bottom: none;
}

#template th, .linked th, #template td, .linked td {
    padding: 3px 3px 3px 0px;
}

header h2, header h3 {
    padding: 0px;
    margin: 0px;
}

header h3 {
    font-style: normal;
    font-size: 0.9em;
    font-weight: normal;
    color: #ccc;
}

.validation-summary-errors {
    padding: 2px 10px;
    border: 1px dotted #ff0000;
    background-color: #ffffff;
    margin-bottom: 10px;
    color: #ff0000;
    border-radius: 3px;
}

.footnote {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
}

.clear {
    clear: both;
}

.addButton, .removeButton, .addMoreAttachments, .removeAttachment {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #aaa;
    display: block;
    text-align: center;
   margin: 5px;
   margin-left: 0px;

    padding: 3px 3px 3px 3px;
    border-radius: 3px;
    border: 1px dotted #aaa;
    background-color: #f9f9f9;

    float: left;

}

    .addButton:hover, .removeButton:hover {
        color:#000000;
        border-color: #000000;
    }

    .addMoreAttachments, .removeAttachment {
        float: none;
        display: inline-block;
    }

    
input.narrow {
    width: 80px;
}