/*-- Base Styles --*/

body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0 auto;
}
strong {
	font-weight: 700;
}

/*-- Specific Styles --*/

#headerNewWrap {
	background-color: #b5191e;
}
#headerNew {
	font-family: Arial, sans-serif;
	width: 700px;
	height: 99px;
	margin: 0 auto;
	position: relative;
}
#headerNew .bg {
	width: 100%;
	height: 99px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -950px;
}
#headerNew .logo {
	float: left;
	clear: none;
	width: 300px;
}
#headerNew .headerContent a:hover {
	background-color: #323232;
}
#headerNew table {
	height: 99px;
}
#contentWrapNew {
	background: url(/library/images/content-bg.gif) top center repeat-x;
}

#footerNewWrap {
	background-color: #323232;
	padding: 30px 0 5px;
}
#footerNew {
	font-family: Arial, sans-serif;
	width: 700px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
}

#footerNew #footer_nav a {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: url(/library/images/footer-divider.gif) center left no-repeat;
	padding: 0 8px 0 10px;
	text-decoration: none;
}

#footerNew #footer_nav a:hover {
	color: #b5191e;
}

#footerNew #footer_nav a:first-child {
	background: none;
}

.container {
	display: block;
	max-width: 960px;
	margin: 0 auto;
}

.test-warning {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 2px solid #d2202f;
	background-color: #a11114;
}

.test-warning P {
	color: white;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 1em;
}

.healthcheck  {
    display: block;
    margin: 1em 0;
    padding: 0 0.4em;
    border-top: 1px solid #dfdfdf;
}
.healthcheck .success {
    color: #2ec256;
}
.healthcheck .failure {
    color: #d2202f;
    font-weight: bold;
}
.healthcheck PRE {
    display: block;
    background-color: #f0f0f0;
    border: 1px solid #5d5d5d;

    margin: 0 0 0.5em;
    padding: 0.5em;
}