﻿
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	-ms-filter: alpha(opacity=70);
    -ms-opacity:0.7;
}

.modalPopup {
	border: 5px solid Black;
    background-color:#FFFFFF;
	    padding:3px;
	    text-align:center;
    z-index: 1;
    left: 1038px;
    top: 362px;
    position: absolute;
    height: 200px;
    width: 216px;
}
.hidden {display:none}
.main { 
  font-family: "Times New Roman", Arial, sans-serif;
  font-size: 2.0em;
  font-weight: bold;
  color: blue;
}

 .style1
        {
            font-weight: bold;
              background-color: #000000;
        }

   .style2
        {
            font-family: Arial;
            color: #FFFFFF;
            background-color: #000000;
        }
        
        .Freezing 
{ 
   position:relative ; 
 
   z-index: 10; 
}

        .style3
        {
            text-align: left;
        }
        .style4
        {
            font-size: 30px;
            font-weight: bold;
            text-decoration: underline;
        }
     
        
 .style5
 {font-family: Arial, sans-serif; color: White; font-size: 38px; font-weight: bold; text-align: center; background-color: Black;}
      
     caption { font-family: Arial, sans-serif; color: White; font-size: 18px; font-weight: bold; text-align: center; background-color: BLACK;}

 .one 
{
border-style:solid;
border-width:2px;
border-color:Black;
}

  .Hr 
{
    border-style:solid;
    border-width:2px;
    border-color:Blue;
}