﻿
.ButtonEditStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #039;
    line-height: normal;
    font-variant: normal;
    width: 120px;
    height: 20px;
}

.ButtonReturnStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #039;
    line-height: normal;
    font-variant: normal;
    width: 120px;
    height: 20px;
}

.ButtonSaveStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #039;
    line-height: normal;
    font-variant: normal;
    width: 120px;
    height: 20px;
}

.ButtonSaveAndInsertAnotherStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #039;
    line-height: normal;
    font-variant: normal;
    width: 120px;
    height: 20px;
}

.ButtonSaveAndReturnStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #039;
    line-height: normal;
    font-variant: normal;
    width: 120px;
    height: 20px;
}

.ButtonViewStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #039;
    line-height: normal;
    font-variant: normal;
    width: 120px;
    height: 20px;
}


.ColorRed {
    color: red
}

.ControlHeight50 {
    height: 50px
}

.ControlWidth10 {
    width: 10px
}

.ControlWidth50 {
    width: 50px
}

.ControlWidth75 {
    width: 75px
}

.ControlWidth100 {
    width: 100px
}

.ControlWidth150 {
    width: 150px
}

.ControlWidth250 {
    width: 250px
}

.ControlWidth350 {
    width: 350px
}

.ControlWidth450 {
    width: 450px
}

.ControlWidth500 {
    width: 500px
}

.ControlWidth575 {
    width: 575px
}

.FloatLeft {
    float: left
}

/*2022-04-20 TimPhillips*/
.FontBold {
    font-weight: bold
}
/* 2022-04-21 TimPhillips*/
.FontItalics {
    font-style: italic
}

.FieldsAsLabelsStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #366;
    line-height: normal;
    font-variant: normal;
}

.FieldsAsLabelsStyleBlack {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    line-height: normal;
    font-variant: normal;
}


.FieldsAsTextBoxStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    line-height: normal;
    font-variant: normal;
    background-color: #DBE7F2;
}

.DropDownListStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #309;
    line-height: normal;
    font-variant: normal;
    background-color: #DBE7F2;
}

/*2022-04-20 TimPhillips*/
.LabelMsgStyle {
    font-size: x-small;
    color: #FF3300
}

.LabelSuffixStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #900;
    line-height: normal;
    font-variant: normal;
}

.MenuToolStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #900;
    line-height: normal;
    font-variant: normal;
}

.MenuToolDynamicItemStyle {
    background-color: Menu;
    border-width: medium;
}


/*.MenuToolsStyle {
    background-color: white;
    border-color: #000066;
    border-width: 1px
}*/


/*2018-12-07 tim (used for asp.net tabbing technique)*/
.panel_with_padding {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    FONT-FAMILY: Verdana;
}

.PromptsStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #039;
    line-height: normal;
    font-variant: normal;
}

.PromptsStyleBlack {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    line-height: normal;
    font-variant: normal;
}

/* 2022-04-21 TimPhillips */
.TableBasic {
    border: 0;
    border-spacing: 2px;
    padding: 1px;
}

/*2022-04-21 TimPhillips*/
.WarningMessage {
    font-size: larger;
    color: red;
    font-style: italic;
    font-weight: bold;
}
