
.black_overlay
{
     display: none;
     position: absolute;
     top: 0%;
     left: 0%;
     width: 100%;
     height: 100%;
     background-color: black;
     z-index:1001;
     -moz-opacity: 0.5;
     opacity:.50;
     filter: alpha(opacity=50);
 }
.white_content {
    display: none;
    position: absolute;
    top: 62%;
    left: 10%;
    width: 30.4%;
    height: 31%;
    padding: 5px;
    border: 5px solid orange;
    background-color: white;
    /*background-color: floralwhite;*/
    z-index: 1002;
    overflow: auto;
}

.hostedIframe {
    position: absolute;
    left: 5%;
    width: 35%;
    height: 80%;
    border: outset 2px #F0F0F0;
    border-radius: 15px;
    background-color: white;
    /*background-color: floralwhite;*/
    overflow: auto;
}

.xiFrameFormat {
    /*width: 500px;
    height: 110%;*/
    left: 5%;
    border: none;
    background-color: white;
    /*background-color: floralwhite;*/
    /* 	margin-top: 5px; */
    margin-left: 5px;
    margin-right: auto;
    /* 	padding: 10px; */
    overflow: auto;
}
.xiFrameOverlay {
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 60%;
    height: 60%;
    padding: 5px;
    border: 5px solid orange;
    background-color: white;
    /*background-color: floralwhite;*/
    z-index: 1002;
    overflow: auto;
}
.xiFadeOverlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
.xiErrorOverlay
{
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 60%;
    height: 60%;
    padding: 5px;
    border: 5px solid orange;
	color: yellow;
    background-color: red;
    z-index:1002;
    overflow: auto;
}
.xiMessageOverlay
{
    display: block;
    position: absolute;
    width: 40%;
    height: 5%;
    padding: 5px;
    border: 5px solid orange;
	color: red;
    background-color: yellow;
    z-index:1002;
    overflow: auto;
}
.Column1
{
	width: 120px; 
	vertical-align: middle; 
	text-align: center
}
.Column2
{
    width: 200px;
	vertical-align: middle; 
}
