* {
	margin:0;
	padding:0;
}

body {

	font: .8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

textarea {
    -moz-tab-size : 3;
      -o-tab-size : 3;
         tab-size : 3;
}
#wrapper{
	width:936px;
	margin:10px auto 0;
}


#tabContainer {
	width:936px;
	padding:5px;
  background: #777778;
  background-image: -webkit-linear-gradient(top, #777778, #ebe8eb);
  background-image: -moz-linear-gradient(top, #777778, #ebe8eb);
  background-image: -ms-linear-gradient(top, #777778, #ebe8eb);
  background-image: -o-linear-gradient(top, #777778, #ebe8eb);
  background-image: linear-gradient(to bottom, #777778, #ebe8eb);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
}

#tabs{
	height:30px;
	overflow:hidden;
}

#tabs > ul{
	font: 1em;
	list-style:none;
}

#tabs > ul > li{
	margin:0 2px 0 0;
	padding:7px 10px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #C9C9C9; /* old browsers */
	background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
}

#tabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

#tabs > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

#tabscontent {
	width:610;

	padding:5px 5px 5px 5px;
	margin:0;
	color:#333;
}
#tabpage_1 {
	text-align: left;
	width:600px;
	height: 450px;
}
#tabpage_2 {
	text-align: left;
	width:600px;
	height: 450px;
}

#tabpage_3 {
	text-align: left;
	margin-left: 5px;
}
#main { display: table;}
#row { display: table-row;}
#right-panel, #left-panel { display: table-cell;}

#right-panel {
  vertical-align : top;
  width:305px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
  	border-radius: 2px;
  	font-family: Arial;
  	color: #ffffff;
  	font-size: 15px;
  	padding: 5px 5px 5px 5px;
  	text-decoration: none;
}

#left-panel {
	width:620px;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
  	border-radius: 2px;
	
	padding: 0px 0px 0px 0px;
}
#load {
	width:0px;
	height:0px;
	font-size:1px;
}
#btn1 {
  width:305px;
  text-align:center;
  float:right;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 5px 5px 5px;

  text-decoration: none;
}
#main_title {
  width:400px;
  text-align:center;
  float:left;
  font-family: Arial;
  color: #ffffff;
  font-size: 25px;
  text-shadow: 2px 2px 2px #000000;
  padding: 1px 5px 5px 5px;

  text-decoration: none;
}

#turtleScreen {
	 float:center;
	 width:600px;
	 height: 448px;
	 margin: 0px 5px 5px 5px;
}
#textScreen {
	 float:center;
	 width:588px;
	 height: 437px;
	 margin: 0px 5px 5px 5px;
	 padding: 5px 5px 5px 5px;
	 border: 1px solid #777778;
	 overflow-y:scroll;
}

#editor {
	 padding: 5px 5px 5px 5px;
	 border: 1px solid #777778;
}
#command {
	 padding: 1px 1px 1px 1px;
	 border: 1px solid #777778;
}
button_box {
	margin-top: 5px;
	margin-left: 10px;
	text-align:center;	
}

.btn {
	margin-top: 5px;
	padding: 3px 5px 3px 5px;
	text-align:center;	
}
.dialogBox {
  background: #abd7f5;
  background-image: -webkit-linear-gradient(top, #abd7f5, #103a54);
  background-image: -moz-linear-gradient(top, #abd7f5, #103a54);
  background-image: -ms-linear-gradient(top, #abd7f5, #103a54);
  background-image: -o-linear-gradient(top, #abd7f5, #103a54);
  background-image: linear-gradient(to bottom, #abd7f5, #103a54);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.noticeBox {
border: 1px rgb(89,89,89) solid;
padding: 10px 20px 10px 20px;
background: rgb(255,255,255);

color: rgb(25,25,25);
font-size: 14px;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
text-align: center;

line-height: 1.3em;
text-shadow: 0px 0px 0px rgb(89,89,89);

-moz-box-shadow:  3px 3px 3px 3px rgb(207, 203, 203);
-webkit-box-shadow:  3px 3px 3px 3px rgb(207, 203, 203);
box-shadow:  3px 3px 3px 3px rgb(207, 203, 203);
}
.close_btn {
  -webkit-border-radius: 31;
  -moz-border-radius: 31;
  border-radius: 31px;
  text-shadow: 1px 1px 2px #666666;
  -webkit-box-shadow: 2px 2px 1px #666666;
  -moz-box-shadow: 2px 2px 1px #666666;
  box-shadow: 2px 2px 1px #666666;
  font-family: Arial;
  color: #080008;
  font-size: 15px;
  background: #f0ece8;
  padding: 5px 10px 5px 10px;
  border: solid #03070a 0px;
  text-decoration: none;
}
#alertBox{
    position:absolute;
    top:100px;
    left:100px;
    border:solid 1px black;
    background-color: #528CE0;
    padding: 50px;
    visibility: hidden;
}
#alertClose{
    position: absolute;
    right:0;
    top: 0;
    background-color: black;
    border: solid 1px white;
    color: white;
    width: 1em;
    text-align: center; 
    cursor: pointer;
}
