﻿
        .dvIBTMonitor
          {
          text-align :right; 
          /*margin-right:90px; */
          margin-bottom:5px; 
          font-family :Verdana ; 
          font-size:10pt; 
          font-style:italic ; 
          font-weight :bold ; 
          color :blue;    
            
         }


 
        .black_overlay{
 
            display: none;
 
            position: absolute;
 
            top: 0%;
 
            left: 0%;
 
            width: 100%;
 
            height: 650px;
 
            background-color: black;
 
            z-index:1001;
 
            -moz-opacity: 0.8;

            /*opacity:.80;
 
            filter: alpha(opacity=80);*/
            
           text-align :center ;
            
        }
 
        .white_content {
 
            display: none;
 
            position: absolute;
 
            top: 15%;
 
            left: 30%;
 
            width: 335px;
 
            height: 170px;
 
            padding: 16px;
 
            border: 16px solid #521705;
 
            background-color: white;
 
            z-index:1002;
 
            overflow: auto;
            margin :auto;
 
        }
       
 
