*{
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
}

#main
{
    width: 800px;
    height: 600px;
    margin: 0;
    padding: 0;
    font-family: Arial;
	 position: relative;
}

#blank1 {
height:35px;
width:800px;
border:1px solid;
background-color:#dddddd;
}
#blank2 {
height:400px;
width:800px;

}

#blank3 {
	height:27px;
	width:800px;
	border:1px solid;
	background-color:#dcdcdc;
	padding-left: 15px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 14px;

}

#side {

width:200px;
height:400px;
border:1px solid;
background-color: grey;
}
#option  {
    height: 30px;
    background-color: #dddddd;
    padding-left: 15px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 14px;
}

#view {
    height: 30px;
    background-color: #dcdcdc;
    padding-left: 15px;
    padding-top: 6px;
	font-weight: bold;
    font-size: 14px;
}
#panel {
	height: 400px;
    width: 602px;
    position: absolute;
    top: 35px;
    left: 198px;
    border: 1px solid;
}

#view1 {
	height: 30px;
    background-color: #dddddd;
    padding-left: 15px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 14px;
}

#check {
    height: 150px;
    padding: 10px;
    font-size: 14px;
    background-color: #444444;
    color: #fff;
}
.chkClass{
	top: -2px;
    position: relative;
	font-size: 13px;
}
.chkBoxmargin{
   margin: 5px; 
}
input[type="checkbox"] {
    height: 13px;
    width: 13px;
}

#blink {
    background-color: black;
    height: 160px;
    background-image: url(../images/dot.png);
    background-position: center;
    background-repeat: no-repeat;
}

.blinkimg{
    position: absolute;
    top: 360px;
    left: 85px;
}

#blank4 {
height:136px;
width:800px;
border:1px solid;
background-color:darkgrey;

}
#start,
#reset {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 70px;
    height: 20px;
    background-color: #666;
    border-style: none;
    box-shadow: 0 0 0px 0.6px #C9C9C9;
    border-radius: 2px;
    z-index: 2;
    cursor: pointer;
    outline: none;
}
#reset {
    left: 10px;
    right: auto;
}
#start::before,
#reset::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255, 0.1);
}
#start:hover,
#reset:hover {
    background-color: #8a8888;
}
#start:hover::before,
#reset:hover::before{
    background-color: rgba(255,255,255, 0.15);
}
.graphLine{
	position: absolute;
    top: 462px;
    left: 4px;
    width: 7px;
    height: 127px;
    border: 0px solid;
    background: #bbccdd;
    z-index: 10;
}
#canvasDiv{
    position: absolute;
    top: 30px;
    left: 0;
    padding-left: 2px;
    overflow:hidden;
    height: 370px;
    width: 600px;
    z-index: 1;
}
#mycanvas{
	background-color: #000;
    position: relative;
    top: -10px;
	left: -1px;
}
.block {
    position:absolute;
    top: 175px;
    left: 295px;

}
.checkbox{
	width: 13px;
    height: 13px;
	border:1px solid black;
	background-image:url(../images/chk.png);
	background-position: center;
	opacity:1;
	display: inline-block;
}
.checkbox:hover{
	opacity:0.7;
}