﻿   .modalBackgroundsessiontimeout{
        background-color:black;
         filter: alpha(opacity=60);
        opacity:0.6;
    
    }
    .modalPopupsessiontimeout{
        background-color:#FFFFFF;
        width:300px;
        border:3px solid #D2000A;
        border-radius:4px;
        padding:0;

        
        
    }
    .divsessionheader{
        width:300px;
         background-color:#464646;
         height:40px;

    }
    .divsessionheaderleft{
        width:100px;
        float:left;
      
       
       
     

    }
     .divsessionheaderright{
        
        float:left;
        height:40px;
        line-height:40px;
        font-family:sans-serif;
        padding-left:20px;
        font-size:14px;
        color:white;
        font-weight:bold;

    }
     .divsessioncontent{
         width:300px;
         height:90px;
         
     }
     .divsessioncontentleft{
         width:50px;
         float:left;
     }
     .divsessioncontentright{
         float:right;
         height:25px;
         color:#D2000A;
         font-weight:bold;

     }
     .divfootersession{
         width:300px;
         height:30px;
     }
     .divfootersessionleft{
         width:150px;
         float:left;
     }
     .divfootersessionright{
       
         float:right;
         
     }
     .btnclassyesorno{
         width:80px;
         height:25px;
         background-color:#D2000A;
         color:white;
         line-height:24px;
         font-weight:bold;
         cursor:pointer;
     }
      .btnclassyesorno:hover{
         width:80px;
         height:25px;
         background-color:green;
         color:white;
         line-height:24px;
         font-weight:bold;
         cursor:pointer;
     }