/*******************************************************************************
	dmcmon.css
*******************************************************************************/
body {
	margin: 50px 0px 0px 0px; 
	padding: 0px; 
	overflow: hidden;
}

body, div, td {
	font: 12px Arial, sans-serif;
}

h1 {
	font: bold 24px Verdana, sans-serif;
}

a img { border: none; }

h1#title {
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 4px;
	height: 35px;
	width: 100%;
	background: #def;
}

#clock {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	font: 16px "Courier New", Courier, fixed;
}

#nav {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	white-space: nowrap;
}

#nav a {
	float: left;
	border: 1px solid #ccc;
	background: white;
	padding: 2px;
	margin-right: 2px;
	width: 50px;
	font: 12px Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #666;
}

#mainframe {
	position: absolute;
	left: 0px;
	top: 44px;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}

#katrinaticker {
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #ccc;
	margin: 0px;
	height: 210px;
	width: 100%;
	background: #dfe;
	overflow: hidden;
}

#statusticker {
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #ccc;
	margin: 0px;
	height: 20px;
	width: 100%;
	background: #def;
	overflow: hidden;
}

#aqticker {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border-top: 1px solid #ccc;
	margin: 0px;
	height: 50px;
	width: 100%;
	background: #dfe;
	overflow: hidden;
}

#imgticker {
	position: absolute;
	left: 0px;
	bottom: 71px;
	border-top: 1px solid #ccc;
	margin: 0px;
	height: 154px;
	width: 100%;
	background: #def;
	overflow: hidden;
}

#statusticker i, #aqticker i, #imgticker i {
	display: block;
	width: 100%;
	text-align: center;
}

#statusticker div div {
	white-space: nowrap;
	padding: 0px 2px;
	border: 1px solid #ccc;
}

#statusticker div.Success {
	background: #dfe;
}

#statusticker div.Failure {
	background: #fdd;
}