﻿
/* Lock Screen-related CSS Classes */
#OuterTableCellOverlay
{
    top: 0px;
    left: 0px;
    width: 99%;
    height: 100%;
    position: absolute;
    z-index: 999;
	filter:alpha(opacity=10);
	-moz-opacity:0.85;
	padding-top: 20%;
	padding-left: 3%;
}
        
#InnerTableCellOverlay
{
    text-align: center;
    width: 10%;
    border: 1px solid black;
    padding: 5%;
    background-color: #EDF0F2;
    z-index: 998;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
 }
