
html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #008040;
	color: #202020;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
}

#layoutContainer {
	width: 900px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCFFDD;
}

#layoutMenu {
	z-index:100;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #008040;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
}

#layoutHeading {
	background: url("emllf/images/header.png");
	display: block;
	width: 890px;
	height: 175px;
	margin-top: 50px;
	margin-left: 0px;
	padding: 5px;
	text-align:center;
	font-size: 2.0em;
}

#layoutTitle {
	margin: 5px;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}

#layoutContent {
	margin: 5px;
	font-size: 1.0em;
}

.layoutSubtitle {
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
}

.layoutElement {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.layoutElementHeading {
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	background-color: darkorange;
	color: white;
}

.menuButton {
	min-width: 100px;
	background-color: darkorange;
	color: white;;
	border: 1px solid black;
	border-radius: 5px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.menuButton:hover {
	background-color: white;
	color: darkorange;
	text-decoration: none;
}

.menuButtonSelected {
	background-color: white;
	color: darkorange;
	border: 1px solid black;
	border-radius: 5px;
	padding: 4px;
	width: 100px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.menuButtonSelected:hover {
	text-decoration: none;
}

.editableElement {
	background-color: pink;
	font-size: 0.8em;
}

#userControl {
	z-index:1000;
	position: fixed;
	width: 200px;
	top: 0px;
	left: 0px;
	padding: 5px;
	background-color: red;
	color: white;
	font-size: 0.8em;
}

p {
	text-align: justify;
}

p.pCenter {
	text-align: center;
}

a {
	color: #008040;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


table {
	margin-left: auto;
	margin-right: auto;
    border-collapse: collapse;
}

tr.trBorder {
    border-top: 1px solid black;
	border-bottom: 1px solid black;
}

td {
	padding: 2px;
}

td.tdCenter {
	text-align: center;
}

.style_smalltype {
	font-size: 0.8em;
}

.flag_unpublished {
	color: red;
	font-size: 0.8em;
}