﻿html
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58514c;
	text-decoration: none;
	
	background-image: url(images/g_path.gif);
	background-repeat: repeat;
	background-color: #ffffff;
	margin-left: 10px;
	height: 100%;
	font-size: small;
	margin-top: 0px;
}

pre
{
	font-size: small;
}
a
{
	text-decoration: underline;
	color: #000099;
}
a:visited
{
	color: #000066;
}
a:focus
{
	color: black;
}
a:hover
{
	color: black;
}
a:active
{
	color: #cc0099;
}

h2
{
	font-size: 14px;
	text-transform: uppercase;
	color: #564b47;
	background-color: transparent;
}

h1
{
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
	padding: 5px 15px;
	margin: 0px;
}

strong
{
	font-size: 13px;
}



.header
{
	position: relative;
	text-align: left;
	margin-left: 20px;
}

.Bodycontent
{
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 920px;
	text-align: left;
	margin-top: -3px;
	margin-left: 20px;
	overflow: hidden;
	min-height: 400px;
	height: auto;
	background-color: #f5f5f5;
}

.Bodycontent div
{
	background-color: #f5f5f5;
}

.Bodycontent_left
{
	float: left;
	width: 300px;
	padding-bottom: 30px;
	margin-right: 10px;
	margin-top: 10px;
}

.Bodycontent_middle
{
	float: left;
	width: auto;
	padding-bottom: 30px;
}

.Bodycontent_middle_Secondrow
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 10px;
}

.Textcontent_right
{
	position:absolute;
	left: 620px;
	top: 20px;
}

.newsBox
{	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
	width: 287px;
	padding-bottom: 25px;
	border-width: 1px;
	border-bottom-width: 6px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: separate;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58514c;
	text-decoration: none;
}

.newsBoxText
{
	clear: both; 
	margin-left:50px;
	margin-right: 5px;
}

.Textcontent_left
{
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
	width: 550px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: separate;
}



.table
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	border-style: none;
	border: 0;
}

.button
{
	border-style: none;
	background-color: Transparent;
	background-image: url(  'images/Buttonbg.png');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 100px;
	width: auto;
	height: 22px;
	text-align: center;
	font-size: 15px;
	color: White;
	vertical-align: inherit;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.buttonSeek
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/btn_sog.gif');
	background-repeat: no-repeat;	
	height: 37px;
	width: 185px;
	float: left;
}

.buttonSeek:hover
{
	background-image: url('images/btn_sog_over.gif');
}

.buttonReset
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/btn_NulstilSog.gif');
	background-repeat: no-repeat;	
	height: 37px;
	width: 186px;
	float: left;
}

.buttonReset:hover
{
	background-image: url('images/btn_NulstilSog_over.gif');
}

.buttonShowMap
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/btn_VisPaaKort.gif');
	background-repeat: no-repeat;
	height: 37px;
	width: 158px;
	margin-left: 10px;
	float: left;
}

.buttonShowMap:hover
{
    background-image: url('images/btn_VisPaaKort_over.gif');
}

.buttonMarkAll
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/btn_markerAlle.gif');
	background-repeat: no-repeat;
	height: 37px;
	width: 161px;
	margin-left: 0px;
	float: left;
}

.buttonMarkAll:hover
{
    background-image: url('images/btn_markerAlle_over.gif');
}

.buttonDownloadMetadata
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/btn_Downloadxml.gif');
	background-repeat: no-repeat;
	height: 37px;
	width: 251px;
	margin-left: 10px;
	float: left;
}

.buttonDownloadMetadata:hover
{
	background-image: url('images/btn_Downloadxml_over.gif');
}

.buttonBack
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/btn_TilbageTilSog.gif');
	background-repeat: no-repeat;
	height: 37px;
	width: 230px;
	margin-left: 10px;
	float: left;
}

.buttonBack:hover
{
	background-image: url('images/btn_TilbageTilSog_over.gif');
}

.buttonResult
{
    border-style: none;
    background-color: transparent;
    background-image: url('images/btn_SogResultat.gif');
    background-repeat: no-repeat;
    height: 37px;
    width: 180px;
    margin-left: 10px;
    float: left;
}

.buttonResult:hover
{
    background-image: url('images/btn_SogResultat_over.gif');
}

.buttonAdd
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/btn_tilfoj.gif');
	background-repeat: no-repeat;
	height: 31px;
	width: 86px;
}

.buttonAdd:hover
{
    background-image: url('images/btn_tilfoj_over.gif');
}

.buttonRemove
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/btn_fjern.gif');
	background-repeat: no-repeat;
	height: 31px;
	width: 86px;
}

.buttonRemove:hover
{
    background-image: url('images/btn_fjern_over.gif');
}

.link
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58514c;
	text-decoration: none;
}

.errorText
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}

.inputSeekWithPicture
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/inputSeek.png' );
	background-repeat: no-repeat;
	margin-right: 10px;
	height: 37px;
	width: 405px;
	float: left;
}

.inputSeekFieldWithPicture
{
	padding: 10px;
	padding-left: 35px;
	border-style: none;
	background-color: Transparent;
	width: 360px;
}

.inputSeekField
{
	padding: 10px;
	padding-left: 5px;
	border-style: none;
	background-color: Transparent;
	width: 282px;
}

.inputSimpleBackground
{
	border-style: none;
	background-color: Transparent;
	background-image: url('images/inputSeekBlank.png' );
	background-repeat: no-repeat;
	margin-right: 10px;
	height: 37px;
	width: 297px;
	float: left;
}


.controlText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58514c;
	text-decoration: none;
	background-color: #f5f5f5;

	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: separate;	
}

.ButtonBox
{
	width: 90px; 
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
	vertical-align:bottom;
}

.Sort
{
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
}


.scroll
{
	height: auto;
	width: 850px;
	overflow: auto;
}

/* TABLE RELATED */

table
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: separate;	
}


/*Begin visualisation of result table (LyGie) */


table.result
{
max-width:828px;
color:black;

}

table.result td {
  word-break:break-all;
}

td.result_h1
{
  color: #444;
  text-align:center;

  border-top-color:#ececec;
  border-top-style: solid;
  border-top-width: 1px;
  
  font-weight: bold;
  
  border-bottom-color:#ff812e;
  border-bottom-width:4px;
  border-bottom-style: solid;

  height: 35px;

  background-image: url('images/fade_inv.png');
  background-color: #ccc
}

td.result_h2
{
  color: #444;
  background-image: url('images/fade_blue_inv.png');
  /*background-color: #C3D9FF; */
  font-weight: bold;
  height: 25px;
}

td.result_description1
{
  width: 240px;
  background-color: white;
}

td.result_description2
{
	padding-left: 1em;
	font-style: italic;
  background-color: white;
  width: 240px;
}

td.result_content
{

}

