﻿ .popupBody
        {
            background-color: white;
        }
        .popupPageCCD h2.blockTitle
        {
            clear: both;
            display: block;
            margin: 0px 0px 5px 0px !important;
            padding: 5px !important;
            font-size: 85%;
            color: #000;
            background-color: #D5D9DF;
            text-transform: uppercase;
            border-top: 1px solid #FFF;
        }
        .popupPageCCD
        {
            margin: 8px;
        }
        .popupPageCCD h3
        {
            margin-bottom: 4px;
        }
        .popupPageCCD .pageHeader
        {
            background-image: url(Images/logo_white.gif);
            background-repeat: no-repeat;
            background-position: 8px 6px;
            padding: 16px 8px 6px 0px;
            margin: 0px;
            text-align: right;
        }
        .popupPageCCD .section
        {
            margin-bottom: 8px;
            padding-bottom: 8px;
            background-image: url(http://www.abb.com/Client/Images/dottedline_bottom2.gif);
            background-repeat: repeat-x;
            background-position: bottom;
            clear: both;
            float: left;
            width: 97%;
        }
        .popupPageCCD .row
        {
            clear: both; /* float: left; */
            padding-bottom: 1px;
            width: 358px;
        }
        .popupPageCCD .endfloats
        {
            clear: both;
            padding: 0px;
            margin: 0px;
        }
        .popupPageCCD .rowdottedcenter
        {
            clear: both; /* float: left; */
            padding-bottom: 2px;
            background-image: url(http://www.abb.com/Client/Images/dottedline_vertical.gif);
            background-repeat: repeat-y;
            background-position: 49% 50%;
        }
        .popupPageCCD .leftcol
        {
            float: left;
            clear: left;
            width: 60% !important;
        }
        .popupPageCCD .rightcol
        {
            width: 40% !important;
            float: right;
            clear: right;
        }
        .popupPageCCD .leftcol50
        {
            float: left !important;
            clear: left !important;
            width: 45% !important;
        }
        .popupPageCCD .rightcol50
        {
            width: 49% !important;
            float: right !important;
            clear: right !important;
        }
        .popupPageCCD .row .rightcol .information
        {
            float: left;
        }
        .popupPageCCD .row .rightcol .buttons
        {
            float: right;
            margin-right: 16px;
        }
        .popupPageCCD .textinput
        {
            width: 90%;
        }
        .popupPageCCD .textinputnarrow
        {
            width: 30%;
        }
        .popupPageCCD select
        {
            font-size: 100%;
            width: 90%;
            background-color: #FFF;
        }
        .grid
        {
            position:relative;
        }

