|  | @@ -21,7 +21,7 @@ body.navigation .CodeMirror pre {
 | 
	
		
			
				|  |  |  body[id="helios"] {
 | 
	
		
			
				|  |  |    font-size: 11px;
 | 
	
		
			
				|  |  |    font-family: "Bitstream Vera Sans", "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
 | 
	
		
			
				|  |  | -  background: #eeeeee url(squared_metal.png) repeat;
 | 
	
		
			
				|  |  | +  background: #eee url(squared_metal.png) repeat;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] a {
 | 
	
		
			
				|  |  |    cursor: pointer;
 | 
	
	
		
			
				|  | @@ -547,10 +547,10 @@ body[id="helios"] .tool_container .list-label {
 | 
	
		
			
				|  |  |    border-bottom: 1px solid #999;
 | 
	
		
			
				|  |  |    border-top: 1px solid #eee;
 | 
	
		
			
				|  |  |    background-color: #eee;
 | 
	
		
			
				|  |  | -  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
 | 
	
		
			
				|  |  | -  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
 | 
	
		
			
				|  |  | -  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
 | 
	
		
			
				|  |  | -  background-image: linear-gradient(top, #eeeeee, #dddddd);
 | 
	
		
			
				|  |  | +  background-image: -webkit-linear-gradient(top, #eee, #ddd);
 | 
	
		
			
				|  |  | +  background-image: -moz-linear-gradient(top, #eee, #ddd);
 | 
	
		
			
				|  |  | +  background-image: -o-linear-gradient(top, #eee, #ddd);
 | 
	
		
			
				|  |  | +  background-image: linear-gradient(top, #eee, #ddd);
 | 
	
		
			
				|  |  |    color: #444;
 | 
	
		
			
				|  |  |    font-weight: bold;
 | 
	
		
			
				|  |  |    text-shadow: 0 0 0;
 | 
	
	
		
			
				|  | @@ -656,14 +656,14 @@ body[id="helios"] .pane_actions.form-group .btn.btn-default {
 | 
	
		
			
				|  |  |    text-shadow: #ddd 0px 1px 0px;
 | 
	
		
			
				|  |  |    color: #222;
 | 
	
		
			
				|  |  |    background: #bbb;
 | 
	
		
			
				|  |  | -  background-image: linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
 | 
	
		
			
				|  |  | -  background-image: -webkit-linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
 | 
	
		
			
				|  |  | -  background-image: -moz-linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
 | 
	
		
			
				|  |  | -  background-image: -o-linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
 | 
	
		
			
				|  |  | +  background-image: linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
 | 
	
		
			
				|  |  | +  background-image: -webkit-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
 | 
	
		
			
				|  |  | +  background-image: -moz-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
 | 
	
		
			
				|  |  | +  background-image: -o-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] .tool_container .panes .pane .class_side .nav-pills {
 | 
	
		
			
				|  |  |    font-weight: bold;
 | 
	
		
			
				|  |  | -  background: #ffffdd;
 | 
	
		
			
				|  |  | +  background: #ffd;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] .key_helper {
 | 
	
		
			
				|  |  |    z-index: 2001;
 | 
	
	
		
			
				|  | @@ -677,11 +677,11 @@ body[id="helios"] .key_helper {
 | 
	
		
			
				|  |  |    box-shadow: 0 0 6px #aaa;
 | 
	
		
			
				|  |  |    border: 1px solid #aaa;
 | 
	
		
			
				|  |  |    font-size: 11px;
 | 
	
		
			
				|  |  | -  transition: all .5s;
 | 
	
		
			
				|  |  | -  -webkit-transition: all .5s;
 | 
	
		
			
				|  |  | -  -moz-transition: all .5s;
 | 
	
		
			
				|  |  | -  -o-transition: all .5s;
 | 
	
		
			
				|  |  | -  -ms-transition: all .5s;
 | 
	
		
			
				|  |  | +  transition: all 0.5s;
 | 
	
		
			
				|  |  | +  -webkit-transition: all 0.5s;
 | 
	
		
			
				|  |  | +  -moz-transition: all 0.5s;
 | 
	
		
			
				|  |  | +  -o-transition: all 0.5s;
 | 
	
		
			
				|  |  | +  -ms-transition: all 0.5s;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] .key_helper .command {
 | 
	
		
			
				|  |  |    padding: 0;
 | 
	
	
		
			
				|  | @@ -715,10 +715,10 @@ body[id="helios"] .key_helper .action {
 | 
	
		
			
				|  |  |    font-weight: bold;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] .key_helper .selected {
 | 
	
		
			
				|  |  | -  background-image: linear-gradient(top, #cccccc, #bbbbbb);
 | 
	
		
			
				|  |  | -  background-image: -moz-linear-gradient(top, #cccccc, #bbbbbb);
 | 
	
		
			
				|  |  | -  background-image: -o-linear-gradient(top, #cccccc, #bbbbbb);
 | 
	
		
			
				|  |  | -  background-image: -webkit-linear-gradient(top, #cccccc, #bbbbbb);
 | 
	
		
			
				|  |  | +  background-image: linear-gradient(top, #ccc, #bbb);
 | 
	
		
			
				|  |  | +  background-image: -moz-linear-gradient(top, #ccc, #bbb);
 | 
	
		
			
				|  |  | +  background-image: -o-linear-gradient(top, #ccc, #bbb);
 | 
	
		
			
				|  |  | +  background-image: -webkit-linear-gradient(top, #ccc, #bbb);
 | 
	
		
			
				|  |  |    height: 28px;
 | 
	
		
			
				|  |  |    padding: 0 8px;
 | 
	
		
			
				|  |  |    font-weight: bold;
 | 
	
	
		
			
				|  | @@ -761,11 +761,11 @@ body[id="helios"] .key_helper #cog-helper {
 | 
	
		
			
				|  |  |    right: 2px;
 | 
	
		
			
				|  |  |    z-index: 1000;
 | 
	
		
			
				|  |  |    opacity: 0.6;
 | 
	
		
			
				|  |  | -  transition: all .5s;
 | 
	
		
			
				|  |  | -  -webkit-transition: all .5s;
 | 
	
		
			
				|  |  | -  -moz-transition: all .5s;
 | 
	
		
			
				|  |  | -  -o-transition: all .5s;
 | 
	
		
			
				|  |  | -  -ms-transition: all .5s;
 | 
	
		
			
				|  |  | +  transition: all 0.5s;
 | 
	
		
			
				|  |  | +  -webkit-transition: all 0.5s;
 | 
	
		
			
				|  |  | +  -moz-transition: all 0.5s;
 | 
	
		
			
				|  |  | +  -o-transition: all 0.5s;
 | 
	
		
			
				|  |  | +  -ms-transition: all 0.5s;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] .key_helper #cog-helper:hover {
 | 
	
		
			
				|  |  |    opacity: 1;
 | 
	
	
		
			
				|  | @@ -782,7 +782,7 @@ body[id="helios"] #helper {
 | 
	
		
			
				|  |  |    color: #ddd;
 | 
	
		
			
				|  |  |    font-size: 18px;
 | 
	
		
			
				|  |  |    font-weight: bold;
 | 
	
		
			
				|  |  | -  text-shadow: 0 -1px 0 #111111;
 | 
	
		
			
				|  |  | +  text-shadow: 0 -1px 0 #111;
 | 
	
		
			
				|  |  |    padding: 20px;
 | 
	
		
			
				|  |  |    background: rgba(0, 0, 0, 0.6);
 | 
	
		
			
				|  |  |    border-radius: 40px;
 | 
	
	
		
			
				|  | @@ -830,10 +830,10 @@ body[id="helios"] .dialog {
 | 
	
		
			
				|  |  |    left: 50%;
 | 
	
		
			
				|  |  |    margin-left: -135px;
 | 
	
		
			
				|  |  |    box-shadow: 0 0 6px #333;
 | 
	
		
			
				|  |  | -  transition: top .2s;
 | 
	
		
			
				|  |  | -  -webkit-transition: top .2s;
 | 
	
		
			
				|  |  | -  -moz-transition: top .2s;
 | 
	
		
			
				|  |  | -  -o-transition: top .2s;
 | 
	
		
			
				|  |  | +  transition: top 0.2s;
 | 
	
		
			
				|  |  | +  -webkit-transition: top 0.2s;
 | 
	
		
			
				|  |  | +  -moz-transition: top 0.2s;
 | 
	
		
			
				|  |  | +  -o-transition: top 0.2s;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] .confirmation .head,
 | 
	
		
			
				|  |  |  body[id="helios"] .dialog .head {
 | 
	
	
		
			
				|  | @@ -885,10 +885,10 @@ body[id="helios"] .dialog .progress {
 | 
	
		
			
				|  |  |  body[id="helios"] .confirmation .progress .progress-bar,
 | 
	
		
			
				|  |  |  body[id="helios"] .dialog .progress .progress-bar {
 | 
	
		
			
				|  |  |    background-color: #e9eaf5;
 | 
	
		
			
				|  |  | -  background-image: -webkit-linear-gradient(top, #b1bdd5, #8999b8);
 | 
	
		
			
				|  |  | -  background-image: -moz-linear-gradient(top, #b1bdd5, #8999b8);
 | 
	
		
			
				|  |  | -  background-image: -o-linear-gradient(top, #b1bdd5, #8999b8);
 | 
	
		
			
				|  |  | -  background-image: linear-gradient(top, #b1bdd5, #8999b8);
 | 
	
		
			
				|  |  | +  background-image: -webkit-linear-gradient(top, #B1BDD5, #8999b8);
 | 
	
		
			
				|  |  | +  background-image: -moz-linear-gradient(top, #B1BDD5, #8999b8);
 | 
	
		
			
				|  |  | +  background-image: -o-linear-gradient(top, #B1BDD5, #8999b8);
 | 
	
		
			
				|  |  | +  background-image: linear-gradient(top, #B1BDD5, #8999b8);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] .confirmation span,
 | 
	
		
			
				|  |  |  body[id="helios"] .dialog span {
 | 
	
	
		
			
				|  | @@ -915,11 +915,11 @@ body[id="helios"] .button {
 | 
	
		
			
				|  |  |    text-align: center;
 | 
	
		
			
				|  |  |    margin: 0;
 | 
	
		
			
				|  |  |    margin-left: 10px;
 | 
	
		
			
				|  |  | -  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
 | 
	
		
			
				|  |  | -  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
 | 
	
		
			
				|  |  | -  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
 | 
	
		
			
				|  |  | -  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
 | 
	
		
			
				|  |  | -  background: linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
 | 
	
		
			
				|  |  | +  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #fff;
 | 
	
		
			
				|  |  | +  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #fff;
 | 
	
		
			
				|  |  | +  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #fff;
 | 
	
		
			
				|  |  | +  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #fff;
 | 
	
		
			
				|  |  | +  background: linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #fff;
 | 
	
		
			
				|  |  |    font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] .button.default {
 | 
	
	
		
			
				|  | @@ -1012,7 +1012,7 @@ body[id="helios"] .hl_debugger .head {
 | 
	
		
			
				|  |  |    position: absolute;
 | 
	
		
			
				|  |  |    top: 23px;
 | 
	
		
			
				|  |  |    width: 100%;
 | 
	
		
			
				|  |  | -  background: #0088cc url(debugger.png) 10px center no-repeat;
 | 
	
		
			
				|  |  | +  background: #08c url(debugger.png) 10px center no-repeat;
 | 
	
		
			
				|  |  |    border-bottom: 1px solid white;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  body[id="helios"] .hl_debugger .head h2 {
 |