﻿body {
}

.frontpageheader {
    text-align: center;
    font-size: 36px;
    background-color: #c72026;
    font-weight:bold;
    color:white;
}

.frontpagesubheader {
    text-align: left;
    padding-left:24px;
    font-size: 24px;
    background-color: #c72026;
    font-weight:bold;
    color:white;
}

.frontpagemaintext {
    text-align:left;
    font-size:18px;
    text-wrap:normal;
    padding:24px;
}

.ordernotes {
    text-align: left;
    font-size: 14px;
    text-wrap: normal;
    padding: 24px;
    font-style:italic;
}

.errormessagetext {
    text-align: left;
    font-size: 18px;
    text-wrap: normal;
    padding: 24px;
    color:red;
}

.ordersectionhead {
    text-align: left;
    font-size: 24px;
    padding-left:24px;
    padding-bottom:6px;
    font-weight: bold;
    text-decoration:underline;
}

.DLbutton {
    background-color: lightskyblue;
    font-weight: bold;
    font-size: 18px;
    border-color: #273b7f;
}

.DLCancelButton {
    background-color: red;
    color:white;
    font-weight: bold;
    font-size: 18px;
    border-color: #273b7f;
}

.welcometext {
    font-size:24px;
    font-weight:bold;
}

.lblNoTransfer {
    text-align: left;
    font-size: 18px;
    text-wrap: normal;
    padding: 24px;
    background-color: #273b7f;
    color:white;
}

.repeaterbordertop {
    border-top: 5px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
    padding: 10px;
}

.repeaterborderbottom {
    border-bottom: 5px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
    padding: 10px;
    margin-bottom: 10px;
}

.repeaterborderfull {
    border: 5px solid black;
    padding: 10px;
    margin-bottom: 10px;
}
