﻿body {
    font-family: Tahoma !important;
}

.content /* Site Content Holder */ {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.centerAlignedPanel /* Site Content Holder */ {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.loginTable {
    width: 500px;
}
.roundedTable {
    border: 1px solid #918976;
    /*width: 600px;*/
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-radius: 25px;
}

.roundedTable td {
    padding: 2px;
}

.roundedTable th {
    background-color: steelblue;
    /*font-family: Verdana,Arial;*/
    color: white !important;
    font-size: 10pt !important;
    font-weight: bold;
    text-decoration: none;
    text-indent: 5px;
    border-top: 0px #000000 solid;
    border-bottom: 0px #000000 solid;
    text-align: center;
    padding: 4px 0px 4px 0px !important;
    border-radius: 24px 24px 0 0;
}
    .tableHeaderSteelBlue {
        background-color: steelblue;
        color: white !important;
        font-size: 10pt !important;
        font-weight: bold;
        text-align: center;
    }
.tableCellPadding2 td {
    padding: 2px;
}

.noImage {
    background-image: none;
} 

.siteText {
    font-size: 10pt;
    text-align: left;
}
.title {
    font-family: Tahoma;
    font-size: 30pt;
}
.subtitle {
    font-family: Tahoma;
    font-size: 18pt;
}
.btnInline {
    display: inline-table;
}
.inline {
    display: inline-block;
    margin: 0px 20px;
}
.button {
    color: #284E98 !important;
    background-color: white !important;
    border-color: #507CD1 !important;
    font-family: Verdana !important;
}
.buttonDisabled {
    color: #284E98 !important;
    background-color: DarkGray !important;
    border-color: red !important;
    font-family: Verdana !important;
}

.leftAligned {
    text-align: left;
    padding-left: 5px;
}

.rightAligned {
    text-align: right;
    padding-right: 5px;
}

.centerAligned {
    text-align: center;
    /*margin: 0 auto;*/
}
.centerAlignedInnerDiv { /* This is the item to center... */
    display: inline-block;
}
.centerAlignedControl {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.AlignButtonCenter {
    margin: 0 auto;
    display: table;
}

.topAligned {
    vertical-align: top;
}

.middleAlign {
    vertical-align: middle;
}

.bottomAlign {
    vertical-align: bottom;
}

.bold {
    font-weight: bold;
}

.underlined {
    border-bottom: 1px solid;
}

.nowrap {
    white-space: nowrap;
}

/*.centerAligned img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/

.content table {
    margin-left: auto;
    margin-right: auto;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.imageBanner img {
    padding: 0px;
    margin: 0px -2px;
    height: 150px;
    display: inline-block;
    /*vertical-align: middle;*/
    /*border: 1px solid black;*/
}
.centeredTable {
    /*border: 1px solid #918976;*/
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    /*border-radius: 25px;*/
}
.header {
    width: 100%;
}
.compliance-info {
    background-color: maroon;
    color: white;
    text-align: center;
    /*height: 80px;*/ /* Footer Height */
    position: absolute;
    bottom: 60px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.maroon {
    color: maroon;
}
.maroonBackground {
    background-color: maroon;
}
.compliance-info a {
    color: white;
}
.white {
    color: white;
}
.primaryColor {
    color: steelblue; /*#4682B4*/
    /*color: #1f4d79;*/
}
.steelblue {
    color: steelblue;
}
.steelblueBackground {
    background-color: steelblue;
}
.leftAligned {
    text-align: left;
}

.rightAligned {
    text-align: right;
}

.centerAligned {
    text-align: center;
}

.centerAlignedInnerDiv { /* This is the item to center... */
    display: inline-block;
}

.inlineControl {
    display: inline-block;
    vertical-align: middle;
}

.topAligned {
    vertical-align: top;
}

.middleAlign {
    vertical-align: middle;
}

.bottomAlign {
    vertical-align: bottom;
}

.bold {
    font-weight: bold;
}

.underlined {
    border-bottom: 1px solid;
}

.strikethrough {
    text-decoration: line-through;
}

.nowrap {
    white-space: nowrap;
}

.borderBlack {
    border: 1px solid black;
}

.noborder {
    border-collapse: collapse;
}

.paddingLeft5 {
    padding-left: 5px !important;
}

.paddingRight5 {
    padding-right: 5px !important;
}

.paddingLeft20 {
    padding-left: 20px !important;
}

.paddingRight20 {
    padding-right: 20px !important;
}

.paddingTop4 {
    padding-top: 4px !important;
}

.paddingBottom5 {
    padding-bottom: 5px !important;
}

.paddingBottom10 {
    padding-bottom: 10px !important;
}

.borderBlack {
    border: 1px solid black;
}

.noborder {
    border-collapse: collapse;
}

.Height20 {
    height: 20px;
}

.Height24 {
    height: 24px;
}

.Height50 {
    height: 50px;
}

.Width10Percent {
    width: 10%;
}

.Width15Percent {
    width: 15%;
}

.Width20Percent {
    width: 20%;
}

.Width25Percent {
    width: 25%;
}

.Width33Percent {
    width: 33%;
}

.Width35Percent {
    width: 35%;
}

.Width50Percent {
    width: 50%;
}

.Width100Percent {
    width: 100%;
}

.Width25 {
    width: 25px;
}

.Width50 {
    width: 50px;
}

.Width75 {
    width: 75px;
}

.Width100 {
    width: 100px;
}

.Width120 {
    width: 120px;
}

.Width150 {
    width: 150px;
}

.Width200 {
    width: 200px;
}

.Width250 {
    width: 250px;
}

.Width300 {
    width: 300px;
}

.Width350 {
    width: 350px;
}

.Width400 {
    width: 400px;
}

.Width500 {
    width: 500px;
}

.Width600 {
    width: 600px;
}
.MaxWidth600 {
    max-width: 600px;
}
.MaxWidth800 {
    max-width: 800px;
}
.marginAuto {
    margin: auto;
}
.marginTop0 {
    margin-top: 0px !important;
}

.marginLeft0 {
    margin-left: 0px !important;
}

.marginLeft20 {
    margin-left: 20px !important;
}

.marginRight20 {
    margin-right: 20px !important;
}

.marginLeft50 {
    margin-left: 50px !important;
}

.marginRight50 {
    margin-right: 50px !important;
}

.GoogleTranslate {
    /*background-color: maroon;*/
    /*height: 80px;*/ /* Footer Height */
    position: absolute;
/*    top: 10px;
    left: 200px;*/
    top: 55px;
    right: 10px;
    /*width: 150px;*/
}
.SelectedMemberName {
    position: absolute;
    top: 52px;
    left: 10px;
}