body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:10pt;
	color: #4f4f4f;
	background-color: #fff; /*#cecece;*/
}
#heading {
	font-weight: bold;
	font-size: 1.5em;
}
#userinfo {
	line-height: 1.5;
}
#stn-links { 
	display: inline-block;
	text-align: left;
}

#outer-container {
	text-align: center;
}
#outer-container div {
	margin-top: 2em;
}
input[type="button"] {
	margin: 0 0.5em;
	border-color: blue;
	border-radius: 0.5em;
	background-color: #fff;
	cursor: pointer;
	cursor: hand;
}
span.sysinfo {
	font-size:0.8em;
	color: gray;
}
.useraction {
	color: #555555;
}

input.useraction {
	border-color: threedface;
}
span.useraction {
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
	margin: 0 0.5em;
}
.warning {
	color: #f87217;
}
span.warning {
	font-weight:bold;
}
span.sekAlert {
	/*line-height: 1.5;*/
	color:#ee0000;
}
span.sekAlert label {
	font-size: 0.8em;
}
.linkAvtal {
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
	color: #0000ff;
}
span.linkAvtal:hover {
	text-decoration: underline;
	color: navy;
}

/* center the messages list inside a fixed size container */
div.messagescontainer {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}