@charset "utf-8";
@font-face {
	font-family: 'LiberationMonoRegular';
	src: url('liberationmono-regular-webfont.eot');
	src: local('☺'), 
		url('liberationmono-regular-webfont.woff') format('woff'), 
		url('liberationmono-regular-webfont.ttf') format('truetype'), 
		url('liberationmono-regular-webfont.svg#webfont5zKHkVoO') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PlayRegular';
	src: url('Play-Regular-webfont.eot');
	src: url('Play-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('Play-Regular-webfont.woff') format('woff'),
		 url('Play-Regular-webfont.ttf') format('truetype'),
		 url('Play-Regular-webfont.svg#PlayRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, Sans, Sans-serif;
	font-size: 12px;
	color: #333;
	min-width: 960px;
}
p {
	position: relative;
	display: block;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	text-align: justify;
}
.secondary-left-column p {
	padding: 10px 10px;
	font-size: 11px;
}

.secondary-left-column li {
	font-size: 11px;
}
a, a:visited {
	color: #068658;
	-moz-transition: color 0.2s, background-color 0.2s; 
	-webkit-transition: color 0.2s, background-color 0.2s; 
	transition: color 0.2s, background-color 0.2s;
}
a:hover, a:active {
	color: #E7862A;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	display: block;
	padding: 15px 20px 0 20px;
	margin: 0px;
	color: #2f2f2f;
}
h1 { font-size: 36px; font-weight: normal; letter-spacing: -1px; }
h2 { font-size: 28px; font-weight: normal; letter-spacing: -1px; }
h3 { font-size: 18px; font-weight: normal; padding-top: 5px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }
.generic-box h4 {
	padding-left: 5px;
	padding-top: 5px;
	font-weight: normal;
	font-size: 12px;
}
#regusers {
	font-size: 10px; 
	text-transform: uppercase; 
	font-family: arial; 
	display: none; 
	border-radius: 5px;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.3), 
		inset 0 -2px 10px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 0 0 rgba(255,255,255,1); 
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3), 
		inset 0 -2px 10px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 0 0 rgba(255,255,255,1);  
	box-shadow: 0 0 7px rgba(0,0,0,0.3), 
		inset 0 -2px 10px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 0 0 rgba(255,255,255,1); 
	color: #888 !important; 
	position: absolute; 
	left: 43%; 
	top: -8px; 
	padding: 10px 10px 3px 10px; 
	background: #eee; 
	border: 1px solid #ccc; 
	border-top: 0; 
	text-shadow: 1px 1px 1px #ccc;	
}
#regusers strong {
	color: #333;	
}
.header {
	display: block;
	position: relative;
	width: 940px;
	margin: 0 auto;
	height: 106px;
	z-index: 2;
	zoom: 1;
}
.header-logo {
	position: absolute;
	top: 15px;
	left: 12px;
}
.header-nav {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 510px;
}
.header-date {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 11px;
	color: #999;
}
.header-message {
	display: block;
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #00693c;
	width: 300px;
	text-align: right;	
}
.header-links {
	display: block;
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 11px;
	color: #999;
	width: 280px;
	vertical-align: top;
	text-align: right;
}
.header-links .email, .header-links .password {
	display: inline-block;
	* display: inline;
	zoom: 1;
	position: relative;
	width: 110px;
	height: 40px;
	vertical-align: top;
	text-align: left;
	top: -2px;
}
.header-links .email .rememberme {
	display: block;
}
.header-links .email .rememberme label {
	position: relative;
	top: -2px;	
}
.header-links .password .forgotpassword {
	display: block;
	font-size: 10px;
	margin-top: 4px;
}
.header-upperText { 
	float: right; 
	color: #666; 
	text-align: right; 
	position: relative; 
	right: 10px; 
	top: 10px;
}
.header-links-logged-in {	
	width: 350px;
	top: 50px;
	right: 10px;	
	text-align: right;
}
.header-links-logged-in a {
	padding: 0 0 0 5px; 
	top: 0px;
	color: #00693c;
}
.header-links-logged-in a:hover { color: #E7862A; }  
.body-container {
	display: block;
	position: relative;
}
.global-nav {
	display: block;
	position: absolute;
	width: 930px;
	margin: 0 auto;
	height: 30px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #ccc;
	* border-bottom: 2px solid #ccc;
	border-radius: 5px; 
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,0.2), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.2), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 7px rgba(0,0,0,0.2), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1); 
	background: #f1f1f1;
}
.global-nav a, .global-nav a:visited {
	display: inline-block;
	margin: 0px 0px 0px -3px;
	padding: 7px 12px;
	border-bottom: 2px solid transparent;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	color: #444;
	text-decoration: none;
	position: relative;
	-webkit-transition: color 0.2s, border-color 0.2s; 
	transition: color 0.2s, border-color 0.2s;
}
.global-nav a:first-child {
	border-left: none;
	margin-left: 5px;
}
.global-nav a:last-child {
	border-right: none;
}
.global-nav a:hover, .global-nav a:active {
	border-bottom: 2px solid #E7862A;
	color: #E7862A;
}
.global-nav a.selected, .subnavlinks a.selected {
	font-weight: bold;
	border-bottom: 2px solid #E7862A;
	color: #E7862A;
	text-shadow: 1px 1px 1px rgba(231, 134, 42, 0.2);
}
#globalCreateAccount {
	position: absolute;
	bottom: 12px;
	right: 5px;
}

.subheader {
	display: block;
	position: relative;
	width: 940px;
	margin: -25px auto 20px auto;
	z-index: 1;
	zoom: 1;
}
.ultratools-global-nav, .monitoring-global-nav {
	display: block;
	position: relative;
	width: 930px;
	margin: -20px auto 0 10px;
	* margin: -5px auto 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1); 
	box-shadow: 0 1px 5px rgba(0,0,0,0.1), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1); 
	background: #f1f1f1;
	zoom: 1;
}
.ultratools-global-nav .subnavlinks, .monitoring-global-nav .subnavlinks {
	position: relative;
	zoom: 1;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 8px;
	* margin-bottom: 0;
}
.ultratools-global-nav a, .monitoring-global-nav a {
	position: relative;
	zoom: 1;
	text-decoration: none;
	color: #444;
	margin: 0 -3px 0 0;
	padding: 7px 12px;
	border-bottom: 2px solid transparent;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	-webkit-transition: color 0.2s, border-color 0.2s; 
	transition: color 0.2s, border-color 0.2s;
}
.ultratools-global-nav  a:first-child, .monitoring-global-nav a:first-child {
	border-left: none;
	margin-left: 5px;
}
.ultratools-global-nav  a:last-child, .monitoring-global-nav a:last-child {
	border-right: none;
}
.ultratools-global-nav a:hover, .ultratools-global-nav a:active, .monitoring-global-nav a:hover, .monitoring-global-nav a:active {
	border-bottom: 2px solid #E7862A;
	color: #E7862A;
}
body div.headerDropDownLinks { 
	display: block; 
	position: absolute;
	left: 0px;
	top: 0px;
	
	border: 1px solid #ddd; 
	background: white;
	z-index: 9999; 
	padding-right: 20px; 
	width: 170px;
	
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	 
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;

	color: #444; 
} 

.global-nav div.headerDropDownLinks  { 
	display: none; 
	color: #444; 
} 

body div.headerDropDownLinks a { 
	float: left;
	display: block;
	padding: 15px 10px 10px 10px; 
	width: 100%; 
	max-width: 170px;
	min-width: 100px; 
	position: relative;
	text-decoration: none;
	background: url('../images/headerDropDownLink.png') center bottom no-repeat; 
	
	color: #444; 
} 

body div.headerDropDownLinks a span.newIcon, .global-nav a span.newIcon { 
	font-size: 8px; 
	color: #E7862A; 
	position: absolute; 
	top: 3px; 
	margin-left: auto; 
	margin-right: auto; 
	left: 10px; 
} 

.global-nav a span.newIcon { 
	top: 0px; 
	left: 38%;
} 

body div.headerDropDownLinks a:hover { 
	background: #efefef;
} 

.body {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.bodypagenav {
	position: absolute; 
	height: 25px;
	width: 250px;
	top: 7px;
	right: 15px;
	* zoom: 1;
	text-align: right;
}
.bodypagenav a {
	display: inline-block;
	padding: 3px 5px;
	color: #000;
	text-decoration: none;
}
.bodypagenav a.pdf { 
	border: none; 
	background: transparent url(../images/pdf.png) no-repeat scroll 7px 5px;
} 
.bodypagenav a.pdf:hover { 
	background: transparent url(../images/pdf.png) no-repeat scroll 7px 5px;  
} 
.bodypagenav a.print {
	background: transparent url(../images/print.png) no-repeat 7px 5px;
}
.bodypagenav a.email {
	background: transparent url(../images/email.png) no-repeat 7px 5px;
}

.main-banner {
	margin-left: 10px;
	position: relative;	
	zoom: 1;
}
.slots {
	position: relative;
	margin: 10px 0 0 20px;	
	vertical-align: top;
}
.slots .slot {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 310px;
	vertical-align: top;
	height: 210px;
	margin-left: -3px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.slots .slot-overlay {
	width: 310px;
	height: 230px;
	background: #fff;
	display: none;
}
.slot1-overlay {
	position: absolute;
	top: -10px;
	left: 0px;	
}
.slot2-overlay {
	position: absolute;
	top: -10px;
	left: 310px;
}
.slot3-overlay {
	position: absolute;
	top: -10px;
	left: 620px;	
}
.slot:first-child {	
	border-left: #fff;;
}
.slot:last-child {
	border-right: #fff;
}	
.slots .slot h2 {
	font-size: 24px;	
}
.slots .slot h1, .slots .slot h2 {
	font-weight: bold;
}
.slots .slot h1 {
	margin-top: 0;	
	padding-top: 0;
}
.slots .slot h2 span {
	font-size: 9px;
	position: relative;
	top: -12px;	
}
.slots .slot h2 em {
	font-size: 20px;
	font-weight: normal;	
}
.slot .free-sticker {
	position: absolute;
	top: 0px;
	right: 20px;
}
.slot ul, .slot li {
	position: relative;	
}
.slot h2 {
	display: inline;
	margin-right: 0;
	padding-right: 5px;	
}
.slot .super-new {
	position: relative;
	color: #F3941C;
	top: -10px;
	font-weight: bold;
	text-transform: uppercase;
}
.slot li strong {
	color: #F3941C;	
}
.slot p {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.slot .price {
	position: relative;
	margin-left: 20px;
	font-size: 24px;
	font-weight: bold;
}
.slot .price span {
	font-weight: normal;
	font-size: 18px;	
}
.slot .ctrl {
	position: absolute;
	bottom: 0px;
	left: 25px;
	zoom: 1;	
}
.slots .with-bg {
	border: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;	
}
.slots .with-bg .ctrl {
	bottom: 10px;	
}
.slot1 {
	border-right: 1px solid #eee;
}
.slot2 {
	border-right: 1px solid #eee;
	border-left: 1px solid #f1f1f1;	
}
.slot3 {
	border-left: 1px solid #f1f1f1;	
}
.hero {
	display: block;
	position: relative;
	height: 350px;
	margin: 20px 0 0 0;
	background: #D1EFE4;
	border: 1px solid #B5DFCF;
}
.display {
	margin: 10px;
}
.get-started {
	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 250px;
	padding: 20px;
	margin: 0px 0;
	background: #EFFFF9;
	border: 1px solid #B5DFCF;
}
.sub {
	display: block;
	position: relative;
	height: 200px;
	margin: 20px 0 0 0;
	background: #EFFFF9;
	border: 1px solid #D1EFE4;
}
.features {
	display: block;
	position: relative;
	height: 100px;
	margin: 20px 0 0 0;
	background: #EFFFF9;
	border: 1px solid #D1EFE4;
}

.main-left-column {
	display: block;
	position: relative;
	float: left;
	width: 670px;
	min-height: 200px;
	margin-left: 20px;
	top: 15px;
	background: #fff; 
	-moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
}
.main-right-column {
	display: block;
	position: relative;
	float: right;
	width: 710px;
	min-height: 450px;
	margin-right: 20px;
	top: 0px;
	* zoom: 1;
	background: #fff url(../images/lnav_border.gif) no-repeat top left; 
}

.full-width-column { 
	display: block;
	position: relative;
	float: right;
	min-height: 200px;
	margin-right: 20px;
	top: 15px;
	* zoom: 1;
	background: #fff; 
	width: 960px; 
} 
.content-box {
	position: relative;
	margin-bottom: 20px;
	margin-left: 20px;
	* zoom: 1;
}
.content-box .heading {
	display: block;
	position: relative;
	background: #DEECE6;
	border-bottom: 1px solid #dadada;
	padding: 5px 10px;
}
.content-box .heading .title {
	font-size: 17px;
	color: #00693C;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.content-box .heading .controls {

}
.content-box-body {
	padding-bottom: 0px;
}
.secondary-right-column {
	display: block;
	position: relative;
	float: right;
	min-height: 200px;
	width: 240px;
	width: 239px\9;
	top: 15px;
	margin-right: 20px;
	background: #f4f4f4; 
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	border-left: 1px solid #E0E0E0\9;
	border-top: 1px solid #E0E0E0\9;
}
.secondary-left-column {
	display: block;
	position: relative;
	float: left;
	min-height: 200px;
	width: 210px;
	width: 209px\9;
	top: 15px;
	margin-left: 20px;
}
.secondary-left-column h3 {
	padding: 0;
	margin: 0;
	padding: 7px 10px 0px 10px;
}
.secondary-left-column .nav {
	position: relative;
	display: block;
	margin-top: 10px;
}
.secondary-left-column .nav a {
	position: relative;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #fff;
}
.secondary-left-column .nav a:hover {
	background: #deece6;
	border-bottom: 1px solid #C3DFD3;
	border-top: 1px solid #fff;
	color: #333;
}
.secondary-left-column .nav a.selected {
	background: #fff url(../images/selection-arrow.png) no-repeat center right;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #e5e5e5;
}
.secondary-left-column .dn {
	display: block;
	padding: 2px 10px;
	font-weight: bold;
}
.runhealthcheck {
	display: block;
	position: relative;
	background: #DEECE6;
	border-bottom: 3px solid #f4f4f4;
	padding: 4px 10px;
}
.runhealthcheck label {
	font-weight: bold;
	font-size: 11px;
}
.rsummaries {
	position: relative;
	display: block;
}
.teaser {
	display: block;
	position: relative;
	margin-top: -5px;
	margin-left: 20px;
	background: transparent url(../images/teaser.jpg) top left;
	width: 640px;
	height: 610px;
}

.teaser-content {
	display: block;
	position: absolute;
	width: 430px;
	height: 230px;
	top: 110px;
	left: 100px;
}
.dm-teaser {
	margin-top: 5px;
	background: transparent url(../images/dm-teaser.jpg) top left;
}
.dm-teaser .teaser-content {
	top: 50px;

}
.teaser-controls {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.rhc {
	display: block;
	position: relative;
	margin: 10px 20px 0px 10px;
	background: transparent;
	z-index: 100;
}
.rhc .summary {
	display: block;
	position: relative;
	height: 70px;
	z-index: 101;
	background: transparent url(../images/reportheading.png) no-repeat 0 0;
}
.rhc .summary a.domain {
	display: block;
	position: absolute;
	top: 3px;
	left: 65px;
	width: 565px;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 2px;
	font-size: 24px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.rhc .summary a.domain:hover, .rhc .summary a.domain-hovered {
	color: #068658;
	background: transparent url(../images/domain-hover.png) no-repeat top right;
}
.rhc .summary a.statusindicatorlink {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 4px;
	left: 8px;
	text-decoration: none;
}
.rhc .overall-icon {
	display: block;
	position: absolute;
	height: 60px;
	width: 60px;
	top: 8px;
	left: 9px;
	background: transparent url(../images/loading.gif) no-repeat 3px 3px;
}
.rhc #overall-loading {
	display: block;
}
.rhc #overall-final {
	display: none;
}
.rhc .overallOK {
	background: transparent url(../images/pass-rhc.png) no-repeat center 5px;
}
.rhc .overallBESTPRACTICE {
	background: transparent url(../images/bp-rhc.png) no-repeat center 5px;
}
.rhc .overallWARNING {
	background: transparent url(../images/warn-rhc.png) no-repeat center 5px;
}
.rhc .overallERROR {
	background: transparent url(../images/fail-rhc.png) no-repeat center 5px;
}
.rhc .overallNA {
	background: transparent url(../images/unknown-rhc.png) no-repeat center 5px;
}
.rhc .overallINPROGRESS {
	background: transparent url(../images/loading.gif) no-repeat 3px 3px;
}
.rhc .overallINFO {
	background: transparent url(../images/info-rhc.png) no-repeat center 5px;
}

.rhc .summary .statuses {
	display: block;
	position: absolute;
	bottom: 7px;
	left: 78px;
	* zoom: 1;
}
.rhc .summary .statuses div {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	position: relative;
	margin-right: 5px;
	padding: 2px 4px 0px 20px;
	height: 18px;
	color: #fff;	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.rhc .summary .statuses div:hover, .rhc .summary .statuses div.selected  {
	cursor: pointer;
	background-color: #ccc;
	border-radius: 5px;
	color: #000;	
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.rhc .statuses .OK {
	background: transparent url(../images/pass-small.png) no-repeat 2px 2px;
}
.rhc .statuses .BESTPRACTICE {
	background: transparent url(../images/bp-small.png) no-repeat 2px 2px;
}
.rhc .statuses .WARNING {
	background: transparent  url(../images/warn-small.png) no-repeat 2px 2px;
}
.rhc .statuses .ERROR {
	background: transparent url(../images/fail-small.png) no-repeat 2px 2px;
}
.rhc .statuses .NA {
	background: transparent url(../images/unknown-small.png) no-repeat 2px 2px
}
.rhc .statuses .INPROGRESS {
	background: transparent url(../images/ajax-loader.gif) no-repeat 2px 2px;
}
.rhc .statuses .INFO {
	background: transparent url(../images/info-small.png) no-repeat 2px 2px;
}
.fi {
	display: block;
	position: relative;
	vertical-align: middle;
	margin: 5px 0 0 0;
	* zoom: 1;
}
.fi label {
	display: inline-block;
	position: relative;
	width: 120px;
	text-align: right;
	margin-right: 5px;
}
.fi input[type="text"], 
.fi input[type="password"],
.fi input[type="email"],
.fi input[type="number"],
.fi input[type="tel"],
.fi input[type="url"],
.fi input[type="search"] {
	font-size: 18px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	*margin-top: 3px;	
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);	
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);	
}

.fi input.large {
	font-size: 12px;
	padding: 3px;
}

.fi i {
	margin-left: 5px;
	color: #999;
	font-size: 11px;
}

.errors {
	display: block;
	border: 1px solid #EDEF00;
	background: #FFFFCC;
	color: #777;
	color: black;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	margin: 20px 32px 20px 20px;
	word-wrap: break-word;
}
.errors strong {
	display: block;
	padding: 10px 15px;
	color: #000;
	font-size: 15px;
}
.errors ul {
	margin: 0 20px 10px 40px;
	padding: 0px;
}
.errors li {
	margin: 0;
	padding: 0;
}
input.inerror {
	border: 2px solid #EDEF00;
	background: #FFFFCC;
}
select.selectError {
	border: 2px solid #EDEF00;
    background: #FFFFCC;
}
.generic-box {
	display: block;
	margin: 10px 32px 10px 17px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	font-style: italic;
	color: #999;
}

.figroup {
	display: block;
	margin: 10px 32px 10px 20px;	
	border: 1px solid #ccc;
	* border-bottom: 2px solid #ccc;
	border-radius: 5px; 
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,0.2), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.2), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 7px rgba(0,0,0,0.2), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1); 
	background: #f1f1f1;
}
.figrouptabs {	
	display: block;
    zoom:1;
    *position: relative;
	margin: 10px 32px -20px 20px;	
	height: 38px;
	*height: 29px;
	border: 1px solid #ccc;
	* border-bottom: 2px solid #ccc;
	border-radius: 5px; 
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,0.2), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.2), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 7px rgba(0,0,0,0.2), 
		inset 0 -8px 25px rgba(0,0,0,0.1), 
		inset -1px -1px 0 rgba(255,255,255,1), 
		inset 1px 1px 0 rgba(255,255,255,1); 
	background: #f1f1f1;
}

.figrouptabs a, .figrouptabs a:visited {
	display: inline-block;
    zoom:1;
	margin: 0px 0px 0px -3px;
	padding: 7px 12px;
	border-bottom: 2px solid transparent;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	color: #444;
	text-decoration: none;
	position: relative;
	-webkit-transition: color 0.2s, border-color 0.2s; 
	transition: color 0.2s, border-color 0.2s;
}
.figrouptabs a:first-child {
	border-left: none;
	margin-left: 5px;
}
.figrouptabs a:last-child {
	border-right: none;
}
.figrouptabs a:hover, .figrouptabs a:active {
	border-bottom: 2px solid #E7862A;
	color: #E7862A;
}
.figrouptabs a.selected {
	font-weight: bold;
	border-bottom: 2px solid #E7862A;
	color: #E7862A;
	text-shadow: 1px 1px 1px rgba(231, 134, 42, 0.2);
}


.figrouphead {
	display: block;
	font-weight: bold;
	color: #068658;
	margin: 10px 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.fi-controls {
	position: relative;
	display: block;
	margin: 20px 32px 20px 20px;
	text-align: right;
}
.content-box-body .controls {
	margin: 10px 0 0 145px;
	padding-bottom: 10px;
}
.content-box-body .controls a {
	
}
a.button, button.button {
	font-family: Helvetica, Arial, Sans, Sans-serif;
	display: inline-block;
	position: relative;
	* zoom: 1;
	background: #F3941C;
	border: 1px solid #D97001;
	padding: 4px 10px;
	* padding: 3px 8px;
	border-radius: 5px;	
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2),
		inset 0 1px rgba(255,255,255,0.5), 
		inset 0 4px rgba(255,255,255,0.3), 
		inset 0 -6px 13px rgba(0,0,0,0.2);	
	-webkit-box-shadow:  1px 1px 3px rgba(0,0,0,0.2),
		inset 0 1px rgba(255,255,255,0.5), 
		inset 0 4px rgba(255,255,255,0.3), 
		inset 0 -6px 13px rgba(0,0,0,0.2);	
	box-shadow:  1px 1px 3px rgba(0,0,0,0.2),
		inset 0 1px rgba(255,255,255,0.5), 
		inset 0 4px rgba(255,255,255,0.3), 
		inset 0 -6px 13px rgba(0,0,0,0.2);	
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	color: #fff;
	top: -2px;
	-moz-transition: color 0.2s, background-color 0.2s; 
	-webkit-transition: color 0.2s, background-color 0.2s; 
	transition: color 0.2s, background-color 0.2s;
}
@media only screen and (device-width: 768px) { 
	button.button {
		padding: 3px 0px;
	}
}
a.button:hover, button.button:hover {
	cursor: pointer;
	border: 1px solid #F3941C;
	background-color: #ffa83a;
}

.pagenavigation {
	display: block;
	position: relative;
	margin-top: 20px;
	margin-right: 35px;
	text-align: right;
}
.pagenavigation .pagelink {
	padding: 3px 5px;
	color: #E7862A;
	
}
.reportdate {
	margin: 5px 20px 10px 20px;
	color: #999;
	font-size: 11px;
}
.domainname {
	position: absolute;
	top: 45px;
	right: 20px;
	text-align: right;
	width: 300px;
}
.domainname span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-top: -3px;
}
.subreports {
	position: relative;
	display: block;
	* zoom: 1;
	width: 638px;
	margin-left: 16px;
	margin-top: -5px;
}
#returntosummary {
	display: none;
	position: relative;
	padding: 4px 6px;
	font-size: 11px;
	* zoom: 1;
}
.subreport, #filteredTests {
	position: relative;
	display: block;
	margin: 0;
	* zoom: 1;
}
.subreporthead {
	position: relative;
	display: block;
	height: 65px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-top: 1px solid #f1f1f1;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background: linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	* zoom: 1;
}
.subreporthead:hover {
	background-color: #DEECE6;
	cursor: pointer;
	border: 1px solid #A8CFBE;
	border-top: 1px solid #EFFFF8;
	background: -moz-linear-gradient(top, #EFFFF8 0%, #C3DFD3 100%);
	background: -webkit-linear-gradient(top, #EFFFF8 0%, #C3DFD3 100%);
	background: linear-gradient(top, #EFFFF8 0%, #C3DFD3 100%);
}
.subreport .subreporthead-selected {
	background-color: #DEECE6;
	border: 1px solid #A8CFBE;
	border-top: 1px solid #C3DFD3;
	background: -moz-linear-gradient(top, #EFFFF8 0%, #C3DFD3 100%);
	background: -webkit-linear-gradient(top, #EFFFF8 0%, #C3DFD3 100%);
	background: linear-gradient(top, #EFFFF8 0%, #C3DFD3 100%);
}
.subreport .name {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: bold;
	width: 500px;
	margin-left: 55px;
	padding: 5px 10px;
	* zoom: 1;
}
.subreport .desc {
	position: relative;
	display: block;
	font-size: 11px;
	color: #666;
	width: 500px;
	padding: 0px 10px 5px 10px;
	margin-left: 55px;
	* zoom: 1;
}
.subreport .subreport-arrow {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	top: 18px;
	right: -3px;
}
.subreport .subreporthead-selected .subreport-arrow {
	background: transparent url(../images/arrows-down.png) no-repeat top left;
}
.subreport .subreporthead .status {
	position: absolute;
	display: block;
	width: 65px;
	height: 55px;
	bottom: 10px;
	left: 0px;
	font-size: 9px;
	text-align: center;
	letter-spacing: -1px;
	color: #888;
	* zoom: 1;
}
.subreport .subreporthead .status span {
	position: absolute;
	display: block;
	* zoom: 1;
	width: 65px;
	bottom: -3px;
	left: 0px;
	text-align: center;
}
.subreport .subreporthead .status-preloader {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	bottom: 10px;
	left: 12px;
	font-size: 10px;
	text-align: center;
	* zoom: 1;
	background: transparent url(../images/small-preloader.gif) no-repeat top left;
}
.subreport .subreporthead .OK {
	background: transparent url(../images/pass.png) no-repeat center 5px;
}
.subreport .subreporthead .BESTPRACTICE {
	background: transparent url(../images/bp.png) no-repeat center 5px;
}
.subreport .subreporthead .WARNING {
	background: transparent url(../images/warn.png) no-repeat center 5px;
}
.subreport .subreporthead .ERROR {
	background: transparent url(../images/fail.png) no-repeat center 5px;
}
.subreport .subreporthead .NA {
	background: transparent url(../images/unknown.png) no-repeat center 5px;
}
.subreport .subreporthead .INPROGRESS {
	background: none;
}
.subreport .subreporthead .INFO {
	background: transparent url(../images/info.png) no-repeat center 5px;
}
.subreport .outputlink {
	position: relative;
	display: block;
	font-size: 11px;
	padding: 2px 10px;
}
.subreport .output {
	position: relative;
	display: none;
	border: 1px solid #ddd;
}
.subreport .output .outputhead {
	position: relative;
	display: block;
	background: #eee;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	* zoom: 1;
}
.subreport .output .data {
	position: relative;
	display: block;
	padding: 5px 10px;
	font-size: 11px;
	font-family: LiberationMonoRegular;
	color: #068658;
	overflow-x: auto;
	* overflow: scroll;
}
.subreport .output .data pre {
	position: relative;
	display: block;
	* zoom: 1;
	color: #068658;
	font-size: 11px;
	font-family: LiberationMonoRegular !important;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
.tests {
	position: relative;
	display: none;
	border: 1px solid #ddd;
}
.test {
	position: relative;
	display: block;
	border-top: 1px solid #ddd;
	height: 25px;
}
.test:hover {
	cursor: pointer;
}
.test .name {
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 10px 0px 10px;
	* zoom: 1;
	margin-left: 0px;
	width: auto;
}
.testdetails {
	display: none;
	position: relative;
	* zoom: 1;
}
.td_BESTPRACTICE, .td_ERROR, .td_WARNING, .td_INFO {
	display: block;
}
.testdetails .desc {
	display: block;
	position: relative;
	color: #999;
	font-size: 10px;
	font-style: italic;
	width: auto;
	padding: 5px 10px 5px 20px;
	margin-left: 0px;
	* zoom: 1;
}
.test .status {
	display: block;
	position: absolute;
	width: 85px;
	height: 25px;
	top: 0px;
	right: 5px;
	font-size: 10px;
	text-align: center;
	* zoom: 1;
}
.test .status span {
	position: absolute;
	display: block;
	width: 85px;
	top: 7px;
	right: 20px;
	text-align: right;
	* zoom: 1;
}
.test .OK {
	background: transparent url(../images/pass-small.png) no-repeat right 5px;
}
.test .BESTPRACTICE {
	background: transparent url(../images/bp-small.png) no-repeat right 5px;
}
.test .WARNING {
	background: transparent url(../images/warn-small.png) no-repeat right 5px;
}
.test .ERROR {
	background: transparent url(../images/fail-small.png) no-repeat right 5px;
}
.test .NA {
	background: transparent url(../images/unknown-small.png) no-repeat right 5px;
}
.test .INPROGRESS {
	background: transparent url(../images/ajax-loader.gif) no-repeat right 5px;
}
.test .INFO {
	background: transparent url(../images/info-small.png) no-repeat right 5px;
}
.rsummary .statuses .OK {
	background: #fff url(../images/pass-small.png) no-repeat 5px 2px;
}
.rsummary .statuses .BESTPRACTICE {
	background: #fff url(../images/bp-small.png) no-repeat 5px 2px;
}
.rsummary .statuses .WARNING {
	background: #fff url(../images/warn-small.png) no-repeat 5px 2px;
}
.rsummary .statuses .ERROR {
	background: #fff url(../images/fail-small.png) no-repeat 5px 2px;
}
.rsummary .statuses .NA {
	background: #fff url(../images/unknown-small.png) no-repeat 5px 2px;
}
.rsummary .statuses .INPROGRESS {
	background: #fff url(../images/ajax-loader.gif) no-repeat 5px 2px;
}
.rsummary .statuses .INFO {
	background: #fff url(../images/info-small.png) no-repeat 5px 2px;
}
.messages {
	display: block;
	position: relative;
}
.messages .message {
	display: block;
	position: relative;
	padding: 5px;
	margin: -1px 10px 0px 10px;
	font-size: 11px;
	color: #068658;
	background: #deece6;
	border: 1px solid #c3dfd3;
	* zoom: 1;
}
.testdetails .BESTPRACTICE {
	color: #006DAF;
	background: #DFF3FF;
	border: 1px solid #BFE7FF;
}
.testdetails .WARNING {
	color: #9F8300;
	background: #FFF9DF;
	border: 1px solid #FFF4BF;
}
.testdetails .ERROR {
	color: #AF1900;
	background: #FFE4DF;
	border: 1px solid #FFC8BF;
}
.testdetails .NA {
	color: #333;
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.testdetails .INPROGRESS {
	color: #333;
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.testdetails .INFO {
	color: #333;
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.home-separator {
	position: absolute;
	top: 0px;
	left: 450px;
	display: block;
	width: 60px;
	height: 330px;
	background: transparent url(../images/home-separator.png) no-repeat top left;
}

.button1 {
	background: #F3941C;
	border: 1px solid #D97001;
	padding: 3px 6px;
	* padding: 1px 6px;
	border-radius: 5px;	
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2),
		inset 0 1px rgba(255,255,255,0.5), 
		inset 0 4px rgba(255,255,255,0.3), 
		inset 0 -6px 13px rgba(0,0,0,0.2);	
	-webkit-box-shadow:  1px 1px 3px rgba(0,0,0,0.2),
		inset 0 1px rgba(255,255,255,0.5), 
		inset 0 4px rgba(255,255,255,0.3), 
		inset 0 -6px 13px rgba(0,0,0,0.2);	
	box-shadow:  1px 1px 3px rgba(0,0,0,0.2),
		inset 0 1px rgba(255,255,255,0.5), 
		inset 0 4px rgba(255,255,255,0.3), 
		inset 0 -6px 13px rgba(0,0,0,0.2);
	text-decoration: none;
	font-size: 18px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	color: #fff;
	cursor: pointer;
	-moz-transition: color 0.2s, background-color 0.2s; 
	-webkit-transition: color 0.2s, background-color 0.2s; 
	transition: color 0.2s, background-color 0.2s;
}
.button1:hover, .button1:active {
	background: #FFA73D;
	border: 1px solid #F3941C;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.inputbox {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 15px;
	background: transparent url(../images/inputbox.png) no-repeat 0px 20px;
	height: 75px;
	width: 460px;
}
.inputbox_captcha {
	position: absolute;
	left: 15px;
	height: 75px;
	width: 460px;
}
.main-banner .inputbox {
	bottom: 50px;
	left: 470px;
}
.inputbox-large {	
	background: transparent url(../images/inputbox-large.png) no-repeat 0px 20px;
	width: 600px;
}

.inputbox .input {
	position: absolute;
	top: 30px;
	left: 10px;
}
.inputbox .input input, .inputbox .input select {
	font-size: 18px;
	padding: 4px 6px;
	border: 1px solid #ccc;
}

.inputbox .input button {
	background: #F3941C;
	border: 1px solid #D97001;
	padding: 3px 6px;
	* padding: 1px 6px;
	margin-left: 5px;
	border-radius: 5px;	
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2),
		inset 0 1px rgba(255,255,255,0.5), 
		inset 0 4px rgba(255,255,255,0.3), 
		inset 0 -6px 13px rgba(0,0,0,0.2);	
	-webkit-box-shadow:  1px 1px 3px rgba(0,0,0,0.2),
		inset 0 1px rgba(255,255,255,0.5), 
		inset 0 4px rgba(255,255,255,0.3), 
		inset 0 -6px 13px rgba(0,0,0,0.2);	
	box-shadow:  1px 1px 3px rgba(0,0,0,0.2),
		inset 0 1px rgba(255,255,255,0.5), 
		inset 0 4px rgba(255,255,255,0.3), 
		inset 0 -6px 13px rgba(0,0,0,0.2);	
	text-decoration: none;
	font-size: 18px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	color: #fff;
	cursor: pointer;
	-moz-transition: color 0.2s, background-color 0.2s; 
	-webkit-transition: color 0.2s, background-color 0.2s; 
	transition: color 0.2s, background-color 0.2s;
}
@media only screen and (device-width: 768px) { 
	.inputbox .input button span, button.button {
		display: inline-block;
		padding: 1px 0;
		margin: 0px -1em !important;
	}
}
.inputbox .input button:hover {
	background: #ffa83a;
	border: 1px solid #F3941C;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.inputbox em {
	margin-left: 10px;
}
.formactions {
	display: block;
	position: relative;
	height: 100px;
}
.formactions_captcha {
	display: block;
	position: relative;
	height: 170px;
}
.ui-widget {
	font-family: inherit;
	font-size: inherit;
}
.ui-autocomplete {
	max-height: 150px;
	_height: 150px; /* IE6/IE7 support */
	overflow-y: auto;
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	opacity: 0.9;
}
.ui-autocomplete .ui-menu-item a {
	padding: 1px 5px 1px 15px;
	margin: 0 3px;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover {
	padding: 0px 4px 0px 14px;
	margin: 0 3px;
	background: #F0ED08;
	border-color: #DBD700;
	color: #000;
	-moz-box-shadow: 0px 0px 5px rgba(240,237,8,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(240,237,8,0.8);
	box-shadow: 0px 0px 5px rgba(240,237,8,0.8);
}
.ui-autocomplete-category {
	font-weight: bold;
	font-size: 10px;
	padding: 2px 5px;
	margin: 0;
	color: #888;
	border-bottom: 1px dotted #ccc;
}
a#toolboxToggle {
	position: absolute;
	right: 5px;
	top: 3px;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	background: transparent;
	padding: 3px 6px;
	* padding: 1px 6px;
	margin-left: 5px;
	border-radius: 5px;
	cursor: pointer;
}
a#toolboxToggle:hover {
	background: #FFA73D;
	background: -moz-linear-gradient(top, #FFA73D 0%, #F3941C 100%);
	background: -webkit-linear-gradient(top, #FFA73D 0%, #F3941C 100%);
	background: linear-gradient(top, #FFA73D 0%, #F3941C 100%);
	border: 1px solid #F3941C;
	-moz-box-shadow: 1px 1px 5px rgba(217,112,1,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(217,112,1,0.5);
	box-shadow: 1px 1px 5px rgba(217,112,1,0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
a#toolboxToggle div {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 4px;
	left: 7px;
	background: transparent url(../images/magnifier.png) no-repeat top left;
}
.inputbox .input input, .inputbox .input select, .fi input {
	border-radius: 5px;
}
.inputbox .input input:active, .inputbox .input input:focus, .fi input:focus {
	background-color: #fff;
	border-color: #FFA73D;
	-moz-box-shadow: 1px 1px 10px rgba(217,112,1,0.5),
		inset 1px 1px 5px rgba(217,112,1,0.3);
	-webkit-box-shadow: 1px 1px 10px rgba(217,112,1,0.5),
		inset 1px 1px 5px rgba(217,112,1,0.3);
	box-shadow: 1px 1px 10px rgba(217,112,1,0.5),
		inset 1px 1px 5px rgba(217,112,1,0.3);
}
.related-tools {
	position: relative;
	margin: 0px 20px 10px 20px;
	font-size: 11px;
	color: #999;
}
.related-tools a {
	margin-right: 3px;
}
.tool-results-container {
	position: relative;
	display: block;
	margin: 10px 20px;
	border: 1px solid #ccc;
}
.tool-results-heading {
	position: relative;
	font-size: 12px;
	padding: 2px 5px;
	color: #333;
	background: #f1f1f1;
	border-top: 1px solid #ccc;
}
.tool-results {
	position: relative;
	display: block;	
	color: #068658;
	font-size: 11px;
	font-family: LiberationMonoRegular !important;
	padding: 5px 10px;
}
.tool-results .label {
	display: inline-block;
	* display: inline;
	color: #999;
	width: 150px;
	text-align: right;
}
.tool-results .value {

}
.resultstable {
	font-size: 11px !important;
}
.resultstable th {
	font-weight: normal;
	text-align: left;
}
.resultstable td {
	padding: 2px 0;
	border-top: 1px solid #f1f1f1;
}
.resultstable .table-error td {
	color: #900;
	background-color: #fee;
	border-top: 1px solid #fcc;
	border-bottom: 1px solid #fcc;
}
.resultstable .table-error td a {
	color: #900;
}
table {
	border: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
}
table tr {

}
table td, table th {
	padding: 3px 8px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
table th {
	background: #f1f1f1;
	font-size: 10px;
	font-weight: normal;
}
table table {
	margin: 0;
	border: none;
	border-right: 1px solid #ccc;
}
.tablehead {
	background: #ccc;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 8px;
	margin: 0 8px 0 20px;
	
}
.reportkey {
	list-style: none;
	padding-left: 5px;
	font-size: 11px;
	* margin-left: 0px;
}
.reportkey li {
	margin: 0 0 5px 0;
}
.reportkey li img {
	vertical-align: middle;
	margin-right: 5px;
}
.secondary-left-column .generic-box {
	margin: 0px 5px 10px 5px;
	padding: 0px;
	font-style: normal;
	color: #333;
}
.secondary-left-column .generic-box p {
	font-size: 12px;
	word-wrap: break-word;
}
.secondary-left-column .generic-box ul {
	margin: 0 0 10px 20px;
	padding: 0 5px;
}
.secondary-left-column .generic-box ul li {
	margin: 0 0 5px 0;
	padding: 0;
}


.overall-test-stats {
	position: relative;
	display: block;
	* zoom: 1;
	margin: 10px 0px 10px 20px;
	*padding-top: 5px;
	vertical-align: top;
}
.chart {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;   
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	width: 440px;
	opacity: 0; 
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.chart-controls {
	text-align: center; 
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	position: relative; 
	display: block;
}
.chart-controls a.selected {
	text-decoration: none;
	color: #666;
	font-weight: bold;  
}
.sublevel {
	zoom:1;
}
.sublevel p {
	padding-left: 10px !important;
	zoom:1;
}
.chart-controls .at300m span {
	width: 1px !important;
	height: 1px !important;
	padding: 0px !important;
	margin: 0px !important;
	margin-right: -2px;
}
.chart_container {
	position: relative;
	width: 440px;
	height: 400px;
}
.chartDataItem {display: none;}
.chart_canvas, .chart_shadow {
	position: absolute;
	background: transparent;
	top: 0px;
	left: 0px;
	width: 440px;
	height: 400px;
}
.chart_title {
	font-size: 24px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	font-family: "PlayRegular";
	color: #068658;
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.chart_title span {
	font-size: 15px;
}
.chart_footer {
	font-family: "PlayRegular";
	font-size: 10px;
	position: absolute;
	top: 375px;
	left: 15px;
	color: #888;
}
.chart .comingsoon {
	position: absolute;
	top: 190px;
	left: 120px;
	font-size: 36px;
	font-family: "PlayRegular";
	text-shadow: 1px 1px 7px rgba(255,255,255,1);
}
.piechart, .linechart {
	position: relative;
	width: 440px;
	height: 440px;
	margin: 20px 10px 20px 20px;
	border: 1px solid #ccc;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	border-radius: 5px;
	display: inline-block;
	*zoom:1;
	*display:inline;
	vertical-align: top;
	overflow: hidden;
}
.linechart {height: 430px;}
#piecanvas {
	border: 1px solid #ccc;
	background: #f1f1f1;
	border-radius: 5px;
	height: 360px;
	width: 400px;
	margin: 20px auto 0 auto;
	vertical-align: top;
}
.piedate {
	clear: both;
	background: #f1f1f1;
	box-shadow: inset 0 5px rgba(255,255,255,0.7), 0 1px 5px rgba(0,0,0,0.2);
	padding: 5px 10px;
	border-radius: 5px;
	border-bottom: 1px solid #fff;	
}
.linedate {
	clear: both;
	padding: 5px 10px;
}
#historyLabels {
	display: block;
	* zoom: 1;
	position: absolute;
	bottom: 15px; 
	left: 20px; 
	font-size: 11px; 
	font-family: 'PlayRegular';
	width: 350px;
	color: #aaa;
}
#historyLabels span {
	padding: 0 10px 0 0;
	* display: inline;
	* zoom: 1;
	* position: relative;
}



.sitemap-container {
	position: relative;
	background: #f1f1f1;
	border-top: 1px solid #fff;
	* border-top: 1px solid #ccc;
	margin-top: 20px;
	zoom: 1;
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}
.sitemap-container .sitemap {
	position: relative;
	margin: 20px auto 0 auto;
	width: 940px;
	font-size: 11px;
	color: #999;
	min-height: 300px;
	vertical-align: top;
}
.sitemap-container .sitemap .column {
	position: relative;
	display: inline-block;
	* display: inline;
	* zoom: 1;
	width: 120px;
	margin-left: 10px;
	vertical-align: top;
}
.sitemap-container .sitemap .column a {
	display: block;
	color: #666;
	padding: 2px 0;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	vertical-align: top;
}
.sitemap-container .sitemap .column a:hover {
	color: #F3941C;
	text-decoration: underline;
}
.sitemap-container .sitemap .column strong, .sitemap-container .sitemap .column strong a {
	color: #2f2f2f;
	font-size: 12px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
	display: block;
	vertical-align: top;
}
.sitemap-container .sitemap .column strong a:hover {
	color: #F3941C;
	text-decoration: underline;
}
.footer-container {
	position: relative;
	height: 50px;
	background: #2f2f2f;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	border-top: 1px solid #000;
}
.footer {
	position: relative;
	display: block;
	width: 975px;
	height: 50px;
	margin: 0 auto;
} 
.footer .copyright {
	position: relative;
	margin-left: 20px;
	font-size: 10px;
	color: #999;
	padding-top: 10px;
}
.footer .copyright a {
	color: #ccc;	
	padding: 0 5px;
}
.footer-logo {
	position: relative;
	top: 5px;
	text-decoration: none;
}
.secondary-right-column div.info {
	padding: 15px 20px 0;
}
ul.errorMessage, ul.actionMessage{ 
	border: 1px solid red; 
	color: red; 
	width: 91%; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 10px; 
	list-style: none; 
	background-color: #ffeeee; 
}
ul.actionMessage { 
	color: green; 	
	background: #e9f2e9; 
	border: 1px solid green;
	width: auto;
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px;
}
div.formItem ul.errorMessage, div.item ul.errorMessage {
	border: none; 
	background-color: #ffffff; 
	margin-left: 0px; 
	padding: 0px; 
	margin-top: 0px;
}

div.fi ul.errorMessage { 
	color: red; background: none; 
	font-size: 14px; 
	padding: 0px;
	padding-left: 130px;
	border: none; 
	width: auto;
	margin: 0px;
	margin-bottom: 10px;
}

/* fake drop down on some reports */
div.phonyDropDown { 
	background: url('../images/dropDownChrome.png'); 
	width: 241px;
	height: 64px; 
	
	position: absolute; 
	top: 4px; 
	right: 15px; 
	cursor: pointer; 
	z-index: 102;
} 
div.phonyDropDown span.title { 
	display: block;
	font-size: 24px;		
	overflow: hidden;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-top: 7px;
	position: absolute;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);		
	color: #068658;		
} 

div.phonyDropDown span.counter { 
	color: white; 
	position: absolute; 
	left: 15px; 
	top: 40px; 
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	z-index: 90; 
} 

div.phonyDropDown div.links { 
	display: none; 
	width: 100%; 
	
	background: #b6b6b6 url('../images/dropDownBackground.png') bottom left no-repeat;  
	margin-top: 40px; 
	margin-left: -1px;
	clear: both; 
	padding-bottom: 30px; 
	z-index: 104; 
} 

div.phonyDropDown a { 
	display: block; 
	float: left;  
	width: 209px; 
	font-size: 16px; 
	border-bottom: 1px solid #e5e5e5; 
	padding: 10px; 
	position: relative; 
	left: 6px; 
	color: white; 
	text-decoration: none; 
	font-size: 14px; 
} 

div.phonyDropDown a:hover { 
	background-color: #ccc; 
} 


input.exampleText { color: #999; font-style: italic; }
.addthis_default_style, .at300b, .at300m {
	float: none !important;
}
.atclear {
	display: none !important;
}

input.disabled, button.disabled { 
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  /* IE 5-7 */
  * filter: alpha(opacity=30);

  /* Netscape */
  -moz-opacity: 0.3;

  /* Safari 1.x */
  -khtml-opacity: 0.3;

  /* Good browsers */
  opacity: 0.3;

}

a.disabled, a.disabled:hover { 
	cursor: default; 
	text-decoration: none; 
	color: #b4dacd; 
} 

/* media query to address safari on ipad and fix field positioning */
@media only screen and (device-width: 768px) { 
	input#zoneName { margin-left: -1px; margin-top: -1px; font-size: 20px; } 
}


@media only print { 
	/* duplicate in printOnIE.css */
	
	div.secondary-left-column, 
	div.secondary-right-column, 
	div.header-nav, 
	div.body-nav, 
	#leftNav,
	.noprint,
	div.shareThis,
	.bodypagenav .pagecontrols,
	.bodypagenav a { 
		display: none;
	}
	
	
	
	div.main-right-column, div.main-left-column, div.section, div.borderBox { float: none; } 
	
	
	div.footer-container, div.footer { width: 700px; } 
	/* fieldset, form, div.item {  height: 100px; float: none; position: static; margin: 0px; padding: 0px; } */
	
	fieldset, pre, form, legend, h1, h2, h3, h4 { float: none !important; } 
	div.body { width: 700px; } 
	
}

.header-text {
	font-size: 18px;
	margin-left: 295px;
	padding: 25px;
}