/* Font Styles
=====================================================================*/
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	color: #FFFFFF;
	font-size: 18px;
}
h2 {
	color: #f67f00;
	font-size: 16px;
}
h3 {
	color: #f67f00;
	font-size: 14px;
}
.green {
	color:#15840B;
	font-weight: bold;
}
.red {
	color:#C91312;
	font-weight: bold;
}
.yellow {
	color: #FFB600;
	font-weight: bold;
}
/* Layout Styles
=====================================================================*/
body {
	background: #FFF url(../img/bg-body.png) top center repeat-x;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#header {
	height: 150px;
	width: 960px;
	position: relative;
}

#header img {
	border: none;
	top: 0;
	left: 0;
	position: absolute;
}

#header h1 {
	color: #d8e2e8;
	font-size: 24px;
	font-weight: normal;
	text-shadow: #7c94a1 1px 1px 0;
	text-align: right;
	top: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
}

#header div {
	color: #7c94a1;
	text-align: right;
	padding: 0;
	margin: 0;
	top: 60px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
}

#header div a {
	color: #d8e2e8;
}

#header h2, #header h3 {
	color: #f7941d;
	font-weight: normal;
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
}

#header h2 {
	font-size: 18px;
	top: 95px;
}

#header h3 {
	font-size: 16px;
	top: 118px;
}

#copyright {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#copyL {
	float: left;
	width:49%;
	text-align: left;
	font-size: 10px;
}
#copyR {
	float: right;
	width:49%;
	text-align: right;
	font-size: 10px;
}

/* Page Styles
====================== */

.index h3 {
	color: #666;
	font-size: 0.85em;
	font-weight: bold;
	margin: 0;
}

.index table {
	margin-left: 180px;
	margin-bottom: 20px;
	width: 775px;
}

.index tr.first td {
	padding-top: 0 !important;
}

.index tr.primary td .status {
	font-size: 2.4em;
}

.index tr.primary td .notice {
	font-size: 1.2em;
	font-weight: normal;
}

.index tr.primary td .notice img {
	vertical-align: middle;
}

.index tr.primary td strong {
	font-size: 1.4em;
	display: block;
}

.index td {
	color: #999;
	border-bottom: 1px solid #ADBFD6;
	padding: 20px 10px;
	margin: 0;
}

.index tr.primary td {
	color: #666;
	border-bottom: 1px solid #5B7EAD;
	padding: 20px 10px;
	margin: 0;
}

.index tr td.icon {
	text-align: center;
	vertical-align: top;
}

.index tr.primary div.green {
	text-shadow: #92CFA7 1px 1px 0;
}

.index td .status {
	font-size: 1.7em;
	font-weight: normal;
	margin: 2px 0;
}

.index td ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.index td ul li {
	display: inline;
	line-height: 1.3em;
	padding: 0 5px;
	position: relative;
}

.index td ul li span.green {
	color: #15840B;
	font-weight: normal;
}

.index td div.red a {
	color: #C91312;
}

.index td div.yellow a {
	color: #D79C00;
}

.index td ul li span.red {
	color: #C91312;
	font-weight: normal;
	border-bottom: 1px dotted #C91312;
	cursor: pointer;
}

.index td ul li span.yellow {
	color: #D79C00;
	font-weight: normal;
	border-bottom: 1px dotted #D79C00;
	cursor: pointer;
}

.index td ul li div {
	background-color: #fff;
	color: #333;
	border: 1px solid #4F7091;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: 20px;
	left: 5px;
	padding: 10px;
	width: 275px;
	display: none;
	position: absolute;
	z-index: 2;
}

.index td #lookupResult {
	display: none;
}

.index td ul#serverDetails {
	margin-top: 10px;
	display: none;
}

.index td ul#serverDetails li {
	padding: 0 10px 0 0;
}

.index td ul#serverDetails li strong {
	color: #f67f00;
	font-size: 1em;
	display: inline;
}

.index td ul#additionalInfo {
	display: none;
}

.index td ul#additionalInfo li {
	padding: 10px 10px 0 0;
}

.index td ul#additionalInfo li strong {
	margin-top: 10px;
	display: none;
}

#migration {
	background-color: #FFFFCC;
	line-height: 1.4em;
	border: 1px solid #E0C252;
	margin-top: 10px;
	padding: 10px;
}

#migration a {
	color: #663300;
}

#migration strong {
	font-size: 1em;
	display: inline;
}