@charset "utf-8";
/******************************************************************/
/*                CPARS - METRICS TABLES CSS                      */
/*																  */
/*                Date Modified - 02/24/2015           			  */
/*																  */
/******************************************************************/


/***********************  2002 - 2014  *****************************/
/****************** quarterly metrics pages  ***********************/
caption {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: bold;
}
.date {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.name {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.name {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.metrics {
	width: auto;
  margin: 0 auto;
}
.metrics, th, tr, td {
	border: 1px #000 solid;
	padding: 3px 5px;
}
.metric {
	width: 24%;
	text-align: left;
}
.sys {
	text-align: right;
	width: 8%;
}
.non .con .ae {
	text-align: right; 
	width: 19%;
}
.sro {
	text-align: right;
	width: 15%;
}
.svc {
	text-align: right;
	width: 13%;
}
.it {
	text-align: right;
	width: 16%;
}
.ops {
	text-align: right;
	width: 12%;
}
.total {
	text-align:right;
	width: 8%;
}