/*
 *	Guralp Systems EAM/DCM/NAM Stylesheet
 *
 *  Screen only styles (fixed masthead and footer)
 *
 *  Copyright (c) 2010 Guralp Systems Ltd. All rights reserved.
 */

hr.masthead-end {
	margin-top: 6pt;
	margin-bottom: 2pt;
}

/* Section list navigation buttons */
div.navbar, div.section_list {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: table;
	border-spacing: 2pt;
}

/* Close the gap between heading and navbar */
div.navbar + h1 {
	margin-top: 0;
	padding-top: 0;
}

a.section_list {
	display: table-cell;
	padding: 1pt 3pt;
	border: 1px solid black;

	/* Two entries, the first for standards based browers,
	   the second for IE. */
	cursor: pointer; cursor: hand;
}

a.section_list_active {
	display: table-cell;
	padding: 1pt 3pt;
	border: 2px solid black;
	background-color: #DDDDDD;
	cursor: pointer; cursor: hand;
}

span.section_list {
	display: none;
}

/* Bottom of form control buttons */
div.bottombar, div.continuebar, div.discardbar {
	margin-top: 6pt;
	margin-bottom: 6pt;
}
