﻿body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/


fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

#QuestionnaireEmailBodyTemplate {
    min-height:10.5em;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
    color: rgb(90,90,90)    
}

    .editor-field input[type="text"], .editor-field textarea {

        width: 92%;
        font-size: 8pt;
        font-family: "Verdana", Sans-Serif;
    }

    input[type="text"].TextBoxPort {
        width:5em;
    }

.display-header {
    font-size: 8pt;
    font-weight: bold;
    color: rgb(125,125,125);
    background-color: rgb(225,225,225);
    padding: 6px 6px 6px 6px;
}
.display-label {
    font-weight:normal;
    /*color: rgb(70,100,155);*/ 
    color:rgb(90,90,90);   
    white-space:nowrap;
   
}

.display-field {
    font-weight:normal;
    color: #232323;
    background-color: rgb(250,250,250);
    border: 1px solid #ddd;
}
.display-label, .display-field, .editor-field {
        font-size: 8pt;        
        vertical-align:top;
        font-family: 'Verdana', sans-serif;
}

.display-label, .display-field {
        padding: 6px 6px 6px 6px;        
}

.editor-field {
        padding: 3px 6px 3px 6px;        
}

.helpText {   
    font-size: 10px;
    font-family: "Verdana", sans-serif;
    color: rgb(100,80,150);

}

.display-section {
    background-color: rgb(250,245,245);
    margin: 12px 12px 12px 12px;
    padding: 0px;
    border-bottom: 1px solid rgb(225, 225, 225);
    float:left;
    width: 98%;
}
    .display-section table {
        width: 100%;
    }

    .display-section input[type="button"], .display-section input[type="submit"]  {
        font-size: 8pt;
        font-family: "Verdana", sans-serif;
        /*color: rgb(90,90,90);*/
        /*border-width: 1px;*/

    }
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .errorText
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
