﻿html, body, form {
    margin: 0px;
    font-family: Arial;
    font-size: 11px;
    color: black;
    height: 100%;
    text-align: center;
}

html {
}

body /* Internet Explorer */ {
    text-align: center;
}

body /* Mozilla Firefox alignment */ {
    text-align: -moz-center;
}

table {
    text-align: left;
}

table {
    text-align: -moz-left;
}

    table.centered {
        text-align: center;
    }

    table.centered {
        text-align: -moz-center;
    }

td.label {
    width: 150px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

td.controls {
    width: 173px;
    text-align: -moz-right;
    vertical-align: top;
}

hr {
    color: #8CA2BD;
}

.mainArea {
    text-align: left;
    width: 1000px;
    background-color: white;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mainArea /* Mozzila Firefox */ {
    text-align: -moz-left;
    width: 1000px;
    background-color: white;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.subtitleBar {
    padding: 5px;
    margin: 0px;
    background-color: #DEEBF7;
    width: 1000px;
    height: 18px;
    text-align: left;
}

input.fileupload {
    font-family: Arial;
    font-size: 11px;
}
