﻿/* CSS Document */
.shield
{
z-index:3000;
position:absolute;
FILTER: alpha(opacity=30);
 -moz-opacity:0.3;
left:0px;
right:0px;
top:0px;
bottom:0px;
width:100%;
height:100%;
background-color:#eee;
ZOOM:1;
line-height:100%;
overflow:hidden;
vertical-align:middle;
text-align:center;
margin-top:auto;
margin-bottom:auto;
cursor:wait;
}
.confirmModalContainer 
{
z-index:3100;
position:absolute;
font-family:'Trebuchet MS', Verdana, Arial; 
font-size:16px;
FILTER: alpha(opacity=100);
 -moz-opacity:1;
cursor:auto;
color:#fff;
}
.confirmModalContainer2 {
height:100px; width:100px;
/*margin-right:0px;
font-family:'Trebuchet MS', Verdana, Arial; 
font-size:16px; text-align:left; */
background:#ffffff; border:2px solid #336699;
z-index:3200;
FILTER: alpha(opacity=100);
 -moz-opacity:1;
cursor:auto;
}
#ShowCallCC {
			z-index: 99999;width:204px; position: absolute; float:right; height:80px;
			background-color:#ffffff;
			right:10px;top:100px;  display:none;
			/*z-index: 99999;
			position: absolute;
			width:  204px;
			height: 77px;
			float:right;
			bottom:0;
			margin-right:0px;
		    /*width:300px; 
            height:300px; 
            position:absolute; 
            right:22px;  
            bottom:20px; 
            border: solid 1px #432B6A; 
            z-index:99999; */
		}
#HiddenCallCC {
			z-index: 99999;width: 30px; position: absolute; top:100px; float:right; height:30px;
			background-color:#ffffff;
			right:10px;
		}
#simpleTooltip { padding: 7px; border: 1px solid #A6A7AB; background: #F2F3F5; }
		