﻿        .modalBackground
        {
            background-color: Gray;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
        .modalPopup
        {
            background-color: #FFD9D5;
            border-width: 3px;
            border-style: solid;
            border-color: Gray;
            padding: 6px 3px 15px 3px;
            width: 350px;
            text-align: center;
        }
        .modalPopup_hdr
        {
            color: White;
            background-color: #808080;
            font-size: 1.2em;
            height: 20px;
            font-weight: bold;
            display: block;
            vertical-align: middle;
        }
        .modalPopup_txt
        {
            line-height: 1.6;
            font-weight: bold;
            margin-bottom: 15px;
            margin-top: 15px;
            display: block;
            color: Black;
        }
        .l40
        {
            width: 30%;
            text-align: left;
            vertical-align: top;
            font-size: .9em;
            margin-left: 2%;
            font-weight: bold;
        }
        .l60
        {
            width: 40%;
            text-align: left;
            vertical-align: top;
        }
        .button
        {
            border-width: 0px;
            border-bottom-color: #993300;
            text-align: center;
            padding-bottom: 5px; 
            background-image: url('../../App_Themes/base/Images/img_moreInfo.jpg');
            border-top-color: #993300;
            padding-left: 10px;
            padding-right: 10px;
            font-family: Arial;
            color: black;
            border-right-color: #993300;
            font-size: 10pt;
            vertical-align: middle;
            border-left-color: #993300;
            padding-top: 5px;
            width: 100px;
            height: 35px;
            cursor: pointer;
        }
        .button:hover
        {
            background-color: Orange;
            color: Black;
            font-weight: bold;
        }
        .text
        {
            font-size: 12px;
            color: Purple;
            word-spacing: 2;
            width: 80%;
        }
        .watermark
        {
            color: #808080;
            font-style: italic;
            font-family: Gill Sans MT, Arial, Times, serif;
            font-size: .9em;
            width: 80%;
            text-transform: lowercase;
        }
        .popup_bigsize
        {
            border-color: White;
            border-style: solid;
            width: 62%;
            border-right-width: 10px;
            border-bottom-width: 10px;
            border-left-width: 10px;
            font-size: .9em;
            background-color: #FFFFF9;
        }
        /*Code for popup image*/
        .addRotator
        {
            margin-left: 10px;
            margin-right: 10px;
            width: 90%; 
            /*height: 230px;*/
        }
        .Dots
        {
            text-align: left;
            vertical-align: top;
            width: 1%;
            color: Red;
        }
        .prompt
        {
            font-weight: bold;
            width: 28%;
            text-align: left;
            vertical-align: top; 
            /* color: #3963C3;*/
            font-size: .9em;
        }
        .tagLine
        {
            font-style: italic;
            vertical-align: top;
            font-weight: bold;
            color: #333333;
            font-size: .9em;
        }
        .popup_Image
        {
            border-color: White;
            border-style: solid;
            width: 70%;
            height: 70%;
            border-right-width: 10px;
            border-bottom-width: 10px;
            border-left-width: 10px;
            font-size: .9em;
            background-color: #FFFFF9;
            overflow: auto;
        }