/* © 2015 E-Cset */

body {
  background-color: #FFFFFF;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0px;
  padding: 16px;
  text-align: left;
  font-family: 'Chelsea Market', cursive;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

img {
  border: 0px solid #000000;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #CCDDFF;
  text-shadow: -2px -1px 0px #000000, 1px -2px 0px #000000, 1px 1px 0px #000000, -2px 2px 0px #000000;
}

a:hover {
  text-decoration: none;
  color: #CCDDFF;
  text-shadow: -2px -1px 0px #223399, 1px -2px 0px #223399, 1px 1px 0px #223399, -2px 2px 0px #223399;
}

h1, h2 {
  margin: 0px;
  padding: 0px;
  margin-top: 16px;
}

p {
  margin: 0px;
  padding: 0px;
  margin-top: 16px;
}

input, select {
  border: 2px solid #000000;
  background-color: #FFFFFF;
  width: 160px;
  height: 1em;
  font-family: 'Chelsea Market', cursive;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

select {
  height: 1.4em;
}

input[type="submit"], input[type="button"] {
  width: auto;
  height: 1.5em;
  padding: 2px 8px;
  line-height: 0em;
  border-radius: 8px;
  box-shadow: -2px -2px 1px #BBBBBB inset;
}

input[type="submit"]:active, input[type="button"]:active {
  height: 1.5em;
  border-radius: 8px;
  box-shadow: 2px 2px 1px #BBBBBB inset;
}

table {
  line-height: 1em;
}

iframe {
  border: none;
  overflow: auto;
}

hr {
  border: 2px solid #000000;
}

#container {
  border: 0px solid #000000;
  width: 1000px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  background-color: transparent;
}

#header {
  border: 0px solid #000000;
  width: 1000px;
  height: 280px;
  background-color: transparent;
  background-image: url("../images/e-cset-logo.png");
  background-repeat: no-repeat;
  background-position: center top;
}

#menu {
  background-color: transparent;
  background-image: url("../images/menu.png");
  background-repeat: repeat-x;
  border: 0px solid #000000;
  border-radius: 64px;
  width: 800px;
  height: 64px;
  line-height: 3em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-bottom: 20px;
  text-align: center;
}

#menu a {
  margin: 0px 10px;
}

#content {
  border: 0px solid #000000;
  width: 800px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#footer {
  display: block;
  clear: both;
  margin-top: 32px;
  text-align: center;
}

#login {
  border: 2px solid #000000;
  border-left: 0px solid #000000;
  border-radius: 0px 16px 16px 0px;
  background-color: rgba(255,255,255,0.7);
  height: auto;
  width: auto;
  position: fixed;
  left: -320px;
  top: 64px;
  padding: 16px;
  padding-left: 32px;
  box-shadow: 8px 8px 1px rgba(0,0,0,0.2);
  -webkit-transition: left 0.5s;
  -webkit-transition-timing-function: cubic-bezier(.27,.49,0,1.02);
  -o-transition: left 0.5s;
  -o-transition-timing-function: cubic-bezier(.27,.49,0,1.02);
  -moz-transition: left 0.5s;
  -moz-transition-timing-function: cubic-bezier(.27,.49,0,1.02);
  transition: left 0.5s;
  transition-timing-function: cubic-bezier(.27,.49,0,1.02);
}

#chatcontainer, .chatcontainer  {
  border: 2px dotted #BBBBBB;
  float: left;
  display: inline-block;
  width: 360px;
  height: 418px;
  overflow: none;
  padding: 0px;
  margin: 8px;
  margin-bottom: 32px;
  color: #000000;
  background-color: #FFFFFF;
}

#chatcontainer iframe, .chatcontainer iframe {
  width: 360px;
  height: 418px;
}

.chatcontainer {
  cursor: pointer;
}

#styleeditor {
  border: 2px dashed #BBBBBB;
  float: right;
  display: inline-block;
  width: 392px;
  min-height: 18px;
  height: auto;
  max-height: 418px;
  overflow: auto;
  padding: 0px;
  margin: 8px;
  margin-bottom: 32px;
  font-size: 16px;
  font-family: 'Courier New';
  color: #000000;
  background-color: #FFFFFF;
}

#styleeditor pre {
  margin: 0px;
  padding: 0px;
}

#chatcontainer:hover {
  border: 2px dotted #CFCFCF;
}

#styleeditor:hover {
  border: 2px dashed #CFCFCF;
}

#styleeditor:focus {
  border: 2px dashed #AACCFF;
}

#include-code {
  border: 1px dashed #FF0000;
  width: 400px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
  font-family: "Courier New";
  font-size: 16px;
  padding: 8px;
  background-color: transparent;
}

#include-code:active {
  background-color: #FFDDDD;
}

#pophelp {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#pophelp-outer {
  border: 2px solid #FF9900;
  width: auto;
  height: auto;
  padding: 4px 8px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: block;
  background-color: #FFCC00;
  background: -webkit-linear-gradient(#FFCC00,#FFAA00);
  background: -moz-linear-gradient(#FFCC00,#FFAA00);
  background: -o-linear-gradient(#FFCC00,#FFAA00);
  background: linear-gradient(#FFCC00,#FFAA00);
}

#pophelp-inner {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: block;
  max-width: 420px;
  word-wrap: break-word;
  text-align: center;
}

#pophelp-decor {
  border: 2px solid #FF9900;
  width: 16px;
  height: 16px;
  position: relative;
  left: calc(50% - 8px);
  top: -10px;
  z-index: 1;
  display: block;
  background-color: #FF9900;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.infoh4 {
  text-decoration: underline;
  margin-bottom: 0px;
}

.uparrow {
  float: right;
  color: #666666;
  position: relative;
  right: 0px;
  top: 0px;
  text-shadow: none;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.uparrow:hover {
  right: 2px;
  top: -2px;
  text-shadow: 2px 2px 1px rgba(51,51,51,0.5);
}
