﻿/* Generelle elementer */
input, textarea{
	padding: 1px;
	font-family: arial, sans_serif;
	font-size: 11px;
}

.input_text{
	border: 1px solid #76a340;
	font-family: verdana;
	color: #05493e;
	font-size: 11px;
	padding-left: 2px;
}


/* Top navigation */
#div_searchlogin{
	margin-left: 130px;
	height: 26px;
	display: block;
	clear: none;
	float: left;
	position: relative;
}
#div_searchlogin .DivSearchBox 
{
	margin-top: 3px;
	display: block;
	clear: none;
	float: left;
	margin-right: 10px;
}
#div_searchlogin .DivSearchBox .SearchBox
{
	width: 110px;
	border: 1px solid #76a340;
	font-family: verdana;
	color: #05493e;
	font-size: 11px;
	padding: 2px;
	display: block;
	float: left;
	margin: 2px;
}
#div_searchlogin .DivSearchBox .btnSubmit{
	margin-left: 2px;	
	width: auto;
	height: 18px;
	background-color: #064a3e;
	color: #8dc73f;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	border: 0;
	display: block;
	float: left;
}
.btnSearch 
{
	margin-top: -6px;
}



/* Login */
.btnLoginArea 
{
	margin-top: -2px;
	float: left;
}

.LoginBoxArea { 
    display: none;
	position: absolute;
	right: 0px;
	top: -3px;
	width: 250px;
	background-image: url('/images/loginbox.gif');
	background-repeat: no-repeat;
	background-color: #eef2e0;
	padding: 0px;
	height: 124px;
	text-align: left;
	z-index: 400000;
}
.LoginBoxAreaProfil { 
    display: none;
	position: absolute;
	right: 0px;
	top: -3px;
	width: 250px;
	background-image: url('/images/loginbox_profil.gif');
	background-repeat: no-repeat;
	background-color: #eef2e0;
	padding: 0px;
	height: 124px;
	text-align: left;
}
.LoginBoxArea .CloseLink, 
.LoginBoxAreaProfil .CloseLink
{
	position: absolute;
	right: 7px;
	top: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.LoginBoxArea .FormLine label {
	width: 70px;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
	color: #05493e;
	margin-top: 2px;
	margin-bottom: 0;
}

.LoginBoxArea .FormLine .input_text {
	width: 130px;
	color: #05493e;
	font-size: 10px;
	background-color: White;
	clear: right;
	margin: 0 0 0 10px;
}

.LoginBoxArea .RememberMe {
	width: 240px;
	margin-top: 0px;
	margin-left: 5px;
	color: #05493e;
	padding: 0 0 0 0;
	text-align: left;
}
.LoginBoxArea .RememberMe input 
{
	margin-right: 2px;
}

.LoginBoxArea .RememberMe label {
	margin-right: 58px;
	margin-left: 0;
}

.LoginBoxArea .boxcontents {
	width: 240px;
	text-align: right;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 45px;
	margin-bottom: 0;
}

.LoginBoxArea .btnLogin
{
	margin-left: 0px;
	background-color: #8cc63f;
	background-image: url('/images/piltransp.gif');
	background-repeat: no-repeat;
	background-position: 3px center;
	color: White;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0;
	border-style: none;
	width: 60px;
	height: 15px;
}

.LoginBoxAreaProfil .btnLogout 
{
	background-color: #8cc63f;
	background-image: url('/images/piltransp.gif');
	background-repeat: no-repeat;
	background-position: 3px center;
	color: White;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 0;
	border-style: none;
	width: 66px;
	height: 15px;
}
.LoginBoxAreaProfil .LoginContent 
{
	margin-top: 50px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 4px;
}
.LoginBoxAreaProfil .ProfileLink 
{	margin-top: 4px;
	color: #05493e;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	margin-right: 5px;
}
.LoginBoxArea .ErrorMsg 
{
	height: 10px;
	display: block;
	font-size: 9px;
	color: Black;
	margin-left: 15px;
}
.loginUsername {
	height: 16px;
	width: 201px;
	margin-left: 14px;
	margin-bottom: 4px;
	border: 1px solid #76a340;
	font-family: verdana;
	color: #05493e;
	font-size: 11px;
	padding-left: 2px;
}

.loginPassword{
	height: 16px;
	width: 138px;
	margin-left: 14px;
	margin-bottom: 4px;
	border: 1px solid #76a340;
	font-family: verdana;
	color: #05493e;
	font-size: 11px;
	padding-left: 2px;
}
a.loginReset, a.loginReset:link, a.loginReset:visited {
	margin-right: 5px;
	text-decoration: none;
}

.btnLogin{
	margin-top: 1px;
	margin-left: 0px;
	width: 40px;
	background-color: #76a340;
	font-weight: bold;
	color: white;
	border: none;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
}

.loginRemember{
	margin-top: 10px;
	margin-left: 14px;
	margin-right: 2px;
	color: black;
}
.loginRemeber label {
	color: black;
}

/* Servicemenu */
#div_servicemenu ul{
	height: 22px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#div_servicemenu li{
	line-height: 22px;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#div_servicemenu a{
	text-decoration: none;
	color: #05493e;	
}

/* Univers-navigation */
#div_top 
{
	height: 123px;
	display: block;
}
#div_topmenu{
	width: auto;
	float: left;
	margin-left: 10px;
}

#div_topmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#div_topmenu li{
	display: inline;
	margin: 0px;
	padding: 0px;	
	background: none;
	width: auto;
	clear: none;
}
#div_topmenu li a {
	width: auto;
}

/* Venstremenu kolonne */
#div_leftmenu{
	width: 232px;
	height: 100%;
	margin-right: 3px;
	margin-left: 3px;
	display: block;
	float: left;
	background: none;
}

/* Linier */
.ErrorMsg {
	clear: both;
	color: gray;
	display: block;
}
div.FormErrorLine 
{
	clear: both;
	display: block;
	height: auto;
	margin: 0 0 0 30px;
}
div.FormLine, div.FormLineAlt1, div.FormLineAlt2 {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	display: block;
	clear: both;
}
div.FormLineBorder {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	display: block;
	clear: both;
	border-bottom: 1px solid #86baa9;
}
.FormLine .FormValue, .FormLineBorder .FormValue, .FormLineAlt1 .FormValue, .FormLineAlt2 .FormValue {
	float: left;
	display: block;
	width: 290px; /* FormLine (440) - FromLabel (130) */
	height: 100%;
	clear: right;
}
.FormLine .FormLabel, .FormLineBorder .FormLabel, .FormLineAlt1 .FormLabel, .FormLineAlt2 .FormLabel {
  display: block;
  float: left;
  width: 130px;
  height: 100%;
  margin-top: 2px;
}	
div.FormLine .FormLabelRight {
  display: block;
  float: left;
  width: 125px;
  height: 100%;
  margin-top: 2px;
  text-align: right;
  margin-right: 5px;
}	
.FormLine label{
  text-align: right;
  margin-right: 5px;
  display: block;
  float: left;
  width: 125px;
  height: 100%;
  clear: none;
  margin-top: 6px;
}
.FormLabel .ProfileLink, .FormLabel .thickbox 
{
	text-decoration: none;
}
.FormBasicLine {
	width: 100%;
	margin-bottom: 3px;
	display: block;
	clear: both;
}
.FormBasicLine .FormLabelRight
{
	width: 125px;
	height: 100%;
	margin-right: 5px;
	text-align: right;
	display: block;
	float: left;
}
.FormBasicLine .FormValue 
{
	width: 290px;
	height: 100%;
	float: left;
	display: block;
}
.FormBasicLine input, .FormBasicValue label, .FormBasicLine span, .FormBasicLine table, .FormBasicLine nobr
{
	display: inline;
	width: auto;
	height: auto;
}
.FormBasicLine nobr 
{
	width: 140px;
	margin-right: 5px;
	float: left;
}
.FormBasicLine .oprykmedlem 
{
	float: left;
	margin-right: 8px;
}
.FormValue label 
{
	width: auto;
	float: none;
	display: inline;
}

input.small 
{
	width: 32px;
}

.FormLine textarea {
	height: auto;
}
.InputSubmit {
	width: 35px;
}
.FormLine .btnSubmit {
	width: 50px;
}
.DivChangePassword {
	width: 600px;
	display: block;
}
.DiscussionAddText 
{
	width: 260px;
	height: 150px;
}
.Captcha  input
{
	width: 200px;
}
