﻿body {
}

.errorText {
    color: red;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12pt;
}

.headerTitle {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.BodyText {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

.PageContent {
    padding-bottom: 10px;

}

.sectionHeader {

}

.sectionHeader h3 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

.noteRow {

}

.controlArea {
   
}

.controlArea a {

}

.controlArea a:visited {

}

.controlArea a:hover {

}

.controlLink {
     text-align: right;
     color:white;
}

/* table classes */
.table {
    display: table;
    width: auto;
    border-spacing: 5px;
}

.tableRow {
    display: table-row;
    width: auto;
    clear: both;
    margin-top: 3px;
}

.tableCell {
    font-family: Tahoma, Geneva, sans-serif;
    float: left;
    display: table-column;
    width:auto;
    padding-top: 5px;
    
}

.tableCellLabel {
    font-family: Tahoma, Geneva, sans-serif;
    float: left;
    display: table-column;
    width: 150px;
}

/* controls */
.fieldLabel {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.textBox {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    width: 200px;
}
.dropDown {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    width: 205px;
}

.controlButton {
    background-color: rgb(0,60,108);
    color: white !important;
    border-radius: 5px;
    background-clip: border-box;
    border: solid 1px rgb(7,23,28);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
}

.controlButton:hover {
    background-color: rgb(0,53,98);
}

.controlbutton a {
    color:white;
    text-decoration: none;
}

.labelText {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12pt;
}

.requiredIndicator {
    color: red;
    padding-left: 5px;
    font-size: 12pt;
}