/* DEFAULTS */

a {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  border: outset 2px;
}

body {
	background-color: lightsteelblue;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 3px;
	padding: 0 0 3px 0;
}

form {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

legend {
	color: blue;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 0;
}

li {
	margin: 5px;
	padding: 0;
	float: left;
}

table {
	font-size: 1em;
	empty-cells: show;
}

th {
	text-align: left;
}

ul {
	margin: 0;
	padding: 0;
	clear: both;
	list-style-type: none;
	list-style-position: inside;
}

.ra {
	text-align: right;
}

/* BORDERS* */

table.BordersHeader {
	margin: 5px;
	border-collapse: collapse;
}

table.BordersHeader tr td {
	border: 1px solid black;
}

table.BordersHeader tr th {
	border-bottom: 2px solid black;
}

table.NoBorders tr td, table.NoBorders tr td {
	border: none;
}

/* BUTTON */

li.Button {
	width: 175px;
}

li.ButtonSmall {
	width: 110px;
	font-size: .8em;
}

li.ButtonSmallUnfixed {
	font-size: .8em;
}

/* EASYMULTI */

div.EasyMultiTab {

}

div.EasyMultiOptions {
	display: none;
	position: absolute;
	z-Index: 2;
	clear: both;
	background-color: lightgrey;
	border: 2px outset;
}

div.EasyMultiTab>div.EasyMultiOptions {
	margin-top: 30px;
}

/* HELP */

#Page_Help, #Page_Transition {
	display: none;
}

div.HelpFilter {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .65;
	filter: alpha(opacity=65);
}

div.HelpScreen {
	position: absolute;
	z-index: 10;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	color: white;
}

/* HERMES */

div.Hermes {
	margin: 5px;
	clear: both;
	background-color: burlywood;
	border: outset 2px;
}

input.Hermes {
	width: 75px;
	border: outset 2px;
	background-color: peru;
	color: darkred;
	font-size: .8em;
	font-weight: bold;
	cursor: pointer;
}

table.Hermes {
	background-color: burlywood;
	color: darkred;
	border: none;
}

table.HermesInner {
	color: darkred;
	border: none;
}

input.NewHermes {
	width: 500px;
	border: outset 2px;
	background-color: khaki;
	color: darkred;
	font-size: .8em;
	font-weight: bold;
	cursor: pointer;
}

table.NewHermes {
	display: none;
	position: absolute;
	z-Index: 5;
	top: 25%;
	left: 25%;
	background-color: lightskyblue;
	width: 525px;
	color: darkred;
}

td.NewHermes {
	text-align: left;
}

img.NewHermesFill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-Index: -5;
}

/* LAYER1 */

a.Layer1 {
	color: darkblue;
	background-color: darkseagreen;
}

a.Layer1:hover {
  background-color: lavender;
}

div.Layer1 {
	background-color: palegreen;
	border: outset 2px;
	margin: 5px;
}

h3.Layer1 {
	margin: 5px;
}

hr.Layer1{
	margin: 5px;
}

input.Layer1, input.Layer1AutoWidth, div.Layer1Processing {
	width: 100%;
	display: block;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	background-color: darkseagreen;
	color: darkblue;
}

input.Layer1AutoWidth {
	width: auto;
}

p.Layer1 {
	margin: 5px;
}

th.Layer1 {
	font-size: 1.05em;
}

td.Layer1Center {
	text-align: center;
}

.Layer1Edit {
	background-color: lavender;
}

input.Layer1FakeLink {
	display: inline;
	background-color: palegreen;
	border: none;
	cursor: pointer;
	font-size: 1em;
	font-family: inherit;
	font-weight: bold;
	color: darkblue;
}

.Layer1Hidden {
	color: palegreen;
}

table.Layer1Inner {
	width: 100%;
	border: none;
}

div.Layer1Processing {
	font-size: 1em;
	display: none;
	border: 2pt darkseagreen;
}

/* LAYER2 */


/* MAP_CANVAS */

#map_canvas {
	height: 80%;
	min-height: 675px;
	min-width: 900px;
	width: 95%;
}

/* MEMOEDITOR */

.MemoEditor {
	margin: 0;
}
div.MemoEditor {
	position: absolute;
	z-index: 5;
	display: none;
	background-color: white;
	color: black;
	margin-left: 20px;
	padding: 10px;
	border: outset 4px;
	width: 80%;
}

input.MemoEditor, input.MemoEditorAutoWidth {
	display: block;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	background-color: lightgrey;
	color: black;
	width: 100%;
}

input.MemoEditorAutoWidth {
	width: auto;
}

/* NAV */

a.NavBar {
  color: green;
  background-color: khaki;
  cursor: pointer;
}

a.NavBar:hover {
  background-color: darkkhaki;
}

a.NavBarSub {
	color: green;
  background-color: khaki;
  cursor: pointer;
  border: none;
}

a.NavBarSub:hover {
  background-color: darkkhaki;
}

div.NavBarSubPointer {
	display: inline;
	text-align: right;
	background-color: khaki;
	color: green;
}

div.NavBarSubItem {
	margin-top: 3px;
}

div.NavBarSubMenuItem {
	margin-top: 3px;
	position: relative;
}

div.NavBarSubMenu {
	display: none;
	position: absolute;
	z-Index: 2;
	width: 175px;
	background-color: green;
}

div.NavBarSubSubMenu {
	display: none;
	position: absolute;
	z-Index: 3;
	width: 87px;
	left: 87px;
	padding: 3px;
	background-color: lightgrey;
}

div.NavBarSubSubItem {
	margin-top: 3px;
	float: right;
	width: 87px;
}

/* NORMAL */

a.Normal {
	color: blue;
	display: inline;
	border: none;
}

a.Normal:hover {
	color: red;
}

/* STATUSBAR */

span.StatusBarFailure {
	color: yellow;
	font-weight: normal;
}

div.StatusBar, div.StatusBarHighlight {
	background-color: lightsalmon;
	border: outset 2px;
	clear: left;
	margin: 5px;
	padding: 2px 0 2px 2px;
	color: black;
	font-weight: bold;
}

div.StatusBarHighlight {
	border: dashed 2px;
}

span.StatusBarSuccess {
	color: darkred;
	font-weight: normal;
}

/* SUGGEST */

div.SuggestItem {
	width: 100%;
	color: black;
	cursor: pointer;
}

table.SuggestTable {
	position: absolute;
	width: auto;
	z-index: 1;
	background-color: gainsboro;
	border: 2px outset;
}

/* TOOLBAR */

input.ToolBar {
	background-color: bbbbbb;
	border: outset 2px;
	color: darkred;
	width: 100px;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

span.ToolBar {
	color: darkred;
	font-weight: normal;
}

div.ToolBar {
	background-color: lightsalmon;
	border: outset 2px;
	clear: left;
	margin: 5px;
	padding: 2px 0 2px 2px;
	color: black;
	font-weight: bold;
}

span.ToolBarTitle {
	color: khaki;
}

/* HACKS */

* html .visualIEFloatFix { height: 0.01%; }
