body {
  background: #424e61 url(images/background.png) repeat-x 0px 0px;
  color: #424e61;
  font-family: "Trebuchet MS", Helvetica, Arial, sans;
  font-size: 14px;
  text-align: center;
  margin: 0px;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 762px;
  min-height: 267px;
  padding: 13px 18px 20px 20px;
  background: #d6e2f1 url(images/body-background.png) repeat-x 0px 0px;
}

#tabs {
  float: right;
  width: 241px;
  height: 34px;
  background: url(images/tabs-background.png) no-repeat 0px 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#tabs li {
  padding: 6px 10px 0px 10px;
  font-size: 18px;
  color: #fff;
  float: left;
}
#tabs li.label {
  padding: 9px 8px 0px 10px;
  font-size: 14px;
}
#tabs li a {
  color: #fff;
  text-decoration: none;
}
#tabs li a:hover {
  color: #d6e2f1;
}

#logo {
  padding: 7px 0px 0px 0px;
}

.bubble {
  width: 568px;
  margin: 45px 0px 75px 97px;
}
.bubble .top {
  height: 8px;
  background: url(images/bubble-top.png) no-repeat 0px 0px;
  _background-image: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble-top.png', sizingMethod='scale');
  _font-size: 2px;
}
.bubble .content {
  line-height: 125%;
  padding: 16px 24px 14px 24px;
  background: url(images/bubble-back.png) repeat-y 0px 0px;
  _background-image: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble-back.png', sizingMethod='scale');
  _zoom: 1;
}
.bubble .bottom {
  height: 10px;
  background: url(images/bubble-bottom.png) no-repeat 0px 0px;
  _background-image: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble-bottom.png', sizingMethod='scale');
  _font-size: 2px;
}
.bubble strong {
  font-size: 16px;
  font-weight: bold;
  color: #2464b3;
}

#content {
  padding: 0px 99px 60px 97px;
}

h1 {
  color: #2464b3;
  font-size: 24px;
  font-weight: bold;
  margin-top: 36px;
  padding: 0px 24px 10px 24px;
  border-bottom: 3px solid #2464b3;
}

a {
  color: #2464b3;
}

.docs {
  padding: 0px 24px;
  margin: 0px;
  line-height: 150%;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  color: #424e61;
}
.docs li {
  padding: 0px;
  margin: 0px;
}
.docs li a {
  color: #424e61;
  text-decoration: none;
}
.docs li a:hover {
  color: #ffda45;
  text-decoration: underline;
}

#content p {
  padding: 0px 24px;
}

pre {
  margin-left: 24px;
  margin-right: 24px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #424e61;
}

#footer {
  color: #fff;
  width: 732px;
  margin: 0px auto;
  padding: 20px 0px;
  text-align: right;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
