﻿body {
}

.row-margin-small {
    margin-top: 20px;
}

.row-margin-medium {
    margin-top: 40px;
}

.row-margin-large {
    margin-top: 60px;
}

.DebugText {
    font-weight: bold;
    font-size: 14px;
    color: #ff6600;
    font-family: 'Arial Narrow';
    overflow: visible;
}

.TextBoxNormal {
    color: #444444;
    font-family: Calibri;
    font-size: 18px;
    background-color: #eeeeee;
    border-right: black 1px inset;
    border-top: black 1px inset;
    border-left: black 1px inset;
    border-bottom: black 1px inset;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 240px;
    height: 21px;
    font-weight: bold;
}

.PinOnMasterPage {
    color: #444444;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* Submit Buttons */
.ButtonNormal {
    font-family: Calibri;
    font-size: 15px;
    color: white;
    font-weight: bold;
    width: 131px;
    height: 23px;
}

.RedButton {
    background-color: blue;
}

.TextButtonNormal {
    font-family: Calibri;
    font-size: 15px;
    color: #CC0000;
    font-weight: bold;
    height: 20px;
    text-align: left;
}

.TextButtonNormalRightJust {
    font-family: Calibri;
    font-size: 15px;
    color: #CC0000;
    font-weight: bold;
    height: 23px;
    text-align: right;
}


.PromptTextNormal {
    font-family: Calibri;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    height: 23px;
}

.PromptTextNormalCentered {
    font-family: Calibri;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    height: 23px;
    text-align: center;
}

.PromptTextSmallCentered {
    font-family: Calibri;
    font-size: 12px;
    color: #444444;
    font-weight: bold;
    height: 14px;
    text-align: center;
}




.TextMainLabel {
    font-family: Calibri;
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    height: 23px;
    text-align: center;
}


.TextLangLabel {
    font-family: Tahoma;
    font-size: 12px;
    color: #444444;
    font-weight: bold;
    height: 23px;
    text-align: center;
}





.CopyrightFont {
    font-size: 14px;
    font-family: Calibri;
    color: #000000;
    font-weight: bold;
    text-align: center;
}


.TextLink {
    color: blue;
    font-family: Calibri;
    font-size: 17px;
}


.LegalDocsPanel {
    color: #0070c0;
    font-family: Calibri;
    font-size: 16px;
    border-right: #0066cc thin solid;
    border-top: #0066cc thin solid;
    border-left: #0066cc thin solid;
    border-bottom: #0066cc thin solid;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 60px;
}

.LegalDocsHyperlinks {
    color: #0000FF;
    font-family: Calibri;
    font-size: 16px;
}


.ListBoxNormal {
    color: #444444;
    font-family: Calibri;
    text-align: left;
    overflow: auto;
    font-weight: bold;
    font-size: 17px;
}



.DropListSmall {
    color: #444444;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
}
