body {
	margin: 0px;
	padding: 0px;
}

div.content {
	margin: 8px;
}

div.overlay {
	position: fixed;
	width: 100%;
	margin: 100%;
	text-align: centre;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1000;
}
	
div.blanker
	{
		position: fixed;
		width: 100%;
		height: 100%;
		padding: 0px;
		margin: 0px;
		border:0px;
		left: 0px;
		top: 0px;
		background-color: bbb;
		opacity: 0.8;
		z-index: 950;
	}
	
a.closer
	{
		position: absolute;
		width: 15%;
		height: 30%;
		min-width: 40px;
		min-height: 40px;
		top: 0px;
		right: 0px;
		z-index: 975;
		background-color: #fee;
		font-size: 30px;
		text-align: center;
		border: 3px solid red;
		border-radius: 3px;
	}
	
.errors
	{
		color: black;
		border: 1px solid red;
		margin: 5px;
		padding: 5px;
		border: 1px solid #daa;
		border-radius: 3px;
		display: inline-block;
	}
	
.vehiclesection {
padding: 5px;
float: left;
border: 1px solid black;
margin: 5px;
}
	
.personsection {
padding: 5px;
float: left;
border: 1px solid red;
margin: 5px;
}
	
.occurrencesection {
padding: 5px;
float: left;
border: 1px solid green;
margin: 5px;
}

.searchresult {
	margin: 10px;
}

div.overlay div.displaybox
	{
		position: fixed;
		width: 95%;
		height: 85%;
		margin-top: 5%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 5%;
		padding-top: 1%;
		padding-bottom: 1%;
		padding-left: 1%;
		padding-right: 1%;
		text-align: left;
		opacity: 1;
		background-color: white;
		border: 2px solid black;
		border-radius: 10px;
		z-index: 1001;
		overflow: scroll;
	}

div.overlay .errors
	{
		color: white;
		background-color: #a44;
		margin: 5px;
		padding: 5px;
		border: 1px solid #daa;
		border-radius: 3px;
		display: inline-block;
	}
	
div.overlay h2
	{
	}

label {
		min-width: 10em;
		display: inline-block;
}
	
img.companylogo {
    float: right;
    padding: 10px;
    max-width: 200px;
}
	
span.alarmmargin
	{
		color: #999;
	}
	
div.monitorLink
	{
		display: block;
		float: left;
		margin: 2px;
		border: 1px solid grey;
	}
	
	div.monitorlink a
	{
		padding: 8px;
		display: block;
		min-width: 12em;
	}
	
	
div.monitorlinkmenu a
{
	padding: 8px;
	display: block;
	width: 12em;
	color: white;
	font-family: sans-serif;
    background-color: #444;
    margin: 3px;
	text-align: left;
}

div.monitorlinkmenu a:visited
	{
		color: white;
	}

div#Wait
{
	position: fixed;
	z-index: 10;
	width: 100%;
	padding-top: 10%;
	text-align: center;
	display: none;
}
	
div.monitors::after {
	content:".";
	color:white;
	display: block;
	clear: both;
}

div.controlForm {
	border: 1px solid black;
    display: block;
    width: auto;
    float: left;
	clear: right;
    padding: 10px;
    margin: 10px;
	min-height: 10em;
}

div.clearer {
	clear: both;
}
	
table.DomainDisplay
	{
		table-layout:fixed;
		/*width:100%;*/
	}
table.DomainDisplay th
	{
		white-space:nowrap;
		overflow:ellipsis;
	}
	
table.DomainDisplay td
	{
		border-right: 1px dotted #ddd;
		border-top: 1px dashed #ddd;
		width: 30px;
		height: 20px;
		white-space:nowrap;
	}
	
table.DomainDisplay td:first-child
	{
		width: 30px;
	}
	
table.DomainDisplay td:hover
	{
		overflow: visible;
		width: 300px;
	}
	
table.DomainDisplay td:first-child:hover
	{
		width: 30px;
	}
	
table.TestResults
	{
		table-layout:fixed;
		/*width:100%;*/
	}
table.TestResults th
	{
		white-space:nowrap;
	}
	
table.TestResults td
	{
		border-right: 1px dotted #ddd;
		border-top: 1px dashed #ddd;
		/*width: 300px;*/
		padding-left: 5px;
		padding-right: 5px;
		height: 15px;
		white-space: pre;
	}
	
table.TestResults td:first-child
	{
		width: 30px;
		padding-left: 0px;
	}
table.TestResults td:last-child
	{
		width: 610px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
.TestPending
	{
		background-image: URL("images/ajax-loader.gif");
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
.TestPass
	{
		background-image: none;
		background-color: #afa;
		white-space: pre;
	}
	
.TestFail
	{
		background-image: none;
		background-color: #faa;
		white-space: pre;
	}
	
div.displaybox input[type=text]
	{
		width: 180px;
	}

td div.Detail
{
	position: absolute;
	z-index: 10;
	background: white;
	width: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

td:hover div.Detail
{
	width: 500px;
	transition: 0.5s width;
	transition-delay: 0.5s;
}

div.Detail:hover
{
	width: 500px;
}

div.help
{
	padding: 10px;
	width: 478px;
	border: 1px solid black;
}

div.help h2
{
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#alarms .alarm-inactive
	{
		display: none;
	}
	
div.showall .alarm-inactive
	{
		display: block !important;
	}
div.showall input.alarm-active
	{
		display:none;
	}
div.showall input.alarm-inactive
	{
		display:inline-block !important;
	}
	
div.menu {
		width: 100%;
		/*height: 40px;*/
		background-color: black;
		color: white;
		text-align: right;
		font-size: 80%;
		padding: 0px;
		margin: 0px;
	}
	
div.menu .userelement
	{
		padding: 3px;
	}

div.menu input[type=button]
	{
		padding-left: 5px;
		margin-left: 10px;
		background-color: #555;
		color: #fff;
	}

div.menu .popout
	{
		position: absolute;
		display:none;
		width: 14em;
		right: 5px;
		background-color: black;
	}
	
div.menu .popout input[type=button] {
	float:right;
	clear:right;
	margin: 5px;
	border: 0px;
}
	
div.menu .menutrigger {
	display: inline;
}
	
div.menu .menutrigger:hover .popout
	{
		display:block;
	}
	
@media print {
	div.menu { display: none; }
	input[type=button], input[type=submit], input[type=reset] { display:none; }
	.noprint { display: none; }
}