﻿body {
    
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-left: 0px;
}

.pages {

    page-break-after: always;
}
div.formcontainer {
    width: 1400px;
    height:250px;
    margin-left: -100px;
    overflow:no-display;
    background-color: #ffffff;
    clear: both;
}
.scrolling-container {
    clear: both;
    height:300px;
    width: 1400px;
    overflow:scroll;


}
div.hspacer {
    width: 10px;
    float: left;
}

div.vspacer {
height: 2px;
clear: both;
}

div.titlebox {
    float: left;
}

.infobox-shorttext {
     background-color: #ffffff;
    float: left;
    width: 160px;
    height:40px;
    outline:none;
    border-color:black;
    border-style:solid;
    border-width:thin;
    z-index:-1;
}

.infobox-longtext {
     background-color: #ffffff;
    float: left;
    width: 400px;
    height:40px;
    border-bottom-color:black;
    outline:none;
    border-color:black;
    border-style:solid;
    border-width:thin;
    z-index:-1;
    
}


.infobox-bigtextedit {
    background-color: #ffffff;
    float: left;
    width: 700px;
    height: 100px;
    padding: 0px;
   text-wrap:normal; 
    /*white-space: pre-wrap; */

    border:none;
    border-color:black;
    border-style:solid;
    border-width:thin;
}
.infobox-bigertextedit {
    background-color: #ffffff;
    float: left;
    width: 850px;
    height: 150px;
    padding: 0px;
    text-wrap:normal; 
    /*white-space: pre-wrap; */

    border:none;
    border-color:black;
    border-style:solid;
    border-width:thin;
}
/*--------------formats for printable display------------------*/

.infobox-shorttextdisplay {
     background-color: #ffffff;
    float: left;
    width: 160px;
    height:40px;
    border-color:black;
    text-align:center;
    border-bottom-style:solid;
    border-left-style:solid;
    border-top-style:none;
    border-right-style:none;


}

.infobox-longtextdisplay {
     background-color: #ffffff;
    float: left;
    width: 400px;
    height:40px;
    border-color:black;
    text-align:center;
    border-bottom-style:solid;
    border-left-style:solid;
    border-top-style:none;
    border-right-style:none;
    
}
.infobox-bigtextdisplay {
    background-color: #ffffff;
    float: left;
    width: 850px;
    height: 100px;
    padding: 0px;
   /*text-wrap:normal; */
    white-space: pre-wrap;

    border:none;
    border-color:black;
    border-style:solid;
    border-width:thin;
}
.infobox-bigertextdisplay {
    background-color: #ffffff;
    float: left;
    width: 850px;
    height: 200px;
    padding: 0px;
    /*text-wrap:normal; */
    white-space: pre-wrap;

    border:none;
    border-color:black;
    border-style:solid;
    border-width:thin;
}


.infobox-bigger2textdisplay {
    background-color: #ffffff;
    float: left;
    width: 850px;
    height: 400px;
    padding: 0px;
    /*text-wrap:normal; */
    white-space: pre-wrap;

    border:none;
    border-color:black;
    border-style:solid;
    border-width:thin;
}

/*------------------------------------------------------------*/

.infobox-datetime {

    float: left;
    width: 80px;
}

.infobox-label {

    float: left;
    margin-left:10px;
    margin-right: 5px;
    width:120px;
    line-height:80%;
    
    text-align:right;
    
}

.infobox-labellong {

    float: left;
    width: 220px;
    margin-left:10px;
    margin-right: 5px;
    line-height:80%;
    
    text-align:right;
}
.infobox-labelfixed {

    float: left;
    width: 150px;
    margin-left:10px;
    margin-right: 5px;
    line-height:80%;
    
    text-align:right;
}

div.hpanel-sz {
    background-color: #ffffff;
    font-size: 14px;
    clear:both;
    
}

.hpanel {
    font-size:150%;
    margin: 70px;
    padding: 1px;
    background-color: #ffFFFF;
    clear: both;
    z-index:-1;
    
}

.float-ontop {

    position:static;
    z-index:1;
    border:none;
    float:left;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
    max-width:1000px;
    outline:none;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}