html {
  background-color: #eee;
  background-image: url(../images/gradient-bg);
  background-repeat: repeat-x;
  color: #000;
  padding: 0 .5em;
}
body {
  margin: 0 auto;
  max-width: 58em;
  font: 84%/150% "DejaVu Sans", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
}
.statusbody {
  margin: 0 auto;
  max-width: 90%;
  font: 84%/150% "DejaVu Sans", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
}
:target {
  background-color: #ffa;
}
pre, code, samp, kbd, tt {
  font-family: "Liberation Sans Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Luxi Mono", Consolas, "Andale Mono", Monaco, "Courier New", monospace;
  font-size: 100%;
}
pre {
  line-height: normal;
}
kbd {
  font-weight: bold;
}
ins {
  text-decoration: none;
  color: #0b0;
}
del {
  text-decoration: none;
  color: #b00;
}
:link {
  color: #06d;
}
:visited {
  color: #049;
}
:link img, :visited img {
  border: none;
}
:link, :visited {
  text-decoration: none;
}
:link:hover, :visited:hover {
  text-decoration: underline;
}
.logo {
  font-size: 100%;
  margin: 0;
  padding: 1em .3em .5em;
}
h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  color: #752;
  letter-spacing: -.04em;
}
.subheading {
  font-weight: normal;
  font-size: 93%;
  margin-top: .25em;
  font-style: italic;
  letter-spacing: normal;
}
.main {
  border-radius: .35em;
  -webkit-border-radius: .35em;
  -moz-border-radius: .35em;
  box-shadow: 0 .15em .6em rgba(0,0,0,.4);
  -moz-box-shadow: 0 .15em .6em rgba(0,0,0,.4);
  -webkit-box-shadow: 0 .15em .6em rgba(0,0,0,.4);
  background-color: #fff;
}
.nav {
  color: #fff;
  margin: 0;
  padding: 0.272em 0;
  line-height: normal;
  font-size: 92%;
}
.nav li {
  padding: 0.25em 0.6em;
  list-style: none;
  margin: 0;
  display: inline;
  white-space: nowrap;
}
.nav li :link, .nav li :visited {
  color: #fff;
}
.nav li.selected {
  font-weight: bold;
}
.topnav {
  background-color: #369;
  border: 1px solid #369;
  border-bottom-color: #8ae;
  border-top-left-radius: .380em;
  border-top-right-radius: .380em;
  -webkit-border-top-left-radius: .380em;
  -webkit-border-top-right-radius: .380em;
  -moz-border-radius-topleft: .380em;
  -moz-border-radius-topright: .380em;
}
.topnav li.selected {
  margin: -1px;
  background-color: #68c;
  border-width: 1px;
  border-style: solid;
  border-color: #8ae #57b #68c #8ae;
  border-top-left-radius: .380em;
  border-top-right-radius: .380em;
  -webkit-border-top-left-radius: .380em;
  -webkit-border-top-right-radius: .380em;
  -moz-border-radius-topleft: .380em;
  -moz-border-radius-topright: .380em;
}
.subnav {
  background-color: #68c;
}
.content {
  padding: 1em;
  border: 1px solid #68c;
  border-bottom-left-radius: .35em;
  border-bottom-right-radius: .35em;
  -webkit-border-bottom-left-radius: .35em;
  -webkit-border-bottom-right-radius: .35em;
  -moz-border-radius-bottomleft: .35em;
  -moz-border-radius-bottomright: .35em;
}
.content>:first-child, .leftcol>:first-child, .rightcol>:first-child {
  margin-top: 0;
}
.content>:last-child, .leftcol>:last-child, .rightcol>:last-child {
  margin-bottom: 0;
}
.footer-notice {
  font-size: 80%;
  color: #666;
  margin: 0.5em 0;
}
.vulns {
  border-collapse: collapse;
}
.vulns td, .vulns th {
  padding: 0 .5em;
  text-align: left;
}
.vulns .ok {
  color: #0b0;
}
.vulns .nok {
  color: #666;
  font-style: italic;
}
.vulns .withcode {
  color: #0b0;
}

.status {
  border-collapse: collapse;
}
.status td, .status th {
  padding: 0 .5em;
  text-align: left;
}
.status .ok {
  color: #6b6;
}
.status .offline {
  color: #aaa;
}
.status .error {
  color: #f00;
}
.status .warning {
  color: #f80;
}
.linkicon {
  vertical-align: middle;
  margin-right: .25em;
}
dl.short dt {
  clear: both;
  float: left;
  min-width: 6em;
}
dl.short dd {
  margin-left: 6em;
  margin-bottom: .5em;
}
dl.longer dt {
  clear: both;
  float: left;
  min-width: 10em;
}
dl.longer dd {
  margin-left: 10em;
  margin-bottom: .5em;
}
.index table {
  border-collapse: collapse;
}
.index table th, .index table td {
  padding: 0 .5em;
  border: none;
  margin: 0;
}
.index table th {
  border-bottom: 1px solid #68c;
}
.index table.parent {
  border: none;
  padding: 0;
  background: none;
}
.note {
  background-color: #ffd;
  border: 1px solid #eea;
  padding: .25em;
  border-radius: .35em;
  -webkit-border-radius: .35em;
  -moz-border-radius: .35em;
}

.lifecycle {
  width: 40em;
  padding: .5em;
  background-repeat: repeat-x;
  border: 1px solid #aaa;
  border-radius: .5em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  margin: 1em auto;
}
.lifecycle td {
  padding: .5em 1em;
}
.lifecycle .lifecycletitle {
  text-align: center;
}
.lifecycle .lifecycleicon {
  text-align: center;
}
.lifecycle .lifecycletext {
}

.milestone {
  margin: .5em 1em;
  border: 1px solid black;
  border-radius: .5em;
  padding: 0 .5em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
}

.milestone.completed {
  border-color: #494;
  background-color: #8e8;
}

.milestone.incomplete {
  border-color: #888;
  background-color: #ddd;
}

.content .home_banner {
  position: relative;
  height: 16em;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  background-image: url(../images/banner-bg);
  background-repeat: repeat-y;
  margin: -1em -1em 1em;
}
.home_banner .buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.home_banner .buttons a {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  margin: .25em;
  padding: 0;
  background-color: #fff;
}
.home_banner h2 {
  color: #fff;
}
.home_banner .restart_popups {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -207px;
  margin-right: 0px;
}
.home_banner .restart_caption {
  position: absolute;
  left: 1em;
  top: 3.5em;
  width: 50%;
}
.home_banner .security_shield {
  display: none;
  position: absolute;
  top: 75%;
  left: 1em;
  margin-top: -153px;
  margin-left: 0px;
}
.home_banner .security_caption {
  display: none;
  position: absolute;
  right: 1em;
  top: 2.5em;
  width: 50%;
}
.home_banner .maintenance_servers {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -129px;
  margin-right: 0px;
}
.home_banner .maintenance_caption {
  display: none;
  position: absolute;
  left: 2em;
  bottom: 2em;
  width: 50%;
}
.home_banner :link, .home_banner :visited {
  color: #bdf;
}
.home_content ul {
  list-style-type: square;
  margin: 0;
  padding: 0 0 0 1.25em;
}
.home_content ul li {
  margin: 0;
  padding: 0;
}
.home_links ul {
  font-size: 92%;
  line-height: 125%;
}
ul.long li {
  margin-bottom: .75em;
}
.leftcol {
  float: left;
  width: 64%;
  overflow: hidden;
  padding-right: 1.75%;
  border-right: 1px solid #68c;
  margin: .5em -1px .5em 0;
}
.rightcol {
  float: left;
  width: 32%;
  overflow: hidden;
  padding-left: 1.75%;
  border-left: 1px solid #68c;
  margin: .5em 0;
}
.endcols {
  clear: both;
}
.spotlight {
  position: relative;
  font-size: 93%;
  line-height: normal;
  margin-bottom: 1em;
}
.spotlight_item {
  float: left;
  width: 33%;
  text-align: center;
}
.spotlight_item .spotlight_icon {
  line-height: 64px;
}
.spotlight_item .spotlight_icon img {
  vertical-align: middle;
}

.events {
  margin: .5em 1em;
  padding: 0 .5em;
}

.events .eventsicon {
  text-align: center;
  padding: 0.5em 2em;
}

.events .eventstext {
  padding: 0.5em 0em;
}

.qa {
  position: relative;
  margin: 0;
  padding: 0;
}
.qa>dt, .qa>dd {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5em;
}
.qa>dt {
  font-weight: bold;
}
.qa>dt:before, .qa>dd>:first-child:before {
  float: left;
  margin-left: -1.5em;
  width: 1.5em;
}
.qa>dt:before {
  content: "Q: ";
}
.qa>dd>:first-child:before {
  content: "A: ";
}

.uptrack-ad {
  display: block;
  position: relative;
  background-color: #ddf;
  border: 1px solid #99f;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  margin: .5em 0;
}
.uptrack-ad .text {
  display: block;
  padding: .75em 1em;
}
.uptrack-ad .button {
  position: absolute;
  top: .5em;
  right: .5em;
}
.uptrack-ad .text:link:hover, .uptrack-ad .text:visited:hover {
  text-decoration: none;
}

.button {
  background-color: #9e9;
  background-image: url(../images/gradient-white-trans.png);
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #9e9 #dfd #dfd #9e9;
  padding: .25em 1em;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.button a {
  display: block;
  margin: -.25em -1em;
  padding: .25em 1em;
}
.button:hover, .uptrack-ad:hover .button {
  background-color: #afa;
  border-color: #dfd #9e9 #9e9 #dfd;
}
.button:link:hover, .button:visited:hover, .button :link:hover, .button:visited:hover {
  text-decoration: none;
}

.download-label {
  display: block;
}
.download-label:hover {
  text-decoration: none;
}
tr:hover .download-link {
  text-decoration: underline;
}

.learnbutton {
  background-color: #9e9;
  background-image: url(../images/gradient-white-trans.png);
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #9e9 #dfd #dfd #9e9;
  padding: .25em 1em;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.learnbutton a {
  display: block;
  margin: -.25em -1em;
  padding: .25em 1em;
}
.learnbutton:hover, .uptrack-ad:hover .learnbutton {
  background-color: #afa;
  border-color: #dfd #9e9 #9e9 #dfd;
}
.learnbutton:link:hover, .learnbutton:visited:hover, .learnbutton :link:hover, .learnbutton:visited:hover {
  text-decoration: none;
}

.sidebar {
  float: right;
  width: 19em;
  border: 1px solid #99c;
  padding: 1em;
  margin-left: 1em;
}
.bignum {
  font-size: 200%;
  font-weight: bold;
}

blockquote.pullquote {
  margin: .5em 0;
  padding: 0;
  background: url(../images/leftquote) no-repeat top left;
  color: #666;
}
blockquote.pullquote p {
  margin: 0;
  padding: .5em 2.5em 0 2.5em;
  background: url(../images/rightquote) no-repeat bottom right;
}
blockquote.pullquote+cite {
  display: block;
  text-align: right;
  font-size: 93%;
  line-height: normal;
}
