
#body-tag {
  margin: 0 0 0 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Arial", "Verdanda",  sans-serif;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  display: inline;
  margin: 0 0 .5em 0;
  text-align: left;
}

h2 {
  border-bottom: 1px dotted #333;
  text-align: left;
}

#logo {
  color:#F93;
  display: inline;
}
.top {
  background: #333333;
  color: #ffffff;
}

.top a {
  color: #bbb;
  text-decoration: none;
}

.top a:hover {
  color: #fff;
}

.top a:active {
  color: #fff;
}

.top a:visited {
  color: #aaa;
}

.nc-next a {
    color: #555;
}
.nc-next a:hover {
    color: #000;
}
.nc-next a:active {
  color: #000;
}

.nc-next a:visited {
    color: #555;
}

.top ul {
  display: inline;
}
.top ul li {
  display: inline;
}

.content {
  width: 720;
  text-align: left;
}

#footer {
  margin: 1em .5em .5em .5em;
  color: #999999;
}

.nc-shareNotification {
  border: 1px solid #000;
  background: #ddd;
  padding: 2px;
}

.nc-shareContent {
  width: 580px;
}

.nc-toolBox {
  border: 1px solid #888;
  background: #bbb;
  width: 100%;
}

table tr {
  padding: 0;
  margin: 0 0 0 0;
}

table tr td {
  padding: 0;
  margin: 0 0 0 0;
}

.nc-asciibox {
  border: 1px solid #888;
  cursor: crosshair;
  padding: 0px;
  text-align: center;
}

.nc-asciiRow {
  padding:0;
  margin: 0 0 0 0;
}

.nc-asciiStatBox {
  font-family:"Lucidia Console","Courier New",Monospace;
  font-size: 30px;
  border: 0;
  width: 30px;
  height: 40px;
}

.nc-asciipiece {
  margin: 0 0 0 0;
  padding: 0;
  font-family:"Lucidia Console","Courier New",Monospace;
  font-size: 12px;
  width: 8px;
  height: 12px;
}

#closeButton {
  margin: 15px 6px 6px;
}

.nc-dialog {
  border: 1px solid #000;
  background: #999;
}
.nc-dialog .dialogContent {
  border: 1px solid #888;
  font-family:"Lucidia Console","Courier New",Monospace;
  font-size: 10px;
  background: #fff;
  color: #000;
}

.nc-asciishowcase { 
    margin: 0.5em 0.5em 0.5em 0.5em;
    font-size: 10px;
    text-align: center;
}
.nc-showcaseImg {
    border: 1px solid #555;
}

.nc-codeOutput { 
  width: 600px;
  height: 410px;
  font-family:"Lucidia Console","Courier New",Monospace;
  font-size: 10px;
}
.nc-success {
  border: 3px solid #333;
  background: #afa;
  color: #000;
  font-size: 20px;
  width: 580px;
  cursor:pointer;
}
.nc-alert {
  border: 3px solid #333;
  background: #faa;
  color: #000;
  font-size: 20px;
  max-width: 580px;
  cursor:pointer;
}
