.operatusLink {
	color : rgb(44, 98, 135);
	cursor:pointer
}

.operatusLink:hover {
	color : rgb(117,173,210);
	cursor:pointer
}

table.resultsTable {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #c6c6c5;
	border-style: solid;
	color: #000000;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	table-layout: fixed;
}

table.resultsTable td, table.resultsTable th {
	border-width: 1px;
	border-color: #c6c6c5;
	border-style: solid;
	padding: 3px;
	overflow: hidden;
}

table.resultsTable th.border {
	border-bottom-color: #000000;
}

table.resultsTable thead {
	background-color: #ffffff;
}

table.parametersTable {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #c6c6c5;
	border-style: solid;
	color: #000000;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	table-layout: fixed;
}

table.parametersTable td, table.parametersTable th {
	border-width: 1px;
	border-color: #c6c6c5;
	border-style: solid;
	padding: 3px;
	overflow: hidden;
}

table.parametersTable th.border {
	border-bottom-color: #000000;
}

table.parametersTable thead {
	background-color: #ffffff;
}

table.deliveryTable {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #c6c6c5;
	border-style: solid;
	color: #000000;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	table-layout: fixed;
}

table.deliveryTable td {
	border-width: 1px;
	border-color: #c6c6c5;
	border-style: solid;
	padding: 3px;
	overflow: hidden;
}

table.analysisParametersTable {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #c6c6c5;
	border-style: solid;
	color: #000000;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	table-layout: fixed;
}

table.analysisParametersTable td, table.parametersTable th {
	border-width: 1px;
	border-color: #c6c6c5;
	border-style: solid;
	padding: 3px;
	overflow: hidden;
	text-align: left;
}

table.analysisParametersTable th.border {
	border-bottom-color: #000000;
}

table.analysisParametersTable thead {
	background-color: #ffffff;
}

table.analysisParametersTable td.requirements {
	font-weight: bold;
	color: #3d81aa;
}

.analysisParametersTableErrorLabel {
	font-weight: bold;
	color: #FF0000;
}

.notificationButtonMail {
	cursor: pointer !important;
	width: 24% !important;
	height: 32px !important;
	color: white !important;
	text-decoration: none !important;
	padding-top: 13px !important;
	font-size: 18pt !important;
	font-family: Arial !important;
	font-weight: bold !important;
	margin-right: 5px !important;" 
}
