﻿    .modalBody
    {
        font-family: Arial;
        font-size: 12px;
    }
    .modalBackground
    {
        background-color: White;
        filter: alpha(opacity=10);
        opacity: 0.1; 
    }
    .modalPopup
    {
        background-color:#F0F0F0;
        border: 3px solid #666666;
        font-family: Arial;
        font-size:12px;  
    }
        .modalPopup .header {
            background-color: #FF9900;
            height: 30px;
            color: White;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }
   .modalPopup .headerIdea {
            background-color: #0026ff;
            height: 30px;
            color: White;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }
   .modalPopup .bodyIdea {
            padding: 15px;
            min-height: 50px;
            line-height: 16px;
            text-align: center;
        }
   .modalPopup .bodyIngreso {
            text-align:  left;
        }
   .modalPopup .footerIdea {
            padding: 10px;
        }
   .modalPopup .body {
            padding: 5px;
            min-height: 25px;
            line-height: 20px;
            text-align: center;
            font-weight: normal;
            font-size: 12px;
        }
   .modalPopup .footer {
            padding: 10px;
            text-align: center;
            font-size: 14px;
        }
    .modalPopup .elimina {
            background-color: Red;
            height: 30px;
            color: White;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }
   .modalPopup .botones {
            padding: 6px;
            text-align: center;
        }
   .modalPopup .yes {
            margin-right: 20px;
            border: 1px solid #5C5C5C;
            width: 50px;
        }
   .modalPopup .no {
            margin-left: 20px;
            border: 1px solid #5C5C5C;
            width: 50px;
        }
   .modalPopup .yes:hover {
            background-color: #c1b4b4;
            cursor: pointer;
        }
   .modalPopup .no:hover {
            background-color: #c1b4b4;
            cursor: pointer;
        }
