/* Basics */
html {
	height: 99%;
	overflow: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	color: #565347;
	height: 96%;
	overflow: none;
}
* html body {
	width: 98%;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #81785a;
	color: #565347;
}
a:focus {
	outline:1px #8a887d dotted
}
a:hover {
	color: #820000
}
img {
	border: 0px;
}
p, dt, dd, li {
	font-size: 0.8em;
}
hr {
	height: 1px;
	color: #eae9e6;
	background: #eae9e6;
	border: 0px;
}
h1 {
	font-size: 1em;
	color: #820000;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 0.9em;
	color: #820000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0.25em 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 100%;
	border-collapse:collapse;
	color: #565347;
}
th {
	background: #c4bfa9;
	padding: 2px;
	border: 1px solid #fff;
}
td {
	background: #efefef;
	padding: 2px;
	border: 1px solid #fff;
}
.highlight {
	background: #004F8E;
	text-align: center;
}
ul {
	list-style-type: square;
}
.description {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px 0px 0.25em 0px;
}


/* IT Services Status Box */
.status {
	border-bottom: 0px;
}
.status th {
	background: transparent;
	border: 0px;
}
.status td {
	background: none;
	padding: 3px 5px;
	border: 0px;
	border-bottom: 1px solid #f3f0e6;
}
.status_box_outer_outer {
	background: #ccc; /* #f3f0e6 */
	padding: 1px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	position: relative;
}
.status_box_outer {
	background: #efefef; /* #f3f0e6 */
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}
.status_box {
	background: #fff; /* faf9f6 */
	padding: 2px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	position: relative;
}
td.status_Phone {
	border-bottom: 0px;
}
.status a {
	display: block;
	border: 0px;
}
.status a:focus {
	outline: 0px;
}
.status a:hover {
	color: #565347;
}
/* Status Lights */
.status_pending {
	display: block;
	background-color: #666;
	color: #fff;
	padding: 1px 0.7em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.status_pending a, .status_pending a:hover {
	color: #fff;
}
.status_ok, .status_On {
	display: block;
	background-color: #6bae4d;
	color: #fff;
	padding: 1px 0.7em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.status_ok a, .status_On a, .status_ok a:hover, .status_On a:hover {
	color: #fff;
}
.status_recovery {
	display: block;
	background-color: #6bae4d;
	color: #fff;
	padding: 1px 0.7em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.status_recovery a, .status_recovery a:hover {
	color: #fff;
}
.status_unknown {
	display: block;
	background-color: #fce200;
	color: #565347;
	padding: 1px 0.7em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.status_unknown a, .status_unknown a:hover {
	color: #565347;
}
.status_warning, .status_Delayed {
	display: block;
	background-color: #fce200;
	color: #565347;
	padding: 1px 0.7em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.status_warning a, .status_Delayed a, .status_warning a:hover, .status_Delayed a:hover {
	color: #565347;
}
.status_critical, .status_Critical {
	display: block;
	background-color: #df0000;
	color: #fff;
	padding: 1px 0.7em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.status_critical a, .status_Critical a, .status_critical a:hover, .status_Critical a:hover {
	color: #fff;
}
.status_legend {
	padding: 2px 7px 0px 7px;
	font-size: 0.6em;
	text-align: center;
}
.status_legend a {
	color: #676458;
}
