/**
* Document body.
*/
body 
{
    padding: 0 0 0 0;
    margin: 0;
    background: #fff;
    overflow: hidden; 
    color: #333;
    text-align: left;
}

/**
* iframe containing page opened when user opened softbar.
*/
#myiframe 
{
    color: #666;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-box-sizing: border-box;    
    overflow-x:hidden;
}

#toolbarframe
{
	z-index: 1;
	height: 30px;
	position:absolute;
	width: 100%;
	bottom:0px;	/* 16px may be required to move higher than horizontal scroll bar, who's visibility cannot be determined. */
	border:0;
}

#popupMenuSearchFrame
{
	position:absolute;
	left: 100px;
	top: 100px;
	height:200px;
	width:200px;
	filter:alpha(opacity=75);
	opacity:0.75;
	border:0;
	display:none;
}

#popupMenuRegionsFrame
{
	position:absolute;
	left: 100px;
	top: 100px;
	height:200px;
	width:200px;
	filter:alpha(opacity=75);
	opacity:0.75;
	border:0;
	display:none;
}

#popupMenuNewsFrame
{
	position:absolute;
	left: 100px;
	top: 100px;
	height:200px;
	width:200px;
	filter:alpha(opacity=75);
	opacity:0.75;
	border: 0;
	display:none;
}

#popupMenuVoteFrame
{
	position:absolute;
	left: 100px;
	top: 100px;
	height:200px;
	width:200px;
	filter:alpha(opacity=75);
	opacity:0.75;
	border:0;
	display:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    
    body 
	{
        padding: 0 0 0 0; /* for webkit*/ 
    }
    
    #myiframe
	{
        padding-bottom: 0px; /* for webkit*/ 
    }
}

