/* fading containers */



div#fadeContainer {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	background-color: #CCCCCC;

	display: none;

}



div#onLoadContainer {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 99;

	width: 100%;

	background-color: #CCCCCC;

	filter:alpha(opacity=50);

	-moz-opacity: 0.5;

	opacity: 0.5;

}



div#onLoadText {

	position: absolute;

	z-index: 101;

	width: 200px;

	height: 94px;

	top: 50%;

	left: 50%;

	margin-top: -47px;

	margin-left: -100px;

	text-align: center;

}



div#onLoadText p.text {

	margin: 0;

	padding: 0;

	font: 12px/14px verdana;

	font-weight: bold;

}



div#fadeBox {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 101;

	display: none;

}



div#fadeBox img#fadeFile {}



div#fadeFileDiv {

	background-color: white;

	border: 0;

	display: block;

	padding: 0;

	margin: 0;

}



div#fadeAll { }



div#fadeButtonLine {

	background-color: white;

	border: 1px #CCCCCC solid;

	position: realtive;

	z-index: 103;

	margin: 5px 0 0 0;

	padding: 0;

}



div#fadeButtonLine img {

	border: 0;

	cursor: pointer;

}
