SRVSTAT2.CSS

/* CSS Document */

body {
	font-family: sans-serif;
	font-size: 11px;
	line-height: 12px;
	background: white;
}
table {
	font-size: 10px;
	width: 100%;
	line-height: 11px;
	background: transparent;
	padding: 0px;
}
th {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
#	background: yellow;
	background: #3F7FAF;
	color: white;
}
.ReportHead th {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	background: transparent;
	color: darkblue;
}
.ReportHead {
	background: transparent;
	color: darkblue;
}
.TableHeadContainer {
	border-spacing: 3px;
}
.TableHeadContainer th {
	padding: 0px;
}
.TableHead {
	padding: 0px;
	border-spacing: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: outset;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: outset;
}
.TableHead td {
	color: white;
	font-size: 11px;
	font-weight: normal;
	width: 85px;
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
}

.TableData {
	width: 100%;
	padding: 0px;
	border: 0px;
	border-spacing: 3px;
}
.TableData td {
	background: beige;
	padding-left: 3px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: outset;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: outset;
}
.TableSubHead {
	background: #3F7FAF;
	font-size: 11px;
	font-weight: normal;
	color: white;
}
td.TableSubHead, .TableSubHead td {
	background: #3F7FAF;
	font-size: 11px;
	font-weight: normal;
	color: white;
}
.PlaceHolder {
	background: transparent;
}
.TableData .Warning {
	font-weight: bold;
	background: orange;
	color: black;
}
.TableData .Alert {
	font-weight: bold;
	background: red;
	color: white;
}