
.ruler {
	/* background: rgba(255,255,255,1); */
	color: #000;
	font-family: source code pro, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, Veranda, sans-serif;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}
.ruler > div {
	background: #444;
}
.hRule {
	position: absolute;
	width: 523px;
	height: 25px;
	left: -29px;
    top: -26px;
	font-size: 14px;
	border-bottom: 1px solid;
	z-index: 9;
	background-color: #dbdbdb;
}
.vRule {
	font-size: 14px;
	position: absolute;
	height: 524px;
	width: 22px;
	left: -29px;
    top: -26px;
	border-right: 1px solid;
	z-index: 9;
	background-color: #dbdbdb;

}
.corner {
	position: absolute;
		top: -22px;
		left: -22px;
		width: 18px;
		background-color: #e7e7e7;
		height: 18px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		z-index: 10;
		display: none;
}
.hRule .tickLabel {
	position: absolute;
    top: 3px;
    width: 1px;
    font-size: 14px;
    height: 100%;
    text-indent: 5px;
    color: #494699;
    white-space: nowrap;
    font-weight: bold;
}
.hRule .tickMajor {
	position: absolute;
	bottom: 0px;
	width: 1px;
	height: 6px;
}
.hRule .tickMinor {
	position: absolute;
	bottom: 0px;
	width: 1px;
	height: 4px;
}
.vRule .tickLabel {
	position: absolute;
	right: 0px;
	height: 1px;
	width: 100%;
	text-indent: 1px;
	font-size: 14px;
	font-weight: bold;
	color:#494699;
}
.vRule .tickLabel span {
	display: block;
	position: absolute;
	
	top: 15px;
	right: 5px;
	margin-right: 18px;
	
	-webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
	
	-webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
	
}
.vRule .tickMajor {
	position: absolute;
	right: 0px;
	height: 1px;
	width: 6px;
}
.vRule .tickMinor {
	position: absolute;
	right: 0px;
	height: 1px;
	width: 4px;
}

.vMouse {
	display: block;
	position: fixed;
	width: 100%;
	height: 0px;
	
	left: 0;
	background: rgba(0,0,0,0);
	border-bottom: 1px dotted;
	z-index: 11;
}
.hMouse {
	display: block;
	position: fixed;
	height: 100%;
	width: 0px;
	top: 0;

	background: rgba(0,0,0,0);
	border-left: 1px dotted;
	z-index: 11;
}
.mousePosBox {
	height: 16px;
	background: rgba(0,0,0,0.25);
	color: #fff;
	font-family: source code pro;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid rgba(0,0,0,0.5);
	position: fixed;
	white-space: no-wrap;
	display: block;
	overflow-y:hidden;
	float: left;
	text-align: left;
	left: -50%;
	top: -50%;
	padding: 0 2px;
}
.canvas-container{
	/* border:solid 1px #888;  */
}
.workarea{
	 /* padding-top:22px  */
}



