.reportTable {
	color: #393939 !important;
	font-family: monospace;
	font-size: 13px;
}

.reportTable thead tr:first {
	border-bottom : 1px solid #ddd;
}

.reportTable thead tr th {
	border-color: #ddd;
	font-weight: lighter;
	background: #f3f3f3 linear-gradient(to bottom, #f8f8f8, #ececec) repeat-x scroll 0 0;
	color: #454545;
	vertical-align: middle;
	word-wrap: break-word; 
}

.reportTable th{
	line-height: 15px;
	padding: 5px;
	text-align: centre;
	border : 1px solid #ddd;
	border-right : 0px;
	border-top: 0px;
}

.reportTable td {
	line-height: 15px;
	padding: 2px;
	text-align: left;
	border : 2px solid #ddd;
	border-bottom: 0px;
	border-right : 0px;
	max-width: 80px !important;
}

.reportTable.table-bordered {
	border-color: #ddd #ddd #ddd -moz-use-text-color;
	border-image: none;
	border-radius: 0 !important;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
}

table.reportTable {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	margin-bottom: 20px;
}

.reportTable .exceeded_value{
	color : #FF0000 !important;
}
.reportTable .non_exceeded_value{
	color : #000 !important;
}

.reportTable .tech_validated{
	font-style: italic;
		font-weight: bolder;
}

.reportTable .data_quality_accept{
	background-color : #99FF99 !important;
}
.reportTable .data_quality_reject{
	background-color:#ad5c5c !important;
}
.reportTable .data_quality_in_valid{
	background-color:#999966 !important;
}
.reportTable .data_quality_none{
	background-color:#fff !important;
}
.reportTable .timstamp_header th{
	max-width: 80px !important; 
	min-width: 80px !important; 
	width: 80px !important; 
}

.reportTable .parametersLabel_header th{
	max-width: 80px !important; 
	min-width: 80px !important; 
	width: 80px !important; 
}
.reportTable .analyserName_header th{
	max-width: 80px !important; 
	min-width: 80px !important; 
	width: 80px !important; 
}
.reportTable .monitoringId_header th{
	max-width: 80px !important; 
	min-width: 80px !important; 
	width: 80px !important; 
}
.reportTable .siteName_header th{
	max-width: 80px !important; 
	min-width: 80px !important; 
	width: 80px !important; 
}