body {
    font-family: Arial, helvetica, sans-serif;
    font-size: 9pt;
    color: #333333;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.login-table {
    border: 0px #ccc solid;
    font-size: 9pt;
}

.putthelinehere {
    margin-top:0rem;
    height:10px;
    border-top:3px #1A8CE0 solid;
}

.label {
    font-size: 9pt;
    display: block;
    clear: both;
    min-width: 80px;
    margin: 1rem 0 .25rem 0;
}
    
.AppContainerTable {
    width: 100%;
    max-width: 800px;
    background-color: #FFF;
}

table {
    border-spacing:0;
}

.Button {
    min-height: 1.6rem;
    padding: 0 1.5rem;
    border-radius: 4px;
    font-size: 9pt;
}

.PhoneButton {
    height: 50px;
    width: 50px;
    border-style: solid;
    border-width: 1px;
}

.Blue {
    background:#26A4D3; 
    color:#fff;
}

.Green {
    background:#46A2A2; 
    color:#fff;
}

.Grey {
    background: #E2DED6;
    color: #333333;
}

.Disabled {
    background: #E2E2E2;
    color: #fff;
}

.header-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 1.5rem;
    color: #333333;
    font-size: 9pt;
    background-color: #fff;
    padding: .25rem .75rem;
    margin: 0 0 0 .5rem;
    border: 1px #ccc solid;
    border-radius: 4px;
}

.TableSpacer {
    height:10px;
}

.CheckBox {
    font-size: 9pt;
}

.NoWrapCheckBox {
    white-space: nowrap;
}

.Label {
    /*white-space: nowrap;*/
}

.ControlTagLabel {
    font-size: 9pt;
    /*white-space: nowrap;*/
}

.InfoLabel {
    font-size: 9pt;
    color: #333333;
}

.ErrorLabel {
    color: red;
}

.HyperLink {
}

.BackgroundPanel {
    font-size: 9pt;
    /*white-space: nowrap;*/
    border-radius: 4px;
    border: 1px solid #808080;
    background-color: #E2E2E2;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.ContainerPanel {
    font-size: 9pt;
    /*white-space: nowrap;*/
    border-radius: 4px;
    border: 1px solid #808080;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.LinkButton {
    color: #333333;
    padding: .25rem;
}

.RadioButton {
}

/* It looks like this must come after any other tag that might precede it */
.Wrap {
    white-space:normal;
}

.DropDownList {
    /*background-color: #E2E2E2;*/
    border-radius: 4px;
    border: 1px solid #808080;
    margin: .125rem 0rem;
    padding: .2rem;
}

.ListBox {
    /*background-color: #E2E2E2;*/
    border-radius: 4px;
    border: 1px solid #808080;
    margin: .125rem 0rem;
    padding: .2rem;
}

.TextBox {
    border-radius: 4px;
    border: 1px solid #808080;
    margin: .125rem 0rem;
    padding: .2rem;
}

.NavigationMenu {
    background-color: #46A2A2;
    border-style: solid;
    border-color:black;
    border-width:1px;
    border-left:none;
    border-right:none;
    width:100%;
    font-style:italic;
    font-weight:bold;
    font-size:9pt;
}

.GeneralPurposeMessagePanel {
    height: 24px;
    line-height: 24px;
    width: 100%;
    background-color: #ED9011;
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    border-left: none;
    border-right: none;
    left: 0px;
    text-align: center;
}

.GeneralPurposeMessagePanel2 {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: red;
    font-size: 24pt;
    font-style: italic;
    font-weight: bold;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    border-left: none;
    border-right: none;
    left: 0px;
    text-align: center;
}

.ModalBackground {
    background-color: white;
    filter: alpha(opacity=90);
    opacity: 0.75;
}

.ModalPopup {
    background-color: #E2E2E2;
    border-radius: 4px;
    border: 1px solid #808080;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

.GridView {
    border-radius: 4px;
    border: 1px solid #808080;
    font-size: 9pt;
    color: #333333;
}

.GridViewHeader {
    background-color: #46A2A2;
    color: white;
    line-height: 20px;
}

.GridViewNoWrapHeader {
    background-color: #46A2A2;
    color: white;
}

.GridViewRow {
    background-color: #CCCCCC;
    color: #333333;
    line-height: 16px;
}

.GridViewAlternatingRow {
    background-color: white;
    color: #284775;
    line-height: 16px;
}

.GridViewSelectedRow {
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.GridViewEditRow {
    background-color: #999999;
    line-height: 16px;
}

.GridViewFooter {
    background-color: #46A2A2;
    font-weight: bold;
    color: white;
}

.GridViewPager {
    background-color: #46A2A2;
    color: white;
}

