/* Style sheet for DSMT status */
/* Copyright 2005, dsmt.org */

/* summary table at top of page */
.summaryTable { 
}

/* the block of detailed server info */
.blockPayload { }
.lineHostname {
	margin-top: 10px;
	font-size: larger;
	font-weight: bold;
	background: #e0e0e0;
}
.lineLocalTime {}
.lineTotalMessages {}
.blockConnection {}
div.blockConnection {
	margin-left: 20px;
}
table.blockConnection {
	border: 1px;
	width: 100%;
}
.lineConnName {
	font-weight: bold;
}
.lineConnType {
	font-size: smaller;
}
.lineConnRdrRemoteHostname {
	font-size: smaller;
}
.lineConnRdrType {
	font-size: smaller;
}
.lineConnRdrState {
	font-size: smaller;
}
.lineConnRdrIO 
.lineConnRdrTotal
.lineConnRdrDiscarded
.lineConnRdrMax {
	text-align: center;
}
div.routeTable {
	margin-left: 30px;
}
table.routeTable {
	border: 1px;
	width: 100%;
}
tr.routeTable {
	font-size: smaller;
}
td.routeTable {
	font-size: smaller;
}
