﻿    .modalBody
    {
        font-family: Arial;
        font-size: 15px;
    }
    .modalBackground
    {
        background-color: White;
        filter: alpha(opacity=10);
        opacity: 0.1; 
    }
    .modalPopup
    {
        background-color:#F2F2F2;
        border: 3px solid #666666;
        font-family: Arial;
        font-size:13px;  
    }
    .modalPopup .header {
            background-color: #0026ff;
            height: 30px;
            color: White;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
    }
    .modalPopup .elimina {
            background-color: Red;
            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;
        }
    .modalPopup .boton {
            padding: 10px;
            text-align: center;
        }
    .modalPopup .yes, .modalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: normal;
        cursor: pointer;
    }
    .modalPopup .yes
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
    .modalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
.PnlRedondo {
    background-color: #FDFDFD;
    font-family: Arial;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.PnlHeaderError {
    background-color: red;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.PnlHeader {
    background-color: #0026ff;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.PnlHeaderP {
    background-color: Red;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}