﻿.overlay
{
    width: inherit;
	/*position: absolute;  Fill only the container*/
    position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(186, 179, 179, 0.40);
}


/*
    BCB-1469 : Expand PC UI width to 1200 pixels: Horizontal Member Pages
    Removed position:relative because divControlResults would overlap the UI on vertical members

    #divControlResults,
#maintabs .tabs-panels,
#tabletMemberTabContainer,
#divDrawingZone {
    position:relative;
}*/