﻿.clearBoth {
	clear: both;
}
.popup {
	width: 506px;
	min-height: 290px;
	background-color: #ffecb4;
	color: #3f3e0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 12px solid #938f03;
	padding: 20px;
	*height:370px;
}
.popupHeadingPopup {
	font-size: 14px;
	float: left;
	font-weight: bold;
	width: 480px;
	color:#8B341D
}
.btnCrossPopup {
	float: right;
}
.dividerPopup {
	width: 509px;
	height: 2px;
	_height: 1px;
	background-image: url(../images/popup/divider.gif);
	background-repeat: repeat-x;
	margin: 13px 0 13px 0;
	_margin: 0px;
}
.dataContainerPopup {
	min-height: 20px;
	_height: 20px;
	margin: 0 0 4px 0;
	clear: both;
}
.dataLabelPopup {
	float: left;
	font-weight: bold;
	width: 127px;
}
.dataFieldPopup {
	float: left;
	width: 339px;
}
.jqmWindow
{            
    position: absolute;        
    width: 550px;        
    color: #333;
    border: 0px solid black;
    z-index:105;
}
.lightBox
{
height:230px;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.lightBox
{
height:215px;	
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.light
{
height:216px;	
}
}

.blockingContainer 
{         
    background-color:#999999;	        
    filter:alpha(opacity=30);
    opacity:0.5;      
}

.blockingAccessContainer 
{         
    background-color:#000000;	        
    filter:alpha(opacity=90);
    opacity:0.9;      
}

.iframeContainer 
{
z-index: -100;
-moz-opacity:0; 
opacity:0; 
filter:alpha(opacity=0);
}


