html,body {
	background-color: white;
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #373ABE;
}

img {
	border: 0px;
}

/******* loading ******/
#loading {
	/*position:static;margin:0 auto;top:30px;left:0;width:100%;border:1px solid #f00;text-align: right;}*/
	display: block;
	right: 50%;
	top: 50px;
	background: black;
	margin: 0 -320px !important;
	margin: 0 0px;
	color: #000;
	background: red;
	width: 150px;
	z-index: 10000;
	position: fixed !important;
	position: absolute;
	overflow: auto;
}

#loading span {
	font-size: 11px;;
	text-align: center;;
	background: red;;
	border: 1px dashed white;;
	display: block;
	padding: 10px 12px;;
	font-weight: bold;
}

/****fine loading***/
.alt {
	display: none; 
	visibility: hidden;
	top: -10000px;
	left: -10000px;
	width: 0;
	height: 0;
	clear: none;;
	position: absolute;
}
#dump,#debug{
	position:absolute;
	top:10px;
	left:10px;
	border:1px dasher red;
	z-index:10000;
}
#dump a,#debug a{
	color:red;
	font-weight:bold;	
}
#dumpContainer,#debugContainer{
	display:none;
	background-color:white;
}
