
	
html {
	height: 99%;
}

#header {
	/* background-color: #003667; */
	/* background-color: #A9B3BB; */
	background-color: white;
	height: 90px;
	padding-top: 10px;
}

#header div.inner {
	margin: 10px auto 0 auto;
	width: 770px;
}

.right {
	float: right;
}

.editor {
	border: 1px dashed black;
/*	background-color: #EEE; */
}

/* div.editor:hover {
	background-color: white;
} */

form.magritte div.buttons {
	margin-top: 10px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid gray;
}

form.magritte th {
	vertical-align: top;
	width: 120px;
}

form.magritte h3 {
	margin-bottom: 20px;
}

table input.text,
table input.password {
	margin: 0;
}

th,
td {
	padding: 2px 3px 2px 0px;
}

.placeholder {
	color: gray;
	font-size: 80%;
}

div.category-chooser {
	max-height: 500px;
	overflow: auto;
}

div.category-chooser > div {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dotted gray;
}

#lightbox {
	background-color: white;
	margin: 0px;
	padding: 5px;
	width: 500px;
}

img.icon {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

#loginbox {
	padding: 10px;
	margin: 5px;
	border: 1px solid black;
	width: 500px;
}

div.success,
div.error {
	margin: 0px auto 1em auto;
	width: 800px;
}

ul.errors {
	margin-left: 0;
	margin-right: 0;
}

ul.errors li {
	margin-left: 10px;
}

th.error,
td.error {
	padding: inherit;
}

div.errorMessage {
	background-color: red;
}

div.article-footer {
	border-top: 1px solid gray;
	color: gray;
	margin: 20px 0px 5px 0px;
	font-size: 90%;
}

input[type="submit"] {
	width: 150px;
	margin-right: 5px;
}

div.tagcloud {
	background-color: silver;
	padding: 10px;
	margin: 0 0 10px 0;
	float: left;
}

div.tagcloud hr {
	height: 3px;
}

div.tagcloud .tag {
	display: inline;
/*	float: left;*/
	margin: 0 3px;
	white-space: nowrap;
	vertical-align: middle;
}

div.tagcloud .selected a {
	color: green;
}

div.tagcloud .tag a {
	text-decoration: none;
}

div.tagcloud .title {
	font-weight: bold;
}

#public-start {
	margin: 20px auto;
	padding: 20px;
	width: 600px;
	background-color: white;
}

#public-start #logo {
	margin-bottom: 30px;
}

div.registration {
	font-size: 120%;
	margin: 20px auto;
	width: 600px;
	background-color: white;
	padding: 20px;
}

div.registration ul.important {
	font-size: 120%;
	color: darkred;
}

div.registration th,
div.registration td {
	vertical-align: top;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

#login-status {
	position: absolute;
	top: 2px;
	right: 2px;
	margin: 2px 5px;
}

#login-status,
#login-status a {
	/* color: white; */
}

.window .window-titlebar {
	background-color: gold;
}

.window .window-titlebar .window-title {
	padding-left: 0;
}

.window .window-content {
	padding: 5px;
}

div.maintags-chooser {
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px dotted gray;
}

div.maintags-list {
	float:left;
	padding-right: 2px;
	margin-right: 10px;
	min-height: 210px;
	overflow: auto;
	max-width: 140px;
}

