*{
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
}

#main
{
    width: 800px;
    height: 600px;
    margin: 0;
    padding: 0;
    font-family: Arial;
	 position: relative;
}

.no-italic {
    font-style: normal !important;
}

#blank1 {height: 26px;width:800px;border:1px solid;background-color:#dddddd;}
#blank2 {
height:400px;
width:800px;

}

#blank3 {
	height:27px;
	width:660px;
	border:1px solid;
	background-color:#dcdcdc;
	padding-left: 15px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 10px;

}

#side {
     width: 140px;
    height: 570px;
    border: 1px solid;
    background-color: grey;
    margin-top: -1px;
}
#option  {
    height: 25px;
    background-color: #dddddd;
    padding-left: 15px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 10px;
}
.opt{
	padding:6px;
}
.opt:hover{
	 background-color: #CEDBEF;
	 cursor:default;
}
.sizeCalTxt{
	position: absolute;
    top: 250px;
    left: 490px;
    color: #0099FF;
    font-size: 14px;
    text-align: left;
}
.bottomDiv {
    position: absolute;
    top: 347px;
}

#panel {
	height: 349px;
    width: 661px;
    position: absolute;
    top: 25px;
    left: 139px;
    border: 1px solid;
}

#view1 {
	height: 25px;
	background-color: #dddddd;
	padding-left: 15px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 10px;
}

#check {
        height: 542px;
    padding-bottom: 5px;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    border: 8px solid #696969;
}
.chkClass{
	top: -2px;
    position: relative;
	font-size: 13px;
}

#blank4 {
    height: 195px;
    width: 660px;
border:1px solid;
background-color:darkgrey;

}
.graphopt{
	 height: 194px;
    width: 659px;
}

/* .graphLine{
	position: absolute;
    top: 462px;
    left: 4px;
    width: 7px;
    height: 127px;
    border: 0px solid;
    background: #bbccdd;
    z-index: 10;
} */
.graphLine{
	background-color:#bbccdd;
	opacity:0.8;
	position:absolute;
}
#graphLine1{
	height: 147px;
    width: 8px;
    top: 29px;
    left: 48px;
}
#graphLine2{
	height: 8px;
    width: 603px;
    left: 48px;
    top: 171px;
} 
#canvasDiv{
      position: absolute;
    top: 25px;
    left: 0;
    padding-left: 2px;
    height: 322px;
    width: 660px;
    z-index: 0;
}
#map{
	background-color: #000;
	position: relative;
	top: 0px;
	left: -2px;
}

.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;
}
/* #main {
height:600px;
width:800px;
font-family:arial;
}

#blank ,#blank1{
height:25px;
width:785px;
background-color:lightgrey;
border:1px solid;
font-weight:bold;
padding-left:15px;
padding-top:5px;
}


#dropdown {
height:30px;
width:785px;
border:1px solid;
background-color:lightgrey;
padding-left:15px;
padding-top:5px;
font-weight:bold;
}
#image {
height:400px;
width:800px;
border:1px solid;
background-color:black;


}
#calc {
height:120px;
width:800px;
text-align:center;
border:1px solid black;
background-color:#5f5e5e;
color:white;
display:inline-block;
}
#option {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   width: 250px;
   height:25px;
   padding-left: 10px;
   margin-left:10px; 
   border:1px solidblack;  
}
input {
font-size:15px;
color:#2a8cda;
background-color:transparent; 
border:transparent;
font-weight:bold;
}
#text1 {
position:absolute;
top:530px;
left:220px;
}
#text2 {
position:absolute;
top:560px;
left:220px;
}
#text3 {
position:absolute;
top:545px;
left:480px;
}

#map{
border:1px solid;
background-color:black;

}








 */