div{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
@page {
	size: auto;   /* auto is the current printer page size */
	margin: 0mm;  /* this affects the margin in the printer settings */
}
#mainGame{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/mainBg.png') no-repeat;
	background-position: -51px -108px;
}

#go.bttn, #pause.bttn, #restart.bttn{
	position: absolute;
	width: 32px;
	height: 43px;
}
#go {
	top: 0px;left: 6px;
}
#pause {
	left: 61px;
}
#restart {
	left: 108px;
}
#go.bttn div.span, #pause.bttn div.span, #restart.bttn div.span {
	position: absolute;
	top: 30px;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
}
#go.bttn div.span{
	left: 7px;
	color: #006600;
}
#pause.bttn div.span {
	left: -2px;
	color: #CC6600;
}
#restart.bttn div.span {
	left: -2px;
	color: #FF0000;
}
#go.active, #pause.active, #restart.active{
	cursor: pointer;
}
#go.active:hover div.span, #pause.active:hover div.span, #restart.active:hover div.span{
	color: #000;
	cursor: pointer;
}
.bgTrans{
	background: transparent !important;
}
/* start range selector */
.range{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 374px;
	height: 26px;
	
}
.dragRangeContainer{
	position: relative;
	top: 5px;
	left: 94px;
	width: 200px;
	height: 17px;
}
.dragRange{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 17px;
	background: url('../images/range_drag.png') no-repeat;
	background-size: 100% 100%;
}
.dragRange[aria-disabled="false"]{
	cursor: pointer;
}
.range .value{
	position: absolute;
	height: 18px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}
.range .value.spanLeft {
	top: 4px;
	left: 9px;
	font-size: 12px;
    font-family: arial;
}
.range .value.spanRightValue {
	top: 4px;
	left: 298px;
    width: 35px;
	text-align: center;
	font-size: 11px;
    height: 18px;
    line-height: 18px;
}
.range .value.spanRight {
	top: 4px;
	left: 337px;
}
/* end range selector */

.range .dragRangeContainer{
	top: 5px;
    left: 109px;
}
.range .value.spanRightValue{
	left: 315px;
    width: 30px;
}

#initialVelocity{
	top: 232px;
    left: 6px;
	color: #f00;
}
#mass{
	top: 271px;
	left: 6px;
}
#hill1{
	top: 311px;
	left: 6px;
}
#hill2{
	top: 351px;
	left: 6px;
}
#hill3{
	top: 391px;
	left: 6px;
}
#loop1{
	top: 430px;
	left: 6px;
}
#loop2{
	top: 470px;
	left: 6px;
}

#slid1{
	position: absolute;
	top: 204px;
    left: 595px;
    width: 311px;
    height: 308px;
	display: none;
}
#slid2{
	position: absolute;
    top: 204px;
    left: 596px;
    width: 311px;
    height: 308px;
	display: none;
}
#canvas1, #canvas2{
	width: 311px;
    height: 308px;
}
#slid1.active, #slid2.active{
	display: block;
}


#print{
	position: absolute;
    top: 7px;
    left: 624px;
    width: 34px;
    height: 34px;
	font-family: arial;
	font-weight: bold;
	cursor: pointer;
}
#print .span{
	position: absolute;
    top: 7px;
    left: 38px;
    width: 65px;
    font-size: 12px;
	color: #358994;
}
#data{
	position: absolute;
    top: 7px;
    left: 741px;
    width: 34px;
    height: 34px;
	font-family: arial;
	font-weight: bold;
	cursor: pointer;
}
#data .span{
	position: absolute;
    top: 7px;
    left: 38px;
    width: 94px;
    font-size: 12px;
	color: #871550;
}
#print:hover .span, #data:hover .span{
	color: #000;
}
#data.graph{
	background: url('../images/d2.png') no-repeat;
	background-size: 33px 33px;
}

#velocity.d, #height.d{
	position: absolute;
    width: 57px;
    height: 15px;
    text-align: center;
	font-family: arial;
	line-height: 15px;
	font-weight: bold;
	font-size: 11px;
}
#velocity{
	top: 236px;
    left: 496px;
	color: #f00;
}
#height{
	top: 259px;
    left: 496px;
	color: #006600;
}

#animation{
	position: absolute;
	top: 51px;
    left: 92px;
    width: 780px;
    height: 150px;
	overflow: hidden;
}
.aniCover{
	width: 100%;
	height: 19px;
	position: absolute;
	left: 0px;
	z-index: 10;
	background: #ffffcc;
}
#footCover{
	bottom: 1px;
}
canvas#ani{
	width: 780px;
    height: 150px;
}
#car{
	width: 30px;
    height: 27px;
    background: url(../images/car.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 100px;
	z-index: 1;
}




.dot{
	width: 30px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: 100px;
    border-radius: 50%;
    z-index: 0;
	
	background: url('../images/dot.png') no-repeat;
}
.draggableBlock {
	width: 831px;
    height: 140px;
    position: absolute;
    top: 51px;
    left: 39px;
    overflow: hidden;
}

#dragLine{
	width:831px;
	height:25px;
	background:url(../images/pe.png) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}
#dragLine:hover{
	background:url(../images/peOver.png) no-repeat;	
}


#car #v.left{
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
    -webkit-transform: rotateY(180deg) translateX(-2px);
    -moz-transform: rotateY(180deg) translateX(-2px);
    -ms-transform: rotateY(180deg) translateX(-2px);
    -o-transform: rotateY(180deg) translateX(-2px);
    transform: rotateY(180deg) translateX(-2px);
}

.cont{
	position: absolute;
    left: 57px;
    width: 2px;
    height: 11px;
    line-height: 11px;
	font-size: 10px;
	font-family: arial;
}
#v{
	top: 2px;
    left: 22px;
	color: #ff0000;
	display: none;
}
#v.active{
	display: block;
}

#v .arrow{
	background: #ff0000;
}
#v .arrow .arrTri{
	border-left: 3px solid #ff0000;
}

.cont .arrow {
    position: absolute;
    top: 11px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: red;
}
.cont .arrow .arrTri{
	bottom: -2px;
    right: -3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}

#v.active .arrow{
	display: block;
}






