

#details th {text-align: right; vertical-align: top;}
#details td {border-top: 1px solid;}
.properties {font-family: monospace}
.list {
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-right: 1px solid grey;
}
.rowed td {border-bottom: 1px solid;}
.list td {border-left: 1px solid grey; }
.list th {border-bottom: 1px solid; border-left: 1px solid grey;}
.list .breakRow {
	border-top: 2px solid black; 
	border-bottom: 2px solid black;
	background-color: lightblue;
	font-size: large;
	}

.evenRow {background-color: #FFFFFF;}
.oddRow {background-color: #EEEEEE;}
.headerRow {background-color: lightgrey;}

.success {background-color: #99FF99;}
.failure {background-color: #FF9999;}

#jobsList td, #suiteList td, #queueList td {border-bottom: 1px solid; }
#jobResults .resultCell {text-indent: 20px;}
#jobResults .jobCell {border-top: 2px solid;}
#jobResults td {border-bottom: 1px solid grey;}

.buttonLink {text-decoration: none; background-color: buttonface;}
.description {/*font-size: small;*/ font-style: italic; line-break:strict;}
.ident {font-family: monospace; font-size: large; font-weight: bold; color: gray;}
