html, a, a:link, a:visited, a:hover {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, sans-serif, Arial;
    font-size: 11pt;
    text-decoration:none;
}

.Main {
    width: 100%;
    margin: auto;
    text-align: left;
    border: solid 0px #ff0000;
    min-height: 200px;
}

.HeaderRight {
    clear: both;
    width: 100%;
    text-align: right;
    float: right;
    padding: 10px 20px 10px 0px;
    background: #2ea3f2;
    color: #fff;
}

.Header {
    clear: both;
    width: 100%;
    margin-left: 0px;
    min-height: 60px;
    background: #fff;
    border-bottom: solid 0px #E2E9EC;
}

.TopLoginName {
    color: #fff;
    text-decoration: none;
    font-size: 11pt;
}

a.TopLoginName {
    color: #fff;
    text-decoration: none;
}

    a.TopLoginName:link {
        color: #fff;
        text-decoration: none;
    }

    a.TopLoginName:visited {
        color: #fff;
        text-decoration: none;
    }

    a.TopLoginName:hover {
        color: #f1f1f1;
        text-decoration: none;
    }

.Logo {
    float: left;
    width: 300px;
    padding: 10px 0px 0px 10px;
    border: solid 0px #ff0000;
}

.PoweredByContainer
{
    margin-top: 0px;
    text-align: right;
    clear: both;
    margin-right: 0px;
}

.PoweredBy
{
	background: url("Images/PoweredBy.png") no-repeat top center;
	width: 255px; height: 65px;
}

.SiteMenu {
    float: left;
    min-height: 10px;
    padding: 5px 0px 0px 0px;
}

.Content {
    clear: both;
    background-color: #ffffff;
    padding: 10px 30px 10px 30px;
}

.SiteLeftBorder {
    background-color: #812C2E;
}

.SiteRightBorder {
    background-color: #cccccc;
}


.LeftPanel {
    background-color: #dddddd;
}

/* ===================================
   Header/Footer
*/

.Footer {
    clear: both;
    padding: 10px 0px 10px 0px;
    background-color: #676767;
}

.PageTitle {
    font-family: Arial;
    font-size: 19pt;
    font-weight: normal;
    color: #333333;
    padding-left: 10px;
    padding-top: 5px;
}

/* The page title underline is a cell. Set the height to 1px
   to make a thin line, wider for a thick line. Leave the width 
   unspecified to make the line the same width as the title. Specify
   the width to make the line a fixed width, extending to the right
   past the end of the title. Set the background color to the color of
   the line. Turn the line on/off in AppSettings. */
.PageTitleUnderline {
    height: 5px;
    background-color: #000000;
}

.FormTitle {
    font-family: Arial;
    font-size: 19pt;
    font-weight: normal;
    color: #333333;
    padding-bottom: 3px;
}

/* Start custom Button CSS here
---------------------------------------- */
.Button {
    display: inline-block;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    color: #444;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: default;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    min-width: 54px;
    padding: 5px 12px 5px 10px;
    text-decoration: none;
}

    .Button:hover {
        background-color: #F8F8F8;
        background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
        border: 1px solid #C6C6C6;
        color: #333;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
        box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    }

.LinkButton {
    font-size: 10pt;
    text-decoration: none;
    color: #2ea3f2;
    font-family: Verdana;
}

a.LinkButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #2ea3f2;
    text-decoration: none;
}

    a.LinkButton:link {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #2ea3f2;
        text-decoration: none;
    }

    a.LinkButton:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #2ea3f2;
        text-decoration: none;
    }

    a.LinkButton:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #ffb900;
        text-decoration: none;
    }

.LinkButtonBold {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.BoldLinkButton A:link, *.BoldLinkButton A:visited, *.BoldLinkButton A:active {
    color: #8a001c;
    text-decoration: underline;
}

.BoldLinkButton A:hover {
    color: #ff0000;
    text-decoration: underline;
}

.PageAdminHeader {
    text-align: right;
}

.PageAdminHeaderLinkButton {
    font-family: Verdana;
    font-size: 10pt;
    height: 20px;
}


.Label {
    font-size: 10pt;
    font-family: Verdana;
    vertical-align: top;
    line-height: 12pt;
    padding-right: 5px;
}


.ButtonBarMessage {
    font-size: 10pt;
    font-family: Verdana;
    vertical-align: top;
    line-height: 12pt;
    color: Red;
}

.TextBox {
    font-size: 10pt;
    font-family: Verdana;
}

.RequiredTextBox {
    font-size: 10pt;
    font-family: Verdana;
    background-color: #f7ebdb;
}

.CheckBox {
    font-size: 10pt;
    font-family: Verdana;
}

.Grid {
    font-size: 10pt;
    font-family: Verdana;
}

.GridHeader {
    background-color: #eeeeee;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
    text-align: left;
}

.GridItem {
    padding: 6px 6px 6px 6px;
}

.GridItemAlt {
    padding: 6px 6px 6px 6px;
}

.GridCell {
    padding: 6px 6px 6px 6px;
}

.ModuleBody {
    border: none;
}

.TabbedFormBody {
    border: none;
    border: 1px #e0dfe3 solid;
    border-top: 5px #e0dfe3 solid;
    padding: 5px;
}


.ListBox {
    border-style: solid;
    border-width: 1px;
    border-top-color: #FC8F30;
    border-left-color: #FC8F30;
    border-bottom-color: white;
    border-right-color: white;
}

.TableCellBox {
    border-style: solid;
    border-width: 1px;
    border-top-color: #FC8F30;
    border-left-color: #FC8F30;
    border-bottom-color: #FC8F30;
    border-right-color: #FC8F30;
}

.HTMLEditBox {
    font-size: 10pt;
    font-family: Courier New;
}

.Breadcrumbs {
    padding-left: 10;
    font-size: 10pt;
    font-family: Verdana;
    font-style: italic;
}

.SnapHeader {
    border: 1px solid #CCCCCC;
    color: #8A001C;
    font-family: Verdana;
    font-size: 11px;
    width: 100%;
    background-image: url(Images/back.gif);
    background-repeat: repeat-x;
}

.Table {
    font-size: 10pt;
    font-family: Verdana;
}

.TableHeader {
    background-color: #eeeeee;
    font-weight: bold;
}

.TableCell {
    border-style: solid;
    border-width: 1px;
    border-top-color: #666666;
    border-left-color: #666666;
    border-bottom-color: #cccccc;
    border-right-color: #cccccc;
}

.CenterPanel {
    padding: 0px 0px 0px 0px;
}

.PageTitle {
    padding: 0px 0px 0px 5px;
}

.FormPanel {
    font-size: 10pt;
    font-family: Verdana;
}

.btns div {
    cursor: default;
}

.btns a {
    white-space: nowrap;
}

.captchaTextbox {
    float: left;
    width: 150px;
    clear: both;
}

.captchaLabel {
    width: 200px;
}

.RadTreeView_Default .rtHover span.rtIn {
    background: none !important;
    border: solid 1px #ffffff !important;
}

.RadTreeView_Default .rtSelected span.rtIn {
    background: none !important;
    border: solid 1px #ffffff !important;
}

.SiteMainMenu {
    z-index: 2900;
}

.RadMenu_Bootstrap
{
    z-index: 2900;
}


    .SiteMainMenu .rmGroup {
        background: #fff;
    }

    .SiteMainMenu .rmRootGroup {
        background: transparent;
        border: 0;
    }

        .SiteMainMenu .rmRootGroup a.rmLink {
            background: transparent;
            color: #0275d8 !important;
            font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, sans-serif, Arial;
            font-size: 11pt;
            line-height: 1.5;
        }

            .SiteMainMenu .rmRootGroup a.rmLink:hover {
                background: transparent;
                color: #292b2c !important;
                font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, sans-serif, Arial;
                font-size: 11pt;
                line-height: 1.5;
            }

.GButton {
    font-size: 16px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
    display: inline-block;
}
