﻿html {
    border:1px solid #4f83b3;
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

#body {    
    background-color: #DEEEF5;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height:98%;
    overflow:hidden;
}

#loginform
{
    background-color: #DEEEF5;
    color: #000;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}


h2 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.75em;
}

footer {
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
    bottom:0px;
    position:relative;
}

header {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
    top:0;
    position:relative;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

 textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
 
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }
#tblcontent {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
    margin:0;
    padding:0;
}
#page-footer {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    left: 10%;
    right: 10%;
    background-color: #4f83b3;
    font-size:12px;
    height:2%;
    padding-left:0px;
    padding-right:0px;
}