﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #000000;
	/*background-color: #ffffe0;*/
	BACKGROUND-COLOR: white;
	height: 100%;	
	/*overflow: hidden;*/
}		

#indhold {
	padding: 0.3em;
}

#banner
{
    MARGIN-TOP: 0px;
    FONT-SIZE: 1em;
    COLOR: black;
    FONT-FAMILY: arial, helvetica, sans-serif;
    BACKGROUND-COLOR: white;
	border-bottom-color: rgb(103, 148, 93);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.bannerLogo img
{
	text-decoration: none;
	border: 0px solid white;
}

#bannerOverskrift
{
    font-weight: bolder;
    font-size: x-large;
    FONT-SIZE: 2em;
    COLOR: rgb(103, 148, 93);
}

.bannerTekst a
{
	text-decoration: underline;
	color: black;
}

.bannerTekst a:visited
{
	text-decoration: underline;
	color: black;
}

.bannerTekst a:hover
{
	text-decoration: underline;
	color: black;
	background-color: #D3D3D3;
	cursor: pointer;
}

.Systemmeddelelse a
{
	text-decoration: underline;
	color: #8B0000;
}

.Systemmeddelelse a:visited
{
	text-decoration: underline;
	color: #8B0000;
}

.Systemmeddelelse a:hover
{
	text-decoration: underline;
	color: #8B0000;
	background-color: #D3D3D3;
	cursor: pointer;
}

.ButtonAsText {
    background-color: transparent;
    border: none;
    padding: 3px 12px;
}

.modal
{
	background-color: gray;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
}

#SystemmeddelelseTabel
{
	background-color: #ffffff;
	color: #000000;
	padding:5px;
	border: solid 1px #333399;
}

#SystemmeddelelseTabel .heading
{
	font-size: larger;
	font-weight: bold;
	background-color: #333399;
	color: #ffffff;
}

#SystemmeddelelseTabel .footer
{
	padding: 10px;
	text-align: center;
}

/* Virksomhedsheader */
.projektheader
{
	background-color:#eeeeee;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
	height: 70px;
	overflow: hidden;
}

/* Treview med liste over Virksomheder */
.virksomhedsliste
{
    background-color: #eeeeee;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
    position: relative;
    width: 50%;
    float: left;
    height: 305px;
}

/* Div med mulighed for at tilknytte ny virksomhed */
.tilknytVirksomhedRamme
{
    background-color: #eeeeee;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    position: relative; 
    width: 49%;
    float:right;
}

.blaaRammeOverskrift
{
	background-color: Navy; 
	color: White; 
	padding: 0.25em 0.25em 0.2em 0.25em; 
	font-size: larger; 
	font-weight: bold;
	margin: 0.6em 0em 0.1em 0em;
	font-family: Arial;
	height: 1.3em;
}

.tilknytVirksomhedRamme .Ledetekst
{
	text-decoration: none;
}

.projekttekst
{
	/*font-size: 0.9em;*/
}

/* Tabellerne indeholdende nøgletalsfelter; øvrigt er i jQuery-css'en */
#tabs td
{
    color: #000000;
	text-decoration: none;
}

#tabs .SmallHeading
{
	text-decoration: none;
	font-size: smaller;
}

#tabs .Heading
{
	text-decoration: none;
	font-weight: bold;
}

#tabs .Tekst
{
	text-decoration: none;
}

#tabs .Ledetekst
{
	text-decoration: none;
}
#tabs .Ledetekst:hover
{
	text-decoration: underline;
	cursor: pointer;
}

ul.typeliste
{
	margin: 0; 
	padding: 0;
	list-style: none;
}

.Disabled
{
	background-color: Silver;
	color: Black;
}

.Numerisk
{
	text-align: right;
}

.NumeriskDisabled
{
	text-align: right;
	color: Black;
	background-color: Silver;
}

/* Faner og rammer */
.Vejledningstekst
{
	margin-top: 5px;
	font-style: italic;
	color: Red;
	background-color: #eeeeee;
}

.FaneKontroller
{
	position: absolute;
	right: 35px;
	top: 230px;
	z-index: 100;
}

.FaneOverskrift
{
	background-color: Navy; 
	color: White; 
	padding: 0.2em 0.25em 0.2em 0.25em; 
	font-size: larger; 
	font-weight: bold;
	margin: 0.2em 0.05em 0em 0.05em; 
}

.FaneIndhold 
{
	height: 550px;
	overflow: auto;
	position: relative;
	background-color: #eeeeee;
}

.RammeOverskrift 
{
	position: relative;
	top: 10px;
	left: 10px;
	background-color: #FFFFFF;
	border-width: 1px; 
	border-color: #919b9c;
	border-style: solid;
	padding: 0.1em 0.35em 0.1em 0.35em;
	width: 22.5%;
}

.RammeIndhold 
{
	border-color: #919b9c;
	border-style: solid;
	border-width: 1px;
}

.Heading
{
}

/* Fejlliste */
.SpringTil
{
	text-decoration: none;
	cursor: pointer;
}
.SpringTil:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.hjaelpTegn
{
    font-weight: bold;
    margin-bottom: 0.2em;
    text-decoration: none;
    font-size: smaller;
    float: right;
    color: #FFFFFF;
    position: relative;
}

.hjaelpTegn a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
/* Hjælp */
#HjaelpTekst
{
}

#HjaelpAndet
{
}

/* Validering */
input.error
{ 
	background: #fed; 
	border: 1px solid red; 
}

select.error 
{ 
	background: #fed; 
	border: 1px solid red; 
}

label.error, .form-side-labels label.error, .form-top-labels label.error
{
	display: block;
	margin: 0 0 0 5px;
	padding: 3px;
	width: auto;
	font-weight: bold;
	color: #fff;
	background: red;
}
.form-top-labels label.error
{
	margin: 3px 0 0;
	width: 416px;
}

/* Ved indlæsning af hjælp mv. */
#ajaxBusy
{
    display: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    left: 600px;
    top: 100px;
    width: auto;
}