 
    .modalBackground
    {
       
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
     .modalPopupGrid
{
   
    background-color: #FFFFFF;
    min-width: 300px;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 0;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
   
}

 .gridgraphic
{
  
    
    
    border: 3px solid #0DA9D0;
    border-radius: 12px;
   
   
}

.gridtableau
{
  border: 3px solid #0DA9D0;
 
}
    .modalPopup
{
    background-color: #FFFFFF;
    width: 700px;
    border: 3px solid #F46200;
    border-radius: 12px;
    padding: 0;
    min-height: 300px;
}
    .modalPopup .headerpop,.modalPopupGrid .headerpop
    {
        background-color: #FF7F2A;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .modalPopup .body,.modalPopupGrid .body
    {
          padding: 20px;
        min-height: 200px;
        overflow    : visible;
      
        font-weight: bold;
    }
    .modalPopup .footerpop ,.modalPopupGrid .footerpop
    {
        padding: 6px;
    }
    .modalPopup .cancel, .modalPopup .save, .modalPopup .close, .modalPopupGrid .close
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }
    .modalPopup .save
    {
        background-color: #FF7F2A;
        border: 1px solid #FF7F2A;
    }
    .modalPopup .cancel
    {
        background-color: #FF7F2A;
        border: 1px solid #FF7F2A;
    }
  .modalPopup .close
{
    background-color: #FF7F2A;
    border: 1px solid #FF7F2A;
}
 
 
 
    .ajuste
     {
        background-color: #FF7F2A;
        border: 1px solid #FF7F2A;
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
     }
    
 .closepreview
{
    background-color: #FF7F2A;
    border: 1px solid #FF7F2A;
    height: 23px;
    width: 100px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
}
 
    .tabover
     {
    overflow: visible;
    
     }
    
        .MyTabStyle .ajax__tab_header
        {
            font-family: "Helvetica Neue" , Arial, Sans-Serif;
            font-size: 14px;
            font-weight:bold;
            display: block;

        }
        .MyTabStyle .ajax__tab_header .ajax__tab_outer
        {
            border-color: #222;
            color: #222;
            padding-left: 10px;
            margin-right: 3px;
            border:solid 1px #d7d7d7;
        }
        .MyTabStyle .ajax__tab_header .ajax__tab_inner
        {
            border-color: #666;
            color: #666;
            padding: 3px 10px 2px 0px;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_outer
        {
            background-color:#9c3;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_inner
        {
            color: #fff;
        }
        .MyTabStyle .ajax__tab_active .ajax__tab_outer
        {
            border-bottom-color: #ffffff;
            background-color: #d7d7d7;
        }
        .MyTabStyle .ajax__tab_active .ajax__tab_inner
        {
            color: #000;
            border-color: #333;
        }
        .MyTabStyle .ajax__tab_body
{
    border-top-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #d7d7d7;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #FFFFFF;
    overflow: visible;
}
   
   
     .MySelectPart
{
    width: 100%;
    padding-bottom: 20px;
}

  .displaynone
{
    display:none
}


  .btUpDown
{
    margin: 12px;
}


 .tablegridreport
{
    border: 3px solid #FF6F0F;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.tablegridreportHeader
{
     
    padding: 0px 0px 0px 20px;
    margin: 0px;
    background-color: #FF7F2A;
    border-spacing: 0px;
    border-collapse: collapse;
}

  .btndashboard
{
    margin: 8px;
    color: White;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    background-color: #FF7F2A;
    border: 1px solid #0DA9D0;
}
  
    
.gridheaditem td
{
   
    padding-left: 10px;
    padding-right: 10px;
}