/*
 *	Guralp Systems EAM/DCM/NAM Stylesheet
 *
 *  Common to both screen and print
 *
 *  Copyright 2008-2017 Guralp Systems Limited.
 */

body {
	background-color: white;
	color: black;
	font-family: Franklin Gothic Medium, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
}


/* Headings */
h1 {
	font-family: Franklin Gothic Medium, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	line-height: 20pt;
	color: #332875;
	margin-bottom: 2pt;
}

h2 {
	font-family: Franklin Gothic Medium, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	line-height: 16pt;
	color: #332875;
	margin-bottom: 2pt;
}

h1.center {
	font-family: Franklin Gothic Medium, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	line-height: 20pt;
	color: #332875;
	margin-bottom: 2pt;
	text-align: center;
}


/* Main tables */
table, th {
	border: solid black thin;
	border-collapse: collapse;
	padding: 0.3em;
	text-align: left;
}

td {
	border: solid gray thin;
	border-collapse: collapse;
	padding: 0.3em;
	text-align: left;
}

table.multicol {
	border: 1px solid;
}

th.multicol {
	text-align: center;
}

td.multicol {
	border: 1px solid;
}

th.multicolp span {
	display: none;
}

th.multicolp:hover span {
	display: block;
	position: absolute;
	background-color: white;
	font-weight: normal;
	font-size: 12pt;
	line-height: 16pt;
	padding: 0 5px;
	border: 1px solid;
}


/* Error and similar texts */
.error, .error_text {
	color: red;
	font-weight: bold;
}

.warning, .warning_text {
	color: red;
	font-weight: bold;
}

.help, .help_text {
	color: blue;
}

.warning_text {
	color: red;
}

.success_text {
	color: green;
	font-weight: bold;
}

.nonprintable {
	color: blue;
}


.disabled {
	background-color: gray;
}

div.prompt {
	color: blue;
	font-family: Franklin Gothic Medium, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

pre {
	font-family: monospace;
	font-size: 10pt;
	line-height: 12pt;
}


/* Bottom of page copyright */
hr.htmlgen_footer {
	margin-top: 2pt;
	margin-bottom: 2pt;
	margin-left: 0;
	margin-right: 0;
}

address.htmlgen_footer, address.htmlgen_footer code {
	margin-top: 2pt;
	margin-bottom: 2pt;
	margin-left: 0;
	margin-right: 0;
	font-family: Franklin Gothic Medium, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 10pt;
}


/* Misc formatting */
.float {
	float: left;
	width: 30%;
	margin: 5px;
}

.newline {
	clear: both;
}


/* Support for a pseudo fieldset for use outside forms */
div.pfieldset {
	border: 1px solid black;
	padding: 0 0.75em;
	margin: 0 0 1em 0;
}

div.pfieldset p {
	margin-top: 0;
}

div.pfieldset p.label {
	line-height: 0em;
}

div.pfieldset p.label span {
	background-color: white;
}

