/*
.FreezePaneOff
{
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}

.FreezePaneOn
{
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #666;
	z-index: 999;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	padding-top: 20%;
}

.InnerFreezePane
{
	text-align: center;
	width: 66%;
	background-color: #171;
	color: White;
	font-size: large;
	border: dashed 2px #111;
	padding: 9px;
}
*/

.FreezePaneOff
{
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
    width: 100%;
}

.InnerFreezePaneOff
{
    width: 100%;
	visibility: hidden;
}

.FreezePaneOn, .FreezePaneMsgOn
{
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	/*background-color: transparent;*/
    background-color: #ffffff;
	z-index: 999;
    /*padding-top: 20%;*/
    filter: alpha(opacity = 80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
}

.FreezePaneMsgOn
{
    background-color: #EEEEEE;
}

.FreezePaneOn img
{
    margin: 20% 0 0 40%;
	margin: 0 auto;
}

.InnerFreezePaneOn
{
	visibility: visible;
	text-align: center;
	width: 300px;
    margin: 10% 0 0 40%;
    padding: 10px;
	font-size: 12px;;
    /*
	background-color: #ffffff;
	color: #000000;

	border: 2px solid #666666;

    filter: alpha(opacity = 80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;

    filter: alpha(opacity = 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    */
}
