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: 846px;
	font: 84%/150% "DejaVu Sans", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
        line-height: 1.2;
        color: black;
}
.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: #FF0000;
}
:visited {
  color: #FF0000;
}
: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 0.3em 0.5em;
	float: left;
	width: 161px;
}

h2, h3, h4, h5, h6  {
    color: #404040;
}

h2 {
    font-size: 20px;
}

.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: #8C8C8C;
  border-width: 1px;
  border-style: solid;
  border-color: #8ae #57b #8C8C8C #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: #8C8C8C;
}
.content {
  padding: 0px;
  border: 1px solid #8C8C8C;
  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 .actual_text {
    padding-left: 5px;
    padding-right: 5px;
}
.content>:first-child, .leftcol>:first-child, .rightcol>:first-child {
  margin-top: 0;
}
.content>:last-child, .leftcol>:last-child, .rightcol>:last-child {
  margin-bottom: 0;
}

.main .content .banner {
    background: url(../images/waterm_ksplice-cropped.png) no-repeat top left;
    width: 100%;
}

.main .content .banner .bg_image {
    background: url(../images/restart-required-trans-cropped.png) no-repeat top right;
    height: 290px;
}

.main .content .banner .bg_image #go_rebootless_box #go_rebootless_img {
    padding-top: 2em;
}

.main .content .banner .bg_image img,
.main .content .banner .bg_image .tag {
    padding-left: 0.5em;
}

.main .content .banner .try_now a {
    margin: 0.25em auto 0.5em 20px;
    text-align: center;
}

.main .content .banner .try_now a  {
        background: url(../images/try_button.png) no-repeat top;
        height: 56px;
        width: 226px;
        font: bold 28px "Verdana", "Arial", "Helvetica", sans-serif;
        color: #FFFFFF;
        text-decoration: none;
        text-align: center;
        padding-top: 13px;
}

.main .content .banner .try_now a .trial {
        color: #FFFFFF;
        text-decoration: none;
        font: 9px/10px Arial, Helvetica, sans-serif;
        width: 100px;
        float: none;
        clear: none;
        padding-left: 20px;
}

.main .content .banner #go_rebootless_box .tag {
	font: bold 13px "Trebuchet MS", Georgia, sans-serif, serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	width: 440px;
	text-shadow: 0px 2px 3px #555;
}

.acquisition {
	padding: 1em;
	margin-bottom: 2em;
}

.acquisition p {
	margin-top: 4px;
	line-height: normal;
}

.acquisition p.title {
	font-size: 30px;
	margin: 0px;
	color: #404040;
	text-decoration: none;
}

#catnav  {
	height: 120px;
	width: 572px;
	padding-top: 0px;
	padding-left: 0.5em;
        text-align: center;
        margin: 0em auto 1em auto;
}
#catnav  ul   {
	text-align: center;
	white-space: nowrap;
}
#catnav li {
    display: inline;
}
#catnav li a    {
	height: 75px;
	width: 82px;
	margin-right: 60px;
	list-style: none;
	background: url(../images/cat_nav.png) no-repeat;
	float: left;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding-right: 1px;
	font: 11px "Trebuchet MS", Georgia, sans-serif;
	padding-top: 20px;
	line-height:11px;
	display: block;
}
#catnav .ico {
        padding: 0px;
}
#catnav     li   a:hover      {
	background: url(../images/cat_nav_hover.png) no-repeat;
	text-decoration: none;
}
#catnav      li    .current      {
	background: url(../images/cat_nav_hover.png) no-repeat;
	text-decoration: none;
}
#catnav     .home   .hover      {
	background: url(../images/cat_nav_hover.png) no-repeat;
	text-decoration: none;
}

.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 #8C8C8C;
}
.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 {
  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: 0.5em;
  width: 60%;
}
.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 #8C8C8C;
  margin: .5em -1px .5em 0;
}
.rightcol {
  float: left;
  width: 32%;
  overflow: hidden;
  padding-left: 1.75%;
  border-left: 1px solid #8C8C8C;
  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 .akbutton {
  position: absolute;
  top: .5em;
  right: .5em;
}
.uptrack-ad .text:link:hover, .uptrack-ad .text:visited:hover {
  text-decoration: none;
}

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

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

div.infobox {
  background-color: #DBDBDB;
  border-width: 1px;
  border-style: solid;
  padding: .4em 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
.infobox a {
  display: block;
  margin: -.25em -1em;
  padding: .25em 1em;
}
p.infobox {
  text-decoration: none;
  font-size: 20px;
  line-height: 150%;
}
.infobox:link:hover, .akbutton:visited:hover, .akbutton :link:hover, .akbutton: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: #DBDBDB;
  background-image: url(../images/gradient-white-trans.png);
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #DBDBDB #dfd #dfd #DBDBDB;
  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 #DBDBDB #DBDBDB #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;
}

div.rightcolumneven {
  width: 48%;
  padding-left: 0px;
  float: right;
  text-align: left;
}

div.leftcolumneven {
  width: 48%;
  padding-right: 0px;
  float: left;
  text-align: left;
}

div.leftcolumnmost {
  width: 60%;
  padding-right: 0px;
  float: left;
  text-align: left;
}

div.rightcolumnmost {
  width: 36%;
  padding-right: 0px;
  float: right;
  text-align: left;
}

div.fullcolumn {
  width: 100%;
  clear: both;
  text-align: left;
}

div.extra {
  background-color: #efefef;
  padding: 20px;
  margin: 30px 0 50px 0;
  clear: both;
  text-align: left;
}

div.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.content .support {
	height: 50px;
	width: 98%;
	margin: 20px auto;
}

.top_info {
	float: right;
	width: 200px;
	margin-top: 15px;
        text-align: right;
}
.top_info .call {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #1F5790;
	text-decoration: none;
}
.top_info .call .call-action
{
    margin-left: 0.5em;
}
.top_info .login {
        border: 1px solid;
        margin-top: 2px;
        margin-left: 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	background-color: #C4C4C4;
	text-align: center;
	color: #333333;
	text-decoration: none;
        padding: 0.1em 0.5em 0.1em 0.5em;
        white-space: nowrap;
}

.clear {
    	clear: both;
	float: none;
}

ol, ul {
    list-style: none;
}

ul.disc {list-style-type:disc}

.quote_box {
	background: url(../images/quote_t.gif) no-repeat left top;
        padding-right: 14px;
	margin-top: 25px;
	margin-bottom: 25px;
        margin-left: 5px;
        width: 200px;
}
.quote_box .quote {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #A6A6A6;
	text-decoration: none;
	background: url(../images/quote_b.gif) no-repeat right bottom;
	text-align: justify;
	padding-left: 20px;
        padding-right: 20px;
}
.quote_box .bot {
	font: italic 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: right;
}

.customers {
        width: 550px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        margin-top:    1em;
}
.customers img {
        margin-left:   10px;
        margin-right:  10px;
        margin-bottom: 5px;
        margin-top:    5px;
        vertical-align: middle;
}

.main .content .bottom {
        text-align: center;
        height: 80px;
        width: 291px;
        margin-right: auto;
        margin-left: auto;
}
.bottom .trial {
        font: 11px Arial, Helvetica, sans-serif;
        color: #1f3956;
        text-decoration: none;
        text-align: right;
        clear: both;
        padding-top: 2px;
}

.button {
        font: normal 18px Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        text-decoration: none;
        background: url(../images/button.jpg) no-repeat;
        height: 40px;
        width: 260px;
        float: left;
        margin: 0px 5px;
        text-align: center;
        border-width: 0px;
        border-style: none;
        padding-top: 20px;
        float: left;
        margin: 0px 5px;
        text-align: center;
        width: 260px;
        height: 40px;
        padding-top: 20px;
        display: block;
}

.switch {
    border: 1px solid black; 
    padding-left: 1em; 
    padding-bottom: 1em; 
    background-color: lightgrey;
}

ul {
    list-style-type: circle;
}
