html {
  height: 100%;
  text-align: center;
  font-size: 0.75em;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 100%; 
	color: #444444;
	background: linear-gradient(to bottom, #00488d, #e3eaf2) fixed;
	background: -moz-linear-gradient(top, #00488d, #e3eaf2) fixed;
	background: -webkit-gradient(linear, left top, left bottom, from(#00488d), to(#e3eaf2)) fixed;
	background-repeat: no-repeat;
}

td {
	vertical-align: top;
}

#main {
	padding: 0.5em 10px 1em 10px;
	background-color: #bbb;
}

a:link, a:visited {
	color: #0066CC; text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.red:link, a.red:visited {
	color: red;
}

img, a img {
	border: 0;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}

p { display: block; margin-top: 0;}

blockquote {
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
}

.access { /* hidden objects for seo and accessibility */
	display: none;
}

.floatright {
	float: right;
	margin: 0px 0px 0.5em 1em;
}
.floatleft {
	float: left;
	margin: 0px 1em 0.5em 0px;
}


h1, h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #666699;
	line-height: 18px;
	margin: 0em 0 0.25em 0;
	padding-bottom: 0.2em;
}
h1 {
	font-size: 200%;
	text-align: center;
}
h2 {
	font-size: 130%;
	border-bottom: 1px solid #dddddd;
}
h3, h4, h5, h6 {
	color: #2299CC;
	font-size: 112%;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	padding: 0px;
}
h2.pagetitle { display:none;}


ul
{
	margin: 0 0 1em 1em;
	padding: 0;
	list-style: none;
}

.content ul li
{
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

ul.check li {
	padding: 0px 0px 5px 25px;
	line-height: 130%;
	background: url(/images/check.gif) no-repeat left top;
}

ul.big li {
	font-size: 1em;
	margin-bottom: 1em;
}
ul.big li a {
	font-size: 130%;
	line-height: 130%;
}

dt {
	font-weight: bold;
	margin-bottom: 3px;
}
dd {
	margin-bottom: 5px;
}

small, .small, .desc {
	font-size: 75%;
}

.clr, .clearfix, .clear {
	clear: both;
}

.imgcaption {
  font-size: 12px;
  color: #FD9800;
}

.center {
  margin: 1em auto;
  text-align: center;
}

#pagewidth {
	padding: 2em 0px;
	width: 791px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 0; margin: 0;
	background: url(/images/header.jpg) no-repeat;
	height: 125px;
}
/* make title linkable */
#header a.headlink {display: block; width: 100%; height: 124px;}
#header a.headlink span {display: none;}

#topnav {
	background: #668899 url(/images/bg_nav_dark.jpg) repeat-x;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 0px 0px 0px 12px;
}


#breadcrumbs {
	padding: 3px;
	text-indent: 5px;
	font-size: 12px;
}

#breadcrumbs a {
	display: inline;
	padding-right: 10px;
	background: transparent url(/images/bcarrow.gif) no-repeat center right;
}
#breadcrumbs a.return {
	background: none;
}

#footlinks ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#footlinks {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

#footlinks a {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  float:left;
  display:block;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  color: #999;
}

#footlinks a:hover {
	background: #e1e1e1;
}


#footer {
  margin-top: 4px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999;
  float: right;
  width: 250px;
  text-align: center;
  
}


.price {
	color: #006633;
	font-weight: bold;
}

/* PRODUCT TABLES */
table.products {
	border-collapse: collapse;
}

table.products td {
	border: 0px none;
	padding: 10px;
	margin: 0;
	font-size: 12px;

}

table.products td h3 {
	font-weight: bold;
	background: #2c7799 url(/images/pane_headingbg2.gif) repeat-x;
	color: #eee;
	padding: 0px 0.75em;
	margin: 0;
	line-height: 2em;
}

table.products li {
	color: #333;
}

table.products h3 a, table.products h3 a:hover, table.products td h3 a:link, table.products td h3 a:visited {
	color:#eee;
	text-decoration: none;
	line-height: 2em;
	font-weight: bold;
}

table.products td div {
	background: #fff url(/images/bg-gradlight.png) repeat-x;
	margin:0; padding: 0.5em;
}

table.products td div div {
	background: transparent none;
}

table.products img { background: #dddddd; border:0;}




/* rounded content pane */
#contentwrap {
	margin: 0; padding: 0; background: #fff;
}

#contentwrap div.top {
    background: #fff url(/images/content_tl.png) no-repeat top left;
	height:27px;
    padding:0px;
    width:100%;
}

#contentwrap div.top div.right {
    background: #fff url(/images/content_tr.png) no-repeat top right;
    height:27px;
    margin-left:10px;
}

#contentwrap div.middle {
	background-color: #ffffff;
	min-height: 350px; /* XXX doesn't work ie5-mac */
	width:100%;
}

#contentwrap div.bottom {
    background: #fff url(/images/content_bl.png) no-repeat top left;
	height:27px;
    padding:0px;
    width:100%;
}

#contentwrap div.bottom div.right {
    background: #fff url(/images/content_br.png) no-repeat top right;
    height:27px;
    margin-left:10px;
}

/* inner content pane */
.content {
	background: transparent;
	padding: 0px;
	margin: 0 1.25em 2em 1.25em; /* 50px left-margin if vert title image, via pagetitle.css.php */
}

#topright {
	position: relative;
	float: right;
	background: transparent;
	/* background: #cccccc url(/images/bg_graddark.jpg) repeat-x; */
	width: 145px;
	height: 65px;
	padding: 5px 0 0 0;
	margin-top: 15px;       /* room for topright title */
	margin-right: 17px;     /* 10px + 7px padding */
	border: 0px none;
	overflow: visible;
	z-index: 9999;
	font-size: 12px;
}

#topright label {  display:block; height: 16px; width:40px; line-height: 16px; font-size: 11px; font-weight: bold;  float:left;}

#topright input.text {
	height: 14px;
	width: 80px;
	font-size: 10px;
	color: #333;
	
	/* background: #cccccc url(/images/bg_graddark.jpg) repeat-x;*/
}

a.button {
	display: block;
	line-height: 100%;
}
a.button span {
	display: block;
	line-height: 37px;
	font-size: 15px;
	color:  #cccccc;
}


.note {
	display:block;
	width: 175px;
	background:#f0f0f0;
	padding: 0.8em;
	border: 1px solid #ccc;
}
.bignote {
	display:block;
	width: 450px;
	background:#DAE2F3;
	padding: 0.8em;
	border: 1px solid #ccc;
}
.biggernote {
	display:block;
	width: 650px;
	background:#DAE2F3;
	padding: 0.8em;
	border: 1px solid #ccc;
	font-weight: bold;
	font-style: italic;
}
.plainboldnote {
	display:block;
	font-weight:bold;
	padding-bottom:0.5em;
}
.download {
	display: block;
	border: 1px solid #99cc66;
	background: #cceeaa url(/images/bg_download.png) no-repeat 10px 10px;
	padding: 1em 1em 1em 75px;
	margin: 1em;
}


.nopad { padding:0; margin: 0; }

.img-shadow {
	position: relative;
	float:left;
	background: url(/images/shadow.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 0px;
}

.whois {
    font-family: verdana, helvetica;
    font-size: 2;
}

.outage {
    font-size: 18px;
    text-align: center;
    width: 550px;
    background-color: black;
    color: white;
}
.recovery {
    font-size: 18px;
    text-align: center;
    width: 550px;
    background-color: green;
    color: white;
}


/*
playback timings (ms):
  exclusion.robots: 0.216
  load_resource: 2270.662 (2)
  captures_list: 1049.099
  exclusion.robots.policy: 0.201
  RedisCDXSource: 91.124
  LoadShardBlock: 935.037 (3)
  CDXLines.iter: 17.026 (3)
  PetaboxLoader3.resolve: 1761.455 (2)
  PetaboxLoader3.datanode: 1194.871 (5)
  esindex: 0.016
*/