body {
  background-color: #000000;
  margin: 0;
  color: #ffffff;
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: left;
  padding: 10px;
  /*background: url('imgs/bg.gif') repeat;*/
}

a {
  color: #1c6ea8;
}

a:hover {
  color: #2699eb;
}

h1 {
  font:30px Trebuchet MS;
  color: #1c6ea8;
  margin: 15px 0 15px 0;
  padding-left: 15px; 
}

h2 {
  font:22px Trebuchet MS;
  color: #1c6ea8;
  margin: 15px;
}

h3 {
  font:20px Trebuchet MS;
  color: #1c6ea8;
  margin: 15px;
}

p {
  margin: 5px 15px 5px 15px;
}

blockquote p {
  font:160% Georgia;
  color:#858585;
  padding:5px;
  line-height:25px;
}

#container {
  width: 100%;text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}

#content {
  float: left;
  width: 100%;
  right: 20px;
  left: 0px;
  margin: 0;
  background:#282828;
  padding: 0;
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  border:1px solid #646b75;
  margin-bottom: 10px;
  padding-bottom: 10px;
  top: 100px;
}

#footer-contents {
  clear: both;
  text-align: right;
  background:inherit;
  margin: 0;
  padding: 2px 0 2px 0;
  border-top:1px dotted #aaa;
}

#footer-copy {
  padding: 5px;
  background:inherit;
  margin: 4px 16px 4px 10px!important;
  color: #FFFFFF;
}

#footer-copy a,#footer-copy a:visited {
  color: #1c6ea8;
}

#footer-copy a:hover,#footer-copy a:visited:hover {
  color: #aaa;
}

.form {
  margin: 0;
}

.abs-right {
  position: absolute;
  margin: 0 auto;
  width: 778px;
  text-align: right;
}

.right-insert {
  margin-right: 10px;
}

table {
 margin: 0;
 padding: 0;
}

#code-div {
  margin: 10px;
  padding: 10px;
  /*overflow: auto;*/
  border:1px solid #888;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 15px;
}

.no-right {
  margin-right: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

form {
  margin-left: 10px;
  margin-bottom: 10px;
}

div.data {
  display: none;
}

#graph {
  width: 800px;
  margin: 25px auto 0;
}

#gads {
  position: absolute;
  left: auto;
  right: 160px;
  margin-top: 0;
  padding: 0;
  top: 9px;
}

.item {
  width: 80px;
}

#tabsH {
  font-size: 93%;
  line-height:normal;
  position: absolute;
  left: auto;
  right: 12px;
  top: 45px;
  margin-top: 0px;
}

#tabsH ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
}

#tabsH li {
  display:inline;
  margin:0;
  padding:0;
}

#tabsH a {
  float:left;
  background:url("tableftH.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#tabsH a span {
  float:left;
  display:block;
  background:url("tabrightH.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
}

#tabsH a:hover span {
  color:#FFF;
}

#tabsH a:hover {
  background-position:0% -42px;
}

#tabsH a:hover span {
  background-position:100% -42px;
}

.right-insert {
  float: right;
}

textarea {
  margin-bottom: 0px;
}

.ui-corner-all {
    border-radius: 4px 4px 4px 4px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #FCF8C9, #F9F299) repeat scroll 0 0 transparent;
    border-color: #FBF5B1 #DFD780 #DFD780 #FBF5B1;
    border-right: 1px solid #DFD780;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #6D7829;
    text-shadow: 0 1px 0 #FFFFFF;
    margin: 15px;
    max-width: 842px;
}
.message > div {
    margin-bottom: 10px;
    padding: 0 10px;
}

.ui-state-highlight p {
	margin-left: 37px;
}

.ui-icon {
    background-image: url("imgs/ui-icons_222222_256x240.png");
    height: 16px;
    width: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    float: left;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-state-highlight .ui-icon {
    background-image: url("imgs/ui-icons_888888_256x240.png");
}
.message > div .ui-icon {
    float: left;
    margin-right: 0.7em;
}
