body {
scrollbar-face-color:fuchsia;
scrollbar-highlight-color:yellow;
scrollbar-3dlight-color:orange;
scrollbar-darkshadow-color:darkblue;
scrollbar-shadow-color:gray;
scrollbar-arrow-color:yellow;
scrollbar-track-color:aqua;
}
body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #C0C0C0;
border: solid 1px #000000;
	width: 550px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

body {scrollbar-base-color: #FF6600; scrollbar-arrow-color: #FFFFFF;}

h1 {
	width: 550px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #C0C0C0;
	border-bottom: solid 4px #000000;
}

h2 {
	width: 550px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #C0C0C0;
	border-bottom: solid 2px #000000;
}

fieldset {
	border: solid 1px #666666;
	width: 550px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

legend {
	color: #C0C0C0;
	background: #000000;
	border: 1px outset #666666;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	
	color: #C0C0C0;
	background: #000000;
	border: 1px outset #666666;
	font-weight: bold;
	width: 120px;
}

.footer {
	clear: both;
	width: 550px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-top: solid 2px #000000;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

a:active     { text-decoration: none; font-size: 10pt; font-family: Old English Text MT }
a:hover      { text-decoration: none underline; color: #C0C0C0; font-family: Old English Text MT; 
               font-size: 10pt }
a            { text-decoration: none; color: #FF9900; font-family: Old English Text MT; 
               font-size: 10pt }
}
.entry {
	width: 550px;
	border-bottom: solid 2px #999999;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 10px;
	padding-top: 4px;
	clear: both;
}


.navigation {
	float: left;
}

.views {
	border: 1px solid #ec9486; /* Dette er rammen rundt boksen */
width: 150px; /* Dette bestemmer hvor bred den skal være */

	
	}
.scrollbar {     scrollbar-3d-light-color:#999999;
scrollbar-arrow-color:#ff9900;
scrollbar-base-color:black;
scrollbar-dark-shadow-color:#333333;
scrollbar-face-color:#404040;
scrollbar-highlight-color:#999999;
scrollbar-shadow-color:black}