/*Stylesheet*/

/*
BODY, HTML {
	padding: 			0;
	font-family: 		Arial, Verdana, sans-serif;
    font-size: 12px;
	color: 				#000;
	background-color:	#FFF;
}

BODY {}
*/

#tracing {
	height:30px;
	left:10%;
	top:4px;
	padding: 0px;
	background: #fbfbfb;
  	opacity: 0.8;
  	z-index:10;
  	font-size:9pt;
}


svg{
	width:312px;
	height:384px;
	position:absolute;
	top : 55px;
	right : 2px;
}

#imgCanvas {
	top : 55px;
	left : 2px;
}

g>path.even{
	fill:#FFCBCB;
}

g>path.odd{
	fill:#454560;
}

#tools {
	top:5px;
	left:5px;
	width:100%;
	height:50px;
}

#loader {
	display: none;
}
.loader {
	width: 100%;
	height: 50px;
	position: absolute;
	text-align:center;
	margin-top: 250px;
	background: url('loader.gif') no-repeat;
	background-position: 50% 50%;
	display: block !important;
}

#error {
	/*display:none;*/
	width: 960px;
	text-align: left;
	padding: 10px;
}