﻿.RewardPoints
{
    color: #FF0000;
}

.Grids
{
    color: #000000;
    border-color: Maroon;
    border-width: 1px;
    background-color: #FFFFFF;
    width:100%;
    text-align:center;
}
.Grids A:Link
{
    color: #000000;
}
.Grids A:visited
{
    color: #000000;
}
.Grids A:hover
{
    color: #000000;
}
.Grids A:active
{
    color: #000000;
}
.GridsAlternateRow
{
    background-color: #E06D6D;
}

.RewardPoints
{
    color: #FF0000;
}

.JAM_Tabs .ajax__tab_header
{
}

.JAM_Tabs .ajax__tab_outer
{
}

.JAM_Tabs .ajax__tab_inner
{
}

.JAM_Tabs .ajax__tab_tab
{
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url(Images/tabInactiveBackground.png) repeat-x;
    color: White;
}

.JAM_Tabs .ajax__tab_hover .ajax_tab_outer
{
}

.JAM_Tabs .ajax__tab_hover .ajax_tab_inner
{
}

.JAM_Tabs .ajax__tab_hover .ajax_tab_tab
{
    background: url(Images/tabInactiveBackground.png) repeat-x;
    color: White;
}

.JAM_Tabs .ajax__tab_active .ajax__tab_outer
{
}

.JAM_Tabs .ajax__tab_active .ajax__tab_inner
{
}

.JAM_Tabs .ajax__tab_active .ajax__tab_tab
{
    background: url(Images/tabActiveBackground.png) repeat-x;
    color: White;
}

.JAM_Tabs .ajax__tab_body
{
    border: solid 1px black;
}
        .modalBackground
        {
            background-color: Gray;
            filter: alpha(opacity=90);
            opacity: 0.9;
        }
        .PopUp
        {
            background-color: #000000;
            color: #FFFFFF;
            font-size: medium;
        }
        .PnlPop
        {
            
            background-color: #808080;
            text-align: center;
        }
        .newStyle1
        {
            border-left: thin solid #000000;
            border-right: thin solid #000000;
            background-color: #9C4510;
            color: #FFFFFF;
            font-size: medium;
            font-weight: bold;
            font-style: normal;
            font-variant: normal;
            text-transform: none;
            width: 450px;
            border-top-color: #000000;
            border-top-width: thin;
            border-bottom-color: #000000;
            border-bottom-width: thin;
        }
        .newStyle2
        {
            border-width: thin;
            border-color: #000000;
            border-right-style: solid;
            border-left-style: solid;
            border-bottom-style: solid;
        }
