*{
	padding:0px;
	margin:0px;
    font-family: 'Arial';
}

#main_container{
	width:800px;
	height:600px;
	/* border:1px solid red;*/
	background-color:#000;
	position: relative;
}
#galaxyJupiter{
	width:40px;
	height:40px;
	/* border:1px solid red; */
	background-image:url(../images/jupiter.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 100% 100%;
	position:absolute;
	top:150px;
	left:380px;
	z-index: 1;
}
#galaxyIo{
	width:10px;
	height:10px;
	/* border:1px solid red; */
	background-image:url(../images/lo.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 100% 100%;
	position:absolute;
	top:150px;
	left:422px;
	
}
#galaxyEuropa{
	width:10px;
	height:10px;
	/* border:1px solid red; */
	background-image:url(../images/euro.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 100% 100%;
	position:absolute;
	top:150px;
	left:506px;
	cursor: pointer;
}
#galaxyGanymede{
	width:10px;
	height:10px;
	/* border:1px solid red; */
	background-image:url(../images/gan.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 100% 100%;
	position:absolute;
	top:136px;
	left:268px;
    cursor: pointer;	
}
#galaxyCallisto{
	width:10px;
	height:10px;
	/* border:1px solid red; */
	background-image:url(../images/callis.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 100% 100%;
	position:absolute;
	top:136px;
	left:478px;
    cursor: pointer;	
}
#bottom_container{
	width:700px;
	height:200px;
	border:0px solid red;
	margin:0px auto;
	position:absolute;	
	bottom:0px;
	left:50px;
	background-color:#222222;
}
#bottomTitle{
	width: 690px;
    height: 30px;
    position: absolute;
    /* background-color: rgb(198, 197, 197); */
    line-height: 30px;
    padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}
#previousbtn{
	width: 80px;
	position:absolute;
	bottom:10px;
	left:60px;
	cursor: pointer;	
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	border:1px solid #d7dada;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 3px 3px 3px; 
	text-decoration:none; 
	display:inline-block;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
    visibility: hidden;
}
#nextbtn{
	width: 80px;
	position:absolute;
	bottom:10px;
	right:60px;
	cursor: pointer;
	border:1px solid #d7dada;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	padding: 3px 3px 3px 3px; 
	text-decoration:none; 
	display:inline-block;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
#previousbtn:hover{
	border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#nextbtn:hover{
	border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#dataAnalysis{
	width: 100px;
	position:absolute;
	top:3px;
	right:80px;
	cursor: pointer;
	border:0.5px solid #101010;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	padding: 3px 3px 3px 3px; 
	text-decoration:none; 
	display:inline-block;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
#results{
	width: 60px;
	position:absolute;
	top:3px;
	right:10px;
	cursor: pointer;
	border:0.5px solid #101010;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	padding: 3px 3px 3px 3px; 
	text-decoration:none; 
	display:inline-block;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
#dataAnalysis:hover{
	border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#results:hover{
	border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#ioName{
	color: #ED4735;
	font-weight: bold;
	margin-bottom:10px;
}
#europaName{
	color: #045eda;
	font-weight: bold;
	margin-bottom:10px;
}
#ganymedeName{
	color: #8Db455;
	font-weight: bold;
	margin-bottom:10px;
}
#callistoName{
	color: #b216a9;
	font-weight: bold;
	margin-bottom:10px;
}
#io{
	width:80px;
	height:80px;
	position:absolute;
	top:50px;
	left:170px;
	text-align:center;
	/* border:1px solid green; */
}
#europa{
	width:80px;
	height:80px;
	position:absolute;
	top:50px;
	left:270px;
	text-align:center;
	/* border:1px solid yellow; */
}
#ganymede{
	width:80px;
	height:80px;
	position:absolute;
	top:50px;
	left:370px;
	text-align:center;
	/* border:1px solid white; */
}
#callisto{
	width:80px;
	height:80px;
	position:absolute;
	top:50px;
	left:470px;
	text-align:center;
	/* border:1px solid blue; */
}
#ioImg{
	width:29px;
	height:29px;
	/* border:1px solid red; */
	background-image:url(../images/lo.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 100% 100%;
	margin:0px auto;
}
#europaImg{
	width:29px;
	height:29px;
	/* border:1px solid red; */
	background-image:url(../images/euro.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 100% 100%;
	margin:0px auto;
}
#ganymedeImg{
	width:29px;
	height:29px;
	/* border:1px solid red; */
	background-image:url(../images/gan.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 100% 100%;
	margin:0px auto;
}
#callistoImg{
	width:29px;
	height:29px;
	/* border:1px solid red; */
	background-image:url(../images/callis.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 100% 100%;
	margin:0px auto;
}
#ioNo, #europaNo, #ganymedeNo, #callistoNo  {
	width:80px;
	height:20px;
	margin-top:10px;
}
#currentDay{
	width:250px;
	height:20px;
	position:absolute;
	top:170px;
	left:270px;
	text-align:center;
}
.result {
    position: absolute;
    border: 1px solid;
    width: 350px;
    height: 370px;
    bottom: 85px;
	right: 380px;
	z-index:2;
}
#r1 {
    position: relative;
    width: 350px;
    height: 30px;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}

#r2 {
    position: relative;
    background-color: #FFFFFF;
    width: 350px;
    height: 360px;
    top: 0px;
    font-size: 13px;
    font-family: sans-serif;
}
.txtBox{
	width:40px;
	border:1px solid #000;
	padding:2px;
}

#equal1 {
     position: relative;
    font-family: sans-serif;
    font-size: 12px;
    height: 14px;
    display: inline-block;
    padding: 2px 6px;
    width: 25px;
    text-align: center;
    margin-left: 190px;
    border: 1px solid #6d7373;
    border-radius: 3px;
    cursor: default;
    top: 8px;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

#equal2 {
     position: relative;
    font-family: sans-serif;
    font-size: 12px;
    height: 14px;
    display: inline-block;
    padding: 2px 6px;
    width: 25px;
    text-align: center;
    margin-left: 190px;
    border: 1px solid #6d7373;
    border-radius: 3px;
    cursor: default;
    top: 8px;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
#equal3 {
     position: relative;
    font-family: sans-serif;
    font-size: 12px;
    height: 14px;
    display: inline-block;
    padding: 2px 6px;
    width: 25px;
    text-align: center;
	margin-left: 190px;
    border: 1px solid #6d7373;
    border-radius: 3px;
    cursor: default;
    top: 8px;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
#equal4 {
     position: relative;
    font-family: sans-serif;
    font-size: 12px;
    height: 14px;
    display: inline-block;
    padding: 2px 6px;
    width: 25px;
    text-align: center;
    margin-left: 190px;
    border: 1px solid #6d7373;
    border-radius: 3px;
    cursor: default;
    top: 8px;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
#equal5 {
     position: relative;
    font-family: sans-serif;
    font-size: 12px;
    height: 14px;
    display: inline-block;
    padding: 2px 6px;
    width: 25px;
    text-align: center;
    margin-left: 16px;
    border: 1px solid #6d7373;
    border-radius: 3px;
    cursor: default;
    top: 8px;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

#equal1:hover { 
    border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#equal2:hover { 
    border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#equal3:hover { 
    border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#equal4:hover { 
    border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#equal5:hover { 
    border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#ans1 {
    position: relative;
    top: 8px;
    left: 10px;
    font-weight: bold;
}
#ans2 {
       position: absolute;
    top: 115px;
    left: 240px;
    font-weight: bold;
}
#ans3 {
    position: absolute;
    top: 186px;
    left: 240px;
    font-weight: bold;
}
#ans4 {
    position: absolute;
    top: 257px;
    left: 240px;
    font-weight: bold;
}
#ans5 {
    position: absolute;
    top: 257px;
    left: 10px;
    /*font-weight: bold;*/
}
#resultClose{
	width: 15px;
    height: 15px;
    position: relative;
    top: -23px;
    left: 325px;
    line-height: 17px;
    text-align: center;
	border:1px solid rgba(226,226,226,1);
	font-size: 18px;
	cursor: pointer;
}
#resultClose:hover{
	border:1px solid #000;
}



.data {
  position: absolute;
    border: 1px solid;
    width: 550px;
    height: 455px;
    right: 180px;
	z-index:2;
}

#data1 {
	position: relative;
    width: 550px;
    height: 30px;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}

#data3 {
   position: relative;
    background-color: #FFFFFF;
    width: 550px;
    height: 401px;
    top: -18px;
    font-size: 13px;
    font-family: sans-serif;
}

#data2 {
    position: relative;
    width: 550px;
    height: 25px;
    top:-17px;
    background-color: white;
}

#lodata {
        position: absolute;
    border: 1px solid;
    width: 30px;
    height: 21px;
    top: 2px;
    font-family: sans-serif;
    font-size: 12px;
}

#europadata {
    position: absolute;
    border: 1px solid;
    width: 60px;
    height: 21px;
    top: 2px;
    left: 31px;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #C4C4C4;
}

#ganymededata {
   position: absolute;
    border: 1px solid;
    width: 73px;
    height: 21px;
    top: 2px;
    left: 92px;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #C4C4C4;
}

/*#callisto {
    position: absolute;
    border: 1px solid;
    width: 60px;
    height: 21px;
    top: 2px;
    left: 166px;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #C4C4C4;
}*/
#lodata:hover{
    background-color: #969696;
}
#europadata:hover{
    background-color: #969696;
}
#ganymededata:hover{
    background-color: #969696;
}
/*#callisto:hover{
    background-color: #969696;
}*/

.dataBtn{
	position: relative;
	display: inline-block;
	border: 1px solid #6d7373;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #d9dddd, #dfdddd);
	background-image: -moz-linear-gradient(top, #d9dddd, #dfdddd);
	background-image: -ms-linear-gradient(top, #d9dddd, #dfdddd);
	background-image: -o-linear-gradient(top, #d9dddd, #dfdddd);
	background-image: linear-gradient(to bottom, #d9dddd, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#dfdddd);
}
.dataBtn:hover{ 
    border:1px solid #bfc4c4;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #c6c3c3);
	background-image: -moz-linear-gradient(top, #f4f5f5, #c6c3c3);
	background-image: -ms-linear-gradient(top, #f4f5f5, #c6c3c3);
	background-image: -o-linear-gradient(top, #f4f5f5, #c6c3c3);
	background-image: linear-gradient(to bottom, #f4f5f5, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#c6c3c3);
}
.dataBtnActive{ 
    border:1px solid #f4f5f5;
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#f4f5f5));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #f4f5f5);
	background-image: -moz-linear-gradient(top, #f4f5f5, #f4f5f5);
	background-image: -ms-linear-gradient(top, #f4f5f5, #f4f5f5);
	background-image: -o-linear-gradient(top, #f4f5f5, #f4f5f5);
	background-image: linear-gradient(to bottom, #f4f5f5, #f4f5f5);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#f4f5f5);
}
.dataBtnActive:hover{
	border:1px solid #f4f5f5;
	background:none;
}

#button1 {
	width: 28px;
    height: 22px;
}

#button2 {
	width: 58px;
    height: 22px;
	left:-4px;
}

#button3 {
	width: 78px;
    height: 22px;
	left:-10px;
}

#button4 {
	width: 68px;
    height: 22px;
	left:-14px;
}


.slider_cont1 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
    opacity: 0.5;
}

#slider_cir1{
	    width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont2 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
    opacity: 0.5;
}

#slider_cir2{
	width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 5px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont3 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
    opacity: 0.5;
}

#slider_cir3{
	width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}

.slider_cont4 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
}

#slider_cir4{
	    width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont5 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
}

#slider_cir5{
	width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 5px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont6 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
}

#slider_cir6{
	width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont7 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
}

#slider_cir7{
	    width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont8 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
}

#slider_cir8{
	width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 5px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont9 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
}

#slider_cir9{
	width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont10 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
}

#slider_cir10{
	    width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont11 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
}

#slider_cir11{
	width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 5px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
.slider_cont12 {
  margin-left: 217px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 260px;
    z-index: 2;
    top: -25px;
}

#slider_cir12{
	width: 8px;
    height: 8px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 14px;
    top: -3px;
    left: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
}
#reference_graph {
    width: 540px;
    height: 270px;
    position: relative;
    top: 5px;
    left: 2px;
}



#text1 {
        width: 100px;
    position: relative;
    left: 145px;
    top: -9px;
}



#text2 {
        width: 100px;
    position: relative;
    left: 163px;
    top: -9px;
}

#text3 {
  width: 100px;
    position: relative;
    left: 163px;
    top: -9px;
}




#reference_graph1 {
    width: 540px;
    height: 270px;
    position: relative;
    top: 5px;
    left: 2px;
}
.slide_txt1 {
   display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}
.slide_txt2 {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}

.slide_txt3 {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}

.slide_txt4 {
   display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}
.slide_txt5 {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}

.slide_txt6 {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}


.slide_txt7 {
   display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}
.slide_txt8 {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}

.slide_txt9 {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}


.slide_txt10 {
   display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}
.slide_txt11 {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}

.slide_txt12 {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 470px;
}
#text1 {
	width: 100px;
    position: relative;
    left: 145px;
    top: -9px;
}


#text2 {
        width: 100px;
    position: relative;
    left: 163px;
    top: -9px;
}

#text3 {
  width: 100px;
    position: relative;
    left: 163px;
    top: -9px;
}


#reference_graph2 {
    width: 540px;
    height: 270px;
    position: relative;
    top: 5px;
    left: 2px;
}



#text1 {
        width: 100px;
    position: relative;
    left: 145px;
    top: -9px;
}


#text2 {
        width: 100px;
    position: relative;
    left: 163px;
    top: -9px;
}

#text3 {
  width: 100px;
    position: relative;
    left: 163px;
    top: -9px;
}



#reference_graph3 {
    width: 540px;
    height: 270px;
    position: relative;
    top: 5px;
    left: 2px;
}



#text1 {
	width: 100px;
    position: relative;
    left: 145px;
    top: -9px;
}

.slidetext {
    display: inline-block;
    
}

#text2 {
        width: 100px;
    position: relative;
    left: 163px;
    top: -9px;
}

#text3 {
  width: 100px;
    position: relative;
    left: 163px;
    top: -9px;
}

#overlay {
    width: 120px;
    height: 20px;
    position: relative;
    top: 48px;
    left: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: sans-serif; 
}
#overlay1 {
    width: 120px;
    height: 20px;
    position: relative;
    top: 48px;
    left: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: sans-serif;
}

#overlay2 {
    width: 120px;
    height: 20px;
    position: relative;
    top: 48px;
    left: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
     background-color: #c8c8c8;
    font-family: sans-serif;
}
#overlay3 {
    width: 120px;
    height: 20px;
    position: relative;
    top: 48px;
    left: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: sans-serif;
}
.waveBtn{ 
   -webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #6d7373;
	background-color: #f4f5f5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

.waveBtn:hover { 
    border:1px solid #bfc4c4;
	background-color: #d9dddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

#dataAnalysisClose{
	width: 15px;
    height: 15px;
    position: relative;
    top: -23px;
    left: 525px;
    line-height: 17px;
    text-align: center;
	border:1px solid rgba(226,226,226,1);
	font-size: 18px;
	cursor: pointer;
}
#dataAnalysisClose:hover{
	border:1px solid #000;
}
.menuBtn{
	display:none;
}
.waveBtn{
	cursor:pointer;
}

.slide{
	height: 4px;
    position: absolute;
	border-radius: 10px;
    background-color: #888585;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.8) inset; */
    width: 250px;
}
.slider1{
    left: 210px;
    top: 289px;
}
.slider2{
    left: 210px;
    top: 319px;
}
.slider3{
	left: 210px;
    top: 349px;
}
.rotationXaxis {
    position: absolute;
    width: 456px;
    height: 8px;
    background-color: #c9e4ff;
    top: 284px;
    opacity: 0.7;
    left: 51px;
}
.rotationYaxis {
    position: absolute;
    height: 216px;
    width: 8px;
    top: 69px;
    background-color: #c9e4ff;
    opacity: 0.7;
    left: 51px;
}

.ruler {
    position: absolute;
    width: 216px;
    height: 8px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 173px;
    left: -54px;
    /* border: 1px solid red; */
}
.ruler .cm:nth-of-type(1) {
    left: 23px;
}
.ruler .mm {
    height: 5px;
	left: -6px;
}
.ruler .cm {
    position: absolute;
    height: 14px;
    width: 20%;
}
.ruler .mm {
   position: absolute;
    border-left: 1px solid #fff;
    height: 8px;
}
.ruler .mm:nth-of-type(1) {
    left: 30px;
}
.ruler .mm:nth-of-type(2) {
    left: 66px;
}
.ruler .mm:nth-of-type(3) {
    left: 102px;
}
.ruler .mm:nth-of-type(4) {
    left: 138px;
}
.ruler .mm:nth-of-type(5) {
    left: 173px;
}

.ruler1 {
    position: absolute;
    width: 449px;
    height: 8px;
    top: 284px;
    left: 58px;
	/* border: 1px solid red; */
}
.ruler1 .cm:nth-of-type(1) {
    left: -23px;
}

.ruler1 .mm:nth-of-type(1) {
    left: 35px;
}
.ruler1 .mm {
    height: 5px;
}

.ruler1 .cm {
    position: absolute;
    height: 14px;
    width: 37%;
    top: 0px;
}
 .ruler1 .mm {
   position: absolute;
    border-left: 1px solid #fff;
    height: 8px;
}
.ruler1 .mm:nth-of-type(2) {
    left: 65px;
}
.ruler1 .mm:nth-of-type(3) {
    left: 93px;
}
.ruler1 .mm:nth-of-type(4) {
    left: 120px;
}
.ruler1 .mm:nth-of-type(5) {
    left: 149px;
}
.ruler1 .mm:nth-of-type(6) {
    left: 176px;
}
.ruler1 .mm:nth-of-type(7) {
    left: 205px;
}
.ruler1 .mm:nth-of-type(8) {
    left: 233px;
}
.ruler1 .mm:nth-of-type(9) {
    left: 260px;
}.ruler1 .mm:nth-of-type(10) {
    left: 288px;
}
.ruler1 .mm:nth-of-type(11) {
    left: 316px;
}
.ruler1 .mm:nth-of-type(12) {
    left: 344px;
}.ruler1 .mm:nth-of-type(13) {
    left: 372px;
}
.ruler1 .mm:nth-of-type(14) {
    left: 400px;
}
.ruler1 .mm:nth-of-type(15) {
    left: 428px;
}
.ruler1 .mm:nth-of-type(16) {
    left: 456px;
}


#ioNo,#europaNo,#ganymedeNo,#callistoNo,
#currentDay{
    color:#bdbdbd;
}