﻿ 
.questionPanel
{
    background-color: white;
    float:left;
    width:100%;
    clear:both;
    margin-top:10px;
 }
  
.commandPanel
{
    width:100%;
    float:left;
    height:28px;
}
  
.commandButtonsSet
{
    padding:2px;
    float: right;
}
 
.newPageTitle 
{
	font-size:14px;
	font-weight:bold;
    color: black;
    padding:6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.maxPopupSize {
    max-height: 500px; 
    max-width: 1200px;
    overflow-y: auto;
    overflow-x: hidden;
}


.modalBackground
{
    background-color: Gray;
    opacity: 0.7;     
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* first! for IE */
	filter: alpha(opacity=70); /* second!  for IE  */
}
    
#progressBackgroundFilter 
{
    position:fixed; 
    top:0; 
    bottom:0; 
    left:0;
    right:0;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=20);
    opacity:0.2;
    z-index:1000; 
}

#processMessage 
{ 
    position:fixed; 
    top:45%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:White;
    border:solid 1px #000;
}

.popupWnd
{
    max-width: 80%;
    background-color: white;
    border: 10px solid white;
    border-radius: 10px;
}

.lnkPopWnd
{
    color:black;
    text-decoration:none;
    border-bottom: 1px dotted Black;
}

.lnkPopWnd:hover
{
    color: rgb(100,149,237); /*CornflowerBlue; */
    border-color: rgb(100,149,237);
}