body, html
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #E3E5E5;
    background-image: url(/content/images/email_bg.gif);
    background-repeat: repeat-x;
    font-family: Lato;
}

.mainheader
{
    background-color: #263f6a;
    height: 57px;
    color: #F7F9F8;
    text-transform: uppercase;
    padding: 2px 2px 2px 30px;
    font-size: 20px;
}

.secondheader
{
    background-color: #fff;
    height: 57px;
    color: #808080;
    padding: 2px 2px 2px 30px;
    font-size: 11px;
    font-weight: bold;
    font-family: Lato;
    letter-spacing: 1px;
    border-bottom: 1px solid #E3E5E5;
    border-left: 1px solid #E3E5E5;
    border-right: 1px solid #E3E5E5;
}

.secondheader .highlight
{
    color: #cc0000;
}

a
{
    color: #be0f34;
    text-decoration: underline;
}

.email
{
    background-color: #fff;
}

.footer p
{
    font-size: 9px;
}

p
{
    font-family: Lato;
    font-size: 14px;
    color: #4f4f4f;
}

li {
    font-family: Lato;
    font-size: 14px;
    color: #4f4f4f;
}

.PinPnrTable
{
    font-family: Lato, Sans-serif;
    font-size: 14px;
    color: #4f4f4f;
    padding: 0 0 20px 0;
}

table.PinPnrTable td
{
    padding-bottom: 10px;
}

.underline
{
    width: 650px;
    margin: auto;
    border-top: 1px solid #E3E5E5;
}

.footerunderline
{
    width: 800px;
    margin: auto;
    border-top: 1px solid #E3E5E5;
}
.heading
{
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
}

.tablestyle
{
    width: 100%;
    font-family: Lato;
    font-size: 12px;
    color: #465058;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

.tablestyle tr td
{
    border-bottom: 1px solid #d0d0d0;
    border-top: none;
    border-left: 1px solid #d0d0d0;
    border-right: none;
    padding: 10px 10px 10px 10px;
}

.tablestyleheading
{
    background-color: #f0f2f2;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 13px 13px 13px 13px;
}

.elementOutline
{
    width: 650px;
    margin: auto;
}

.contact-number {
    color: #aa272f;
    font-size: 18px;
    text-align-last: center;
}

.ja-button {
    background-color: #AA272F;
    text-align: center;
    font-family: Lato, Tahoma, sans-serif;
    color: #f0f2f2;
    padding: 10px 20px;
    border-width: inherit;
}

input[type="submit"]:disabled {
    background: #d0d0d0;
}
