/* General principles... */
/* Child elements get vertical margins. */
/* Parent elements get horizontal padding. */

/* Overall page items */
body {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-family: verdana,arial,helvetica;
	background-color: #fff;
}

	body.viewer {
		background-color: #EDEDED;
		padding: 10px;
		border: 1px solid #6497ca;
		vertical-align: middle;
	}

/* Page items identified by ID */
div#header {
	top: 0;
	margin: 0;
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #000;
	font-size: 1em;
}

div#breadcrumb {
	margin: 0px;
	margin-left: 3px;
	padding: 4px 0 0 0;
}

div#container {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #666;
	clear: left;
	line-height: 125%; /* Necessary for the Peek-a-boo IE6 Bug */
}

div#left {
	padding: 5px 10px 5px 8px;
	position: absolute;
	left: 0;
	width: 127px;
}

* html div#left {
	padding: 10px 10px 5px 8px;
	width: 147px;
}

div#right {
	padding: 5px 10px 5px 5px;
	position: absolute;
	right: 0;
	width: 125px;
}

* html div#right {
	padding: 10px;
	width: 145px;
}

div#content {
	padding: 0;
	margin: 0 145px 0 145px;
	/*line-height: 125%; /* Necessary for the Peek-a-boo IE6 Bug */
}

div#main {
	padding: 5px 10px 10px 10px;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	font-size: 1em;
}

div#footer {
	clear: both;
	padding: 10px 0 0 0;
	margin: 10px 0 5px 0;
	border-top: 1px solid #666;
}

table#formtable {
	width: 100%;
}

/* Setting the heights of the admin form list boxes */
select#main_UserList {
	height: 490px;
}

* html select#main_UserList {
	height: 617px;
	margin-bottom: 0;
}

select#main_LinkList {
	height: 403px;
}

* html select#main_LinkList {
	height: 487px;
}

select#main_MarkerList {
	height: 347px;
}

* html select#main_MarkerList {
	height: 422px;
}

select#main_CategoryList {
	height: 250px;
}

* html select#main_CategoryList {
	height: 253px;
}

/* User admin page */
div#selectioncolumn {
	float: left;
	/*left: 20px;*/
	border: solid 1px #6497ca;
	margin-bottom: 5px;
}

	div#selectioncolumn select {
		display: block;
		margin: 2px;
		padding: 0;
	}

div#detailscolumn {
	float: left;
	width: auto;
}

/* General page items */
div, form, input, select, textarea, table, tr, td {
	font-size: 1em;
	font-family: verdana,arial,helvetica;
}

span {
	margin: 20px 0;
}

input, select {
	margin: 5px 0;
}

p {
	margin: 5px 0;
	font-size: 1em;
}

h1 {
	margin: 5px 0;
	color: #36c;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

h2 {
	margin: 5px 0;
	clear: both;
	color: #666;
	font: bold 1em verdana;
}

h3 {
	margin: 5px 0;
	clear: both;
	font: bold 1em verdana;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}
/* Enforces UL positioning in Firefox */
ul {
	margin: 5px 20px 5px -25px;
}
/* Normal UL positioning in IE */
* html ul {
	margin: 5px 20px;
}

div li {
	margin: 0 0 0 5px; /* Top Right Bottom Left */
}

hr {
	color: #ccc;
	margin: 13px 0;
	width: 100%;
	clear: both;
}

* html hr {
	margin: 0;
}

a {
	text-decoration: none;
	color: #36c;
}

	a:hover {
		text-decoration: underline;
	}

/* Classes for specific element types */
div.tableborder {
	width: 100%;
	border: 1px solid #6497ca;
	margin: 0;
	padding: 0;
}

div.databorder {
	width: 100%;
	border: 1px solid #6497ca;
	margin: 0;
	padding: 0;
}

div.noborder {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

div.formborder {
	padding: 5px;
	border: solid 1px #6497ca;
}

div.loginborder {
	width: auto;
	padding: 0px 5px;
	border: solid 1px #6497ca;
}

div.buttonholder {
	width: 100%;
	text-align: center;
}

span.formitem {
	float: left;
	margin: 1em 2em 1em 0;
	padding: 0;
}

span.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

textarea.mainarea {
	width: 100%;
	margin-bottom: 5px;
	font-family: verdana,arial,helvetica;
	font-size: 1em;
}

textarea.addressarea {
	width: 250px;
	margin-bottom: 5px;
	font-family: verdana,arial,helvetica;
	font-size: 1em;
}

input.wizbutton {
	width: 120px;
}

input.emailtext {
	width: 230px;
}

p.warning {
	font-weight: bold;
	color: Red;
}

p.na {
	color: gray;
}

img.imagebutton {
	cursor: pointer;
}

img.aerialthumb {
	border: 2px solid #6497ca;
	margin: 2px;
	cursor: pointer;
}

img.building {
	border: 2px solid #6497ca;
	margin: 5px 0;
}

/* Table styles */
table {
	margin: 0;
	padding: 0;
	border: solid 1px #6497ca;
}

tr.permit {
	background-color: aliceblue;
	cursor: pointer;
}

tr.selectedpermit {
	background-color: aliceblue;
	font-weight: bold;
	cursor: pointer;
}

th {
	text-align: left;
}

td {
	margin: 0 0 0 0;
	padding: 0 5px;
}

	td h2 {
		margin-top: 0;
	}

	* html td h2 {
		margin: 5px 0;
	}

	td.nopadding {
		padding: 0;
		vertical-align: top;
		border: 0;
	}

	td.centrecell, th.centrecell {
		text-align: center;
	}

	td.leftcell {
		text-align: left;
		width: 1%;
	}

	td.rightcell {
		text-align: right;
		/*width: 1px;*/
	}

	td.deletecell {
		text-align: right;
		width: 1px;
	}

	td.separator {
		height: 10px;
	}

	td.verticalalign {
		vertical-align: top;
		border: 0 solid green;
	}

	td.inlinecontents p, input, select {
		display: inline;
		vertical-align: middle;
	}

	td img, td input, td p {
		vertical-align: middle;
	}

table.formtable {
	border: 0 solid green;
	margin: 0;
	padding: 0;
	width: 100%;
}

	table.formtable td {
		margin: 0;
		padding: 0 5px;
	}

table.subtable {
	width: 100%;
	border-collapse: collapse;
	border: solid 0 white;
	z-index: 10;
}

	table.subtable tr td {
		border: solid 1px #6497ca;
		padding: 2px;
	}

	table.subtable tr th {
		padding: 2px 5px;
		border: solid 1px #6497ca;
	}

table.datatable {
	width: 100%;
	border-collapse: collapse;
	border: solid 0 white;
}

	table.datatable tr td, th {
		padding: 3px;
		margin: 0;
	}

table.contenttable {
	border: 0 solid green;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

	table.contenttable td {
		border: 0 solid green;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}

		table.contenttable td.rightcell {
			border: 0 solid green;
			margin: 0;
			padding: 0;
			vertical-align: top;
		}

table.buildingtable {
	border: 0 solid green;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

* html table.buildingtable {
	margin: 8px 0 0 0;
}

	table.buildingtable td {
		border: 2px solid #6497ca;
		margin: 0;
		padding: 0 5px;
		vertical-align: top;
	}

table.blanktable tr td {
	padding: 0 2 0 0;
	margin: 0;
}

/* Non-element-specific classes */
.small {
	width: 80px;
}

.filtercontrol {
	width: 125px;
}

.logincontrol {
	width: 150px;
}

.errorlabel {
	color: Red;
	font-weight: bold;
}

.useradmin {
	width: 150px;
}

.linkadmin {
	width: 200px;
}

.markeradmin {
	width: 120px;
}

.categoryadmin {
	width: 200px;
}

.fifty {
	width: 50%;
}

.hundred {
	width: 100%;
}

.radiogroup {
	border: 0;
	margin: 0;
	padding: 0;
}

.coloured {
	background-color: aliceblue;
	border: 1 solid #6497ca;
}

.greyed {
	background-color: #EEEFF4;
	border: 1 solid #6497ca;
}

.invisible {
	display: none;
}

/* Bread crumb trail specifics */
div#breadcrumb a {
	font-weight: bold;
	display: block;
	float: left;
	margin: 3px;
	margin-bottom: -1px;
	padding: 3px 10px;
	background-color: #ccc;
	border: 1px solid #666;
	-moz-border-radius-topleft: 8px; /* mozilla only */
	-moz-border-radius-topright: 8px; /* mozilla only */
}

div#breadcrumb p {
	font-weight: bold;
	display: block;
	float: left;
	margin: 3px;
	margin-bottom: -1px;
	padding: 3px 10px;
	background-color: #ccc;
	border: 1px solid #666;
	-moz-border-radius-topleft: 8px; /* mozilla only */
	-moz-border-radius-topright: 8px; /* mozilla only */
}

div#breadcrumb a:hover {
	background-color: #ddd;
	text-decoration: none;
}

	div#breadcrumb a:hover.current-tab {
		background-color: #fff;
		text-decoration: none;
	}

div#breadcrumb a.current-tab {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 8px; /* mozilla only */
	-moz-border-radius-topright: 8px; /* mozilla only */
}

/* Right menu specifics */
div#right p {
	display: block;
	float: left;
	margin: 10px 0 5px 0;
	margin-bottom: -1px;
	padding: 3px 10px;
	width: 100px;
	text-align: center;
	border: 1px solid #666;
	-moz-border-radius: 5px;
}

* html div#right p {
	width: 123px;
}

	div#right p.active {
		border-color: #6497ca;
		background-color: AliceBlue;
		font-weight: bold;
	}

	div#right p.inactive {
		border-color: #6497ca;
		background-color: White;
	}

	div#right p.disabled {
		border-color: #6497ca;
		background-color: #ccc;
	}
/* Overrides the image positioning for the right column. */
div#right img {
	margin: 5px 0 0 0;
}

* html div#right img {
	margin: -2px -2px 0 5px;
}
/* Styling for login page system migration message */
.red-text {
	color: red;
	font-size:larger;
}

.highlight-box {
	background: #f5f9ff;
	border: 2px solid #2176ae;
	border-radius: 8px;
	padding: 24px 24px 20px 24px;
	margin: 20px 0 36px 0;
	box-shadow: 0 2px 12px 0 rgba(33,119,174,0.09);
}

	.highlight-box h1 {
		color: #174b7f;
		margin-top: 0;
	}

.emph-link {
	font-size: 1.15em;
	font-weight: 600;
	background: #2176ae;
	color: #fff !important;
	padding: 9px 18px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 8px;
	text-decoration: none;
	transition: background 0.15s;
}

	.emph-link:hover {
		background: #174b7f;
		color: #fff;
	}

.info-note {
	color: #444;
	font-style: italic;
	margin-top: 16px;
	display: block;
}

/*********************************************/
/* Unnecessaries */

/*html>body #container {
	clear: left;
}*/
