body {
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	background-color: #31311B;
	color: #333333;
}

/* General layout ----------------------------------------- */

table.main {
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}
td.pagehead {
	background-color: #191919;
	color: #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
div.timedate {
	font-family: Verdana,Arial;
	font-size: 13px;
	padding: 4px 0 4px 10px;
}
div.nav {
	padding: 4px 7px 4px 0;
	text-align: right;
}
div.gen {
	width: 550px;
	margin: 10px auto 0 auto;
	line-height: 14px;
	font-family: Verdana,Arial;
	color: #AAAAAA;
	font-size: 11px;
	text-align: center;
	clear: left;
}

/* Top navigation ----------------------------------------- */

form {
	margin: 0;
	padding: 0;
}
div.nav {
	font-family: Tahoma,"MS Sans Serif",Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}
input.button {
	width: 45px;
	font-family: Tahoma,"MS Sans Serif",Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #999999;
	background-color: #666666;
	color: #FFFFFF;
	cursor: pointer;
}
select.loglist {
	width: 100px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	color: #000000;
	font-family: Tahoma,"MS Sans Serif",Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* Graphing -------------------------------------------- */

td.desc,td.graph {
	border-bottom: 1px solid #555555;
}
td.desc {
	background-color: #333333;
	color: #CCCCCC;
	border-right: 1px solid #555555;
	padding-right: 5px;
	padding-left: 5px;
}
td.graph {
	background-color: #3E3E3E;
	color: #CCCCCC;
	border-right: 1px solid #666666;
	padding-top: 7px;
	padding-bottom: 5px;
}
div.gr,div.bl,div.rd,div.wh,div.yl {
	float: left;
	position: relative;
	vertical-align: bottom;
	width: 2px;
	font-size: 2px;
}
div.gr {
	background-color: #00AA00;
	color: #00AA00;
}
div.bl {
	background-color: #046CC4;
}
.bl {
	color: #046CC4;
}
div.rd {
	background-color: #DC4848;
}
.rd {
	color: #DC4848;
}
div.wh {
	background-color: #3E3E3E;
	color: #FF0000;
}
div.yl {
	background-color: #C8A900;
}
.yl {
	color: #C8A900;
}
div.time, div.time0, div.timelast, div.timedim, div.timelastdim {
	padding: 3px 0px 0 0px;
}
div.time,div.timedim {
	text-align: center;
}
div.timedim, div.timelastdim {
	color: #666666;
}
div.time0 {
	text-align: left;
}
div.timelast, div.timelastdim {
	text-align: right;
}
td.v-label,td.h-label,td.corner {
	font-size: 10px;
	line-height: 8px;
}
td.v-label {
	padding: 1px 4px 0 4px;
	text-align: right;
	border-right: 1px solid #555555;
}
td.h-label {
	border-top: 1px solid #555555;
}
td.hour,td.hour0 {
	vertical-align: text-bottom;
	border-right: 1px solid #555555;
	border-top: none;
	background-image: url('imgs/graphbg.gif');
	background-repeat: repeat-y;
}
div.title {
	font-family: Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 3px;
	text-align: right;
	color: #E0E0E0;
	clear: left;
}
div.ldlinks {
	font-family: Verdana,Arial;
	font-size: 11px;
	padding-bottom: 6px;
	padding-top: 2px;
	text-align: right;
	color: #888888;
}
div.desc {
	font-family: Verdana,Arial;
	font-size: 11px;
	text-align: right;
	clear: left;
}
a:link,a:active,a:visited,a:hover {
	color: #87CBD7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}