﻿.note {
	color: #4765db;
}

.crystaltext {
	font-family: Crystal;
	font-size: 20px;
}

/* Multipage Styles */
.multipage {
	border: solid 1px #C3C3C3;
	border-top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #F9F9F9;
}

.resultspage {
	min-height: 250px;
	max-height: 450px;
	overflow: auto;
	min-width: 758px;
	padding: 0px;
}

/* Div to look like detailsview */
.detailsviewstyle {
	float: left;
	margin: 5px 5px 5px 0px;
}

	.detailsviewstyle .captureinput {
		width: 150px;
	}

	.detailsviewstyle .label {
		float: left;
		width: 250px;
		margin: 3px 4px 3px 0px;
		text-align: left;
		font-weight: bold;
	}

	.detailsviewstyle .fhs {
		clear: left;
		float: left;
		width: 150px;
		text-align: right;
		margin: 3px 4px 3px 0px;
	}

	.detailsviewstyle .fhssmall {
		clear: left;
		float: left;
		width: 80px;
		text-align: right;
		margin: 3px 4px 3px 0px;
	}

	.detailsviewstyle .fhsbig {
		clear: left;
		float: left;
		width: 220px;
		text-align: right;
		margin: 3px 4px 3px 0px;
	}

.nospaces {
	padding: 0px;
	margin: 0px;
}

.c-b {
	min-height: 300px;
}

.legend {
	position: absolute;
	padding: 2px;
	top: 3px;
	right: 3px;
	/*background-color: white;
	border: 1px solid #c3c3c3;*/
}

.p-b {
	min-height: 250px;
}

.c-i {
	border: 1px solid #9F6000;
	color: #9F6000;
	background-color: #FEEFB3;
	padding: 3px;
	margin: 0px 0px 5px 0px;
}

.scannedForm { max-width: 100%; }

.capture-image {
	float: left;
	width: 1002px;
	min-height: 375px;
	max-height: 450px;
	margin: 0px;
	border: 1px solid #C3C3C3;
	overflow: auto;
}

.project-image {
	width: 1016px;
	margin: 0px;
	border: 1px solid #C3C3C3;
}

.project-main {
	width: 1016px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #C3C3C3;
}

.widebutton {
	width: 120px;
}

.button {
	width: 80px;
}

/* View Request Styles */

.p-3 {
	padding: 3px;
}

/* Show the class colour */
.boldgreen {
	font-weight: bold;
	color: Green;
}

.boldred {
	font-weight: bold;
	color: Red;
}

.boldblue {
	font-weight: bold;
	color: Blue;
}

.boldblack {
	font-weight: bold;
}

.boldorange {
	font-weight: bold;
	color: Orange;
}

.green {
	color: Green;
}

.red {
	color: Red;
}

.blue {
	color: Blue;
}

.orange {
	color: Orange;
}

/* Result Table */
table.resulttable {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #A7A7A7;
}

	table.resulttable .rowstyle {
		background-color: #F2F2F2;
	}

		table.resulttable .rowstyle td {
			font-size: 12px;
		}

	table.resulttable .headerstyle {
		font-size: 12px;
		padding: 3px;
		height: 25px;
		background-color: #D9D9D9;
		color: Black;
	}

		table.resulttable .headerstyle td {
		}

		table.resulttable  th
		table.resulttable .headerstyle th.run {
			min-width: 65px;
			max-width: 110px;
			white-space: normal;
		}

	table.resulttable .testname {
		padding: 3px;
		background-color: #F2F2F2;
		white-space: nowrap;
	}

	table.resulttable tr th {
		padding: 3px;
		border: 1px solid #A7A7A7;
	}

	table.resulttable tr td {
		padding: 3px;
		border: 1px solid #A7A7A7;
	}

	table.resulttable tr td.range {
		background-color: #DCDCFA;
		text-align: center;
	}

	table.resulttable tr td.result {
		background-color: #F0FAFF;
		text-align: right;
		white-space: normal;
		min-width: 80px;
	}

	table.resulttable tr td.low {
		background-color: rgb(255,255,102,.5);
		font-weight: bold;
	}

	table.resulttable tr td.high {
		background-color: rgb(255,153,204,.5);
		font-weight: bold;
	}

	table.resulttable tr td.normal {
		background-color: #FFFFFF;
	}

	table.resulttable tr td.failedlow {
		background-color: rgb(153,255,102,.5);
	}

	table.resulttable tr td.failedhigh {
		background-color: rgb(255,74,79,.5);
	}

	table.resulttable tr td.nan {
		background-color: rgb(0,255,204,.5);
	}

	table.resulttable tr td.delta {
		background-color: rgb(255,195,0,.5);
		text-align: center;
	}

	table.resulttable tr td .extra {
		font-size: 9px;
		font-style: italic;
	}

.user {
	font-weight: bold;
	color: Green;
}

.auto {
	font-weight: bold;
	color: Blue;
}

.callout {
	font-weight: bold;
	cursor: pointer;
}

.ulmain {
	margin-top: 3px;
	margin-bottom: 3px;
}

	.ulmain li {
		margin-left: 25px;
	}

/* Navigation  Field */
.navegationBar {
	background-color: #E6E6E6;
	border: #CCCCCC 1px solid;
	padding: 3px 10px 3px 10px;
}
