body {
    font-family:Arial, Helvetica, sans-serif;
    background-color:#FFFFFF;
    margin-left:5px;
    margin-top:5px;
    font-size:9pt;
}

td {
	vertical-align:top;
}

input, select {
    font-size:9pt;
}

tr.mainHeadingRow {
    font-size:9pt;
    font-weight:bold;
    background-color:#CCCCCC;
    padding-left:2px;
    padding-top:2px;
    padding-bottom:1px;
}

tr.secondaryHeadingRow {
    font-size:9pt;
    font-weight:bold;
    background-color:#AAAAAA;
    padding-left:2px;
    padding-top:2px;
    padding-bottom:1px;
}

.box {
	border-bottom:2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	border-left: 2px solid black;
	background-color: #ffffff;
	}
.summary-incident-count {
    font-size: 9pt;
	color: #990000;
	font-weight:bold;
    padding-left:1px;
    text-align:center;
    width:1%;     
}

.summary-incident-title {
	font-size: 9pt;
	color: #000000;
	}
.highlighted{
    font-size: 9pt;
	color: #000000;
    font-weight:bold;
}
.OddLeft{
	COLOR: #000000;
	BACKGROUND-COLOR: #EEEEEE;
	TEXT-ALIGN: left;
	font-size:9pt;
    padding-left:2px;
    }

.EvenLeft{
	COLOR: #000000;
	font-size:9pt;
	BACKGROUND-COLOR: #CCCCCC;
	TEXT-ALIGN: left;
    padding-left:2px;
    }
table.serviceCallingStations{
	width:100%;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	}
table.serviceCallingStations thead{
	font: bold 0.85em;
	color:#000000;
	background-color:#A7A7A7;
	text-align:left;
	}
table.serviceCallingStations th{
	border-bottom:1px solid #828282;
	}
table.serviceCallingStations td.last{
	border-bottom:1px solid #969696;
	padding-top:5px;
	}
table.serviceCallingStations tbody{
	font-size: 0.80em;
	font-weight:normal;
	color:#000000;
	}
