﻿body
{
    margin: 0 0 0 0;
    background-color: #f6f6f6;
}


.topHeaderbg
{
    background-color: #e2e2e2;
    line-height: 30px;
}

.WhiteClass
{
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}

.trHeight
{
    height: 10px;
}

.trHeightLarge
{
    height: 15px;
}

.trHeightS
{
    height: 5px;
}

.GrayClass
{
    font-family: Arial;
    font-size: 12px;
    color: #202020;
    text-decoration: none;
}


.YellowClass
{
    font-family: Arial;
    font-size: 13px;
    color: #f2c10d;
    text-decoration: none;
}

.RedText
{
    color: #fe0606;
    font-size: 12px;
    text-decoration: none;
}

.BlueClass
{
    font-family: Arial;
    font-size: 15px;
    color: #0284e6;
    text-decoration: none;
}

#main
{
    background: url('../Images/ReNew/MenuGray.png');
    width: 800px;
    height: 44px;
}

.text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: relative;
    float: left;
    left: 30px;
    padding-top: 10px;
}

.line
{
    background: url('../Images/ReNew/line.jpg');
    width: 1px;
    height: 22px;
    position: relative;
    float: left;
    left: 52px;
    top: 10px;
}

a:link
{
    text-decoration: none;
}

.RoundedBgBlue
{
    background: transparent;
    width: 100%;
    margin: 0 auto;
}

    .RoundedBgBlue .top, .RoundedBgBlue .bottom
    {
        display: block;
        background: transparent;
        font-size: 1px;
    }

    .RoundedBgBlue .b1, .RoundedBgBlue .b2, .RoundedBgBlue .b3, .RoundedBgBlue .b4, .RoundedBgBlue .b1b, .RoundedBgBlue .b2b, .RoundedBgBlue .b3b, .RoundedBgBlue .b4b
    {
        display: block;
        overflow: hidden;
        background-image: url('../Images/ReNew/gradient.png');
        background-repeat: repeat;
        /*background: #ffffff;*/
    }

    .RoundedBgBlue .b1, .RoundedBgBlue .b2, .RoundedBgBlue .b3, .RoundedBgBlue .b1b, .RoundedBgBlue .b2b, .RoundedBgBlue .b3b
    {
        height: 1px;
        background-image: url('../Images/ReNew/gradient.png');
        background-repeat: repeat;
        /*background: #ffffff;*/
    }

    .RoundedBgBlue .b2, .RoundedBgBlue .b3, .RoundedBgBlue .b4, .RoundedBgBlue .b4b, .RoundedBgBlue .b3b, .RoundedBgBlue .b2b
    {
        border-left: 1px solid #13507d;
        border-right: 1px solid #13507d;
    }

    .RoundedBgBlue .b1
    {
        margin: 0 5px;
        background: #13507d;
    }

    .RoundedBgBlue .b2, .RoundedBgBlue .b2b
    {
        margin: 0 3px;
        border-width: 0 2px;
    }

    .RoundedBgBlue .b3, .RoundedBgBlue .b3b
    {
        margin: 0 2px;
    }

    .RoundedBgBlue .b4, .RoundedBgBlue .b4b
    {
        height: 2px;
        margin: 0 1px;
    }

    .RoundedBgBlue .b1b
    {
        margin: 0 5px;
        background: #13507d;
    }

    .RoundedBgBlue .boxcontentBlue
    {
        display: block;
        background-image: url('../Images/ReNew/gradient.png');
        background-repeat: repeat;
        /*background: #ffffff;*/
        border-left: 1px solid #13507d;
        border-right: 1px solid #13507d;
    }


.left
{
    float: left;
    background-image: url('../Images/ReNew/l_box.png');
    width: 20px;
    height: 45px;
    background-repeat: no-repeat;
}

.center
{
    background-image: url('../Images/ReNew/m_box.png');
    height: 45px;
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-top: 5px;
}

.right
{
    float: left;
    background-image: url('../Images/ReNew/r_box.png');
    width: 30px;
    height: 45px;
    background-repeat: no-repeat;
}

.menuNew
{
    padding: 0px 0 0 1em;
    margin: 0;
    list-style: none;
    height: 45px;
    font-size: 11px;
    padding-left: 5px;
    width: 800px;
}

    .menuNew li
    {
        float: left;
        height: 45px;
        margin-right: 20px;
    }

        .menuNew li a
        {
            display: block;
            float: left;
            height: 40px;
            line-height: 35px;
            color: #fff;
            text-decoration: none;
            font-family: arial, verdana, sans-serif;
            font-weight: bold;
            text-align: center;
            padding: 0 0 0 4px;
        }

            .menuNew li a b
            {
                float: left;
                display: block;
                padding: 0 16px 5px 12px;
            }

        .menuNew li.current a
        {
            color: #015ffd;
        }

            .menuNew li.current a b
            {
                font-family: Arial;
                font-size: 13px;
                color: #f2c10d;
                text-decoration: none;
            }

        .menuNew li a:hover
        {
            color: #f2c10d;
        }

            .menuNew li a:hover b
            {
                font-family: Arial;
                font-size: 13px;
                color: #f2c10d;
                text-decoration: none;
            }

        .menuNew li.current a:hover
        {
            font-family: Arial;
            font-size: 13px;
            color: #f2c10d;
            text-decoration: none;
            cursor: default;
        }

            .menuNew li.current a:hover b
            {
                font-family: Arial;
                font-size: 13px;
                color: #f2c10d;
                text-decoration: none;
            }

.GrayGradiant
{
    background-image: url('../Images/ReNew/m_box.png');
    background-repeat: repeat-x;
    height: 55px;
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    font: Alte Haas Grotesk;
    text-decoration: none;
}

#blocker
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    background-image: url('../../../../images/trans.png');
}

    #blocker div
    {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5em;
        height: 2em;
        margin: -1em 0 0 -2.5em;
        color: #fff;
        font-weight: bold;
    }

.payLater
{
    margin-top: 10px;
}

.paylayterTbl
{
    border: 1px solid #13507d;
    padding: 10px;
}

.orClass
{
    text-align: center;
    color: black;
}

[data-integration] [data-jeek-tfObject-btn="root"] [data-jeek-tfObject-btn="area"] [data-jeek-tfObject-btn="container"] [data-jeek-tfObject-btn="button"]  {
	z-index:0 !important;
}