
html {
     overflow-y: scroll;
}


	body {
		background-color: #6C6C6C;
		margin: 0px;
		padding-top: 5px;
		scroll: true;
	}

	td, div {
		color: #FFFFFF;
		font: 11px Arial, Helvetica, sans-serif;
	}
	
	input, textarea, select, button
	{
		color: #000000;
		font: 11px Arial, Helvetica, sans-serif;
	}
	form
	{
		margin: 0px;
	}
	a:link {
		color:#ffffff;
		text-decoration:underline;
		font-size: 11px;
	}

	a:active {
		color:#FFFFFF;
		text-decoration:underline;
		font-size: 11px;
	}
	a:visited {
		color:#d8d8d8;
		text-decoration:underline;
		font-size: 11px;
	}
	a:hover {
		color:#d8d8d8;
		text-decoration:underline;
		font-size: 11px;
	}


	.bottom:link {
		color:#b1a4c7;
		text-decoration:underline;
		font-size: 11px;
	}

	.bottom:active {
		color:#b1a4c7;
		text-decoration:underline;
		font-size: 11px;
	}
	.bottom:visited {
		color:#b1a4c7;
		text-decoration:underline;
		font-size: 11px;
	}
	.bottom:hover {
		color:#b1a4c7;
		text-decoration:underline;
		font-size: 11px;
	}


	.header {
		text-transform: uppercase;
		color:#FFFFFF;
		text-decoration:none;
		font-size: 9px;
	}
	
	.headerlinks:link {
		text-transform: uppercase;
		color:#FFFFFF;
		text-decoration:none;
		font-size: 9px;
	}

	.headerlinks:active {
		text-transform: uppercase;
		color:#FFFFFF;
		text-decoration:none;
		font-size: 9px;
	}
	
	.headerlinks:visited {
		text-transform: uppercase;
		color:#FFFFFF;
		text-decoration:none;
		font-size: 9px;
	}
	
	.headerlinks:hover {
		text-transform: uppercase;
		color:#e0e0e0;
		text-decoration:none;
		font-size: 9px;
	}
	
	h1 {
		/*
		text-transform: uppercase;
		*/
		font: 16px Arial, Helvetica, sans-serif;
		
	}
	
	.headline {
		/*
		text-transform: uppercase;
		font-weight: bold;
		*/
		font-size: 16px;
		
	}

	.headline_sub {
		font-size: 13px;
		font-weight: bold;
	}

	.small_emphasis {
		color:#FFFFFF;
		text-decoration:none;
		font-size: 10px;
		font-style: italic;
	}
	
	.small_emphasis_links:link {
		color:#FFFFFF;
		text-decoration:underline;
		font-size: 10px;
		font-style: italic;
		font-weight: bold;
	}

	.small_emphasis_links:active {
		color:#FFFFFF;
		text-decoration:underline;
		font-size: 10px;
		font-style: italic;
		font-weight: bold;
	}
	
	.small_emphasis_links:visited {
		color:#FFFFFF;
		text-decoration:underline;
		font-size: 10px;
		font-style: italic;
		font-weight: bold;
	}
	
	.small_emphasis_links:hover {
		color:#e0e0e0;
		text-decoration:underline;
		font-size: 10px;
		font-style: italic;
		font-weight: bold;
	}



.date
{
	font-style: italic;
	font-size: 10px;
}

.padding4 td
{
	padding: 4px;
}
	.tipenvenformfield {
		color: #764b8a;
		width: 100px;
		height: 19px;
		border: 1px solid
		padding: 2px;
	}

	.formfield {
		padding: 2px;
		color: #000000;
		border: #066089 1px solid;
		width: 100%;
		height: 20px;
	}

	.formselect {
		color: #000000;
		border: #066089 1px solid;
	}

	.formbtn {
		padding: 0px 4px 0px 4px;
		color: #000000;
		font-size: 11px;
	}

	.formtextarea {
		padding: 2px;
		color: #000000;
		border: 1px solid;
		width: 100%;
		height: 100px;
	}
	
	.textarea_styled {
		color: #000000;
		width: 100%;
		height: 100px;
		border: #0276AC 8px solid;
	}
	
	.darktext {
		color: #000000;
	}
	
	.even { background: #118bc4; }
	.evenover { background: #7d4984; }
	.over { background: #0c84bc; }
	.odd { background: #047cb4; }
	.oddover { background: #9e58a7; }

	.break { background: #522626; }

	.break2 { background: #552222; }
	
	.FunctionBar {
		height: 24px;
		background: #00699A url(../images/contentbar_bg.jpg) scroll center repeat-x;
	}
	
	.FunctionBar td {
		padding:	2px 5px;
	}
	
	.FunctionBarSecondary {
		height: 28px;
		background-color: #306D89;
	}
	
	.FunctionBoxBreak {
		background-color: #0985bf;
		height: 3px;
		padding: 0px;
	}
	
	.form-table {
		
	}
	
	.form-table tr {
		background-color: #0276AC;
	}
	
	.form-table td {
		padding:	2px 5px;
	}

	.sort-table {
		font:		Icon;
		border:		0px Solid ThreeDShadow;
		color:		WindowText;
	}

.sort-table thead {
	background:	ButtonFace;
}



.sort-table td {
	padding:	4px 5px;
}

.sort-table thead td {
	color: #FFFFFF;
	cursor:	hand;
}

.sort-table thead tr {
	height: 24px;
	background: #00699A url(../images/contentbar_bg.jpg) scroll center repeat-x;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight 
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-table thead a {
	color: #FFFFFF;
	cursor: hand;
	text-decoration:none;
}

.sort-table thead a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

.sort-table thead td a:hover {
	color: #008DCF;
	cursor: hand;
	text-decoration:none;
}

.sort-table tbody td a {
	cursor: hand;
	text-decoration:none;
}

.sort-table tbody td a:visited {
	text-decoration:none;
	color: #e0e0e0;
}

.sort-table tbody td a:hover {
	cursor: hand;
	text-decoration:none;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../images/downsimple.png");
	
}

.sort-arrow.ascending {
	background-image:		url("../images/upsimple.png");
}

	#sc {
		padding: 0px;
		overflow: auto;
		width: 500px;
		height: 360px;
	}
	
.errorbox {
	width: 100%;
	height: 200px;
	padding: 10px;
	background: #333333;
	position absolute;
}

.searchbox {
	width: 100%;
	height: 22px;
	padding: 10px;
	background: #333333;
	position absolute;
}

	.forumoverskrift {
		color:#FFFFFF;
		font-size: 12px;
		font-weight: bold;
	}

	.forumoverskriftlink:link {
		color:#FFFFFF;
		text-decoration:underline;
		font-size: 12px;
		font-weight: bold;
	}

	.forumoverskriftlink:active {
		color:#FFFFFF;
		text-decoration:underline;
		font-size: 12px;
		font-weight: bold;
	}
	.forumoverskriftlink:visited {
		color:#FFFFFF;
		text-decoration:underline;
		font-size: 12px;
		font-weight: bold;
	}
	.forumoverskriftlink:hover {
		color:#e0e0e0;
		text-decoration:underline;
		font-size: 12px;
		font-weight: bold;
	}


.padding4 td
{
	padding: 4px;
}

.padding10 td
{
	padding: 10px;
}

/* Paging */
.filelistpage			{ background-color: #128EC8; color: #FFFFFF; padding: 3px; margin: 0px 1px 0px 0px; text-decoration: underline; }
.filelistpage:visited	{ color: #FFFFFF; text-decoration: underline; }
.filelistpage:hover		{ color: #FFE8C0;  }

.filelistpage_active			{ color: #FFFFFF;  padding: 1px 3px 1px 3px; margin: 0px 1px 0px 0px; text-decoration: underline; }
.filelistpage_active:visited	{ color: #FFFFFF; text-decoration: none; }
.filelistpage_active:hover		{ color: #FFE8C0;  }

.filelistpageimg			{ background-color: #128EC8; color: #FFFFFF; padding: 4px; margin: 0px 1px 0px 0px; text-decoration: underline; }
/* Paging */

.msgmarked { background-color: #0079b2; }
