@charset "UTF-8";
/* CSS Document */

#search {
	margin-top: 25px;
	position:relative;
	float: right;
	width:476px;
	z-index:900;
	padding-right: 15px;
	_margin-top: 42px;
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}


#search input, #sidebarlogin input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 100%;
}
#wlpeNewUser input {	width: auto; float: right; border: 0 !important;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#sidebarlogin #forgotpsswd {
	font-size: 70%;
	display: block;
	float: right;
	margin-top: -25px;
}
#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 21px;
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 220px;
    width: 165px;
    height: 19px;
}

#ajaxSearch_submit {
    width: 70px !important;
    height: 21px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(images/search_70x21.gif) no-repeat center top;
    padding: 55px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    left: 400px;
}

#ajaxSearch_output {
    background: #000;
    color: white;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    top: 23px;
    left: 220px;
    width: 165px !important;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output a:hover{ background-color: #8dbc00; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}


#dirsearch-txt {
position: absolute;
top: 0px;
left: 0px;
width: 118px;
height: 21px;
color: #4E5760;
font-size: 13px;
line-height: 23px;
}

#dirsearch-inp {
position: absolute;
top: 0px;
left: 123px;
width: 201px;
height: 18px;
}

#dirsearch-btn {
position: absolute;
top: 0px;
left: 329px;
width: 70px;
height: 21px;
}

#dirsearch-txt2 {
position: absolute;
top: 3px;
left: 405px;
width: 170px;
height: 21px;
color: #4E5760;
}

#dirsearch-txt2 a {
color: #4E5760;
}

#join {
position: relative;
}
    #join-inp {
    margin-top: 5px;
    width: 158px;
    height: 18px;
    }
    #join-btn {
    margin-top: 5px;
    width: 120px;
    height: 21px;
    }
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

/* webloginform 
------------------------------------------------------------------------------- */

#wlpeNewUser {
	width: 545px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}

#wlpeline {
	width: 380px;
	text-align: left;
	padding-bottom: 3px;
	border: none;
	float: left;
}
#wlpelineend {
	width: 380px;
	text-align: left;
	padding-bottom: 3px;
	border: none;
	float: left;
	height: 60px;
	clear: both;
}

#wlpeimg {
	width: 380px;
	text-align: right;
	padding-bottom: 3px;
	border: none;
	float: left;
	height: 70px;
}

#wlpeNewUser input {
	display: block;
	width: 220px;
}

.wlpeMessage 
{
	color: #F00;
}

#wlpeUserProfileInput
{
	width: 380px;
	margin:0px;
	padding:0px;
}

#wlpeUserProfileButtons
{
	width: 380px;
	margin:0px;
	padding:0px;
}

#wlpeNewPasswordArea
{
	width: 378px;
	margin:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* efaktura 
------------------------------------------------------------------------------- */

div.fellesblankett {
	padding: 0;
	margin: 0;
	position: relative;
	bottom: 0;
	border: thin dotted yellow;
	width: 209mm;
	height: 95mm;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
div.fellesblankett02 {
	padding: 0;
	margin: 0;
	position: relative;
	bottom: 0;
	border: thin dotted yellow;
	width: 640px;
	height: 95mm;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background-color: #FFF;
}


div.fakturatop {
	padding: 0;
	position: relative;
	bottom: 0;
	width: 210mm;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 450px;
	background-color: #E1F3F4;
	background-image: url(images/logostripe_30px.png);
	background-repeat: no-repeat;
	background-position: 20.3cm;
}
div.fakturatop02 {
	padding: 0;
	position: relative;
	bottom: 0;
	width: 650px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 450px;
	background-color: #FFF;
	background-image: url(images/logostripe_30px.png);
	background-repeat: no-repeat;
	background-position: 20.3cm;
	float: left;
}

div.klammeboks { border: 1px dashed black }
div.betalingsinformasjonsBox {
	position: absolute;
	top: 4mm;
	left: 14mm;
	height: 23mm; 
    width: 86mm;
}

div.betalingsinformasjonsBox02 {
	position: absolute;
	top: 4mm;
	left: 6.085mm;
	height: 23mm;
	width: 85.196mm;
}
div.Betalingsfrist {
	position: absolute;
	top: 2mm;
	left: 140.758mm;
	width: 92px;
}
div.Betalingsfrist02 {
	position: absolute;
	top: 2mm;
	left: 110.331mm;
	width: 92px;
}
div.BetalingsfristBox {
	position: absolute;
	top: 2mm;
	left: 167mm;
	width: 30mm;
	height: 6mm;
	text-align: center;
	font-size: 1.2em;
}
div.BetalingsfristBox02 {
	position: absolute;
	top: 2mm;
	left: 136.26mm;
	width: 30mm;
	height: 6mm;
	text-align: center;
	font-size: 1.2em;
}
div.Underskrift { position: absolute; top: 0.9cm; left: 11.4cm; }
div.Underskrift02 {
	position: absolute;
	top: 0.767cm;
	left: 9.816cm;
	height: 14px;
}
div.UnderskriftBox {
	position: absolute;
	top: 1.2cm;
	left: 11.1cm;
	width: 8.6cm;
	height: 1.9cm;
	vertical-align: middle;
}
div.UnderskriftBox02 {
	position: absolute;
	top: 1.164cm;
	left: 9.842cm;
	width: 6.8cm;
	height: 1.9cm;
	vertical-align: middle;
}
div.BetaltTil {
	position: absolute;
	top: 3.201cm;
	left: 11.165cm;
}
div.BetaltTilBox {
	position: absolute;
	top: 3.598cm;
	left: 11.139cm;
	width: 6.403cm;
	height: 1.9cm;
	padding-left: 1em; /* this causes Mozilla to calculate the width from left + padding-left (this is a bug in Mozilla) */
}
div.BetaltTil02 {
	position: absolute;
	top: 3.201cm;
	left: 9.816cm;
}
div.BetaltTilBox02 {
	position: absolute;
	top: 3.598cm;
	left: 9.895cm;
	width: 6.403cm;
	height: 1.9cm;
	padding-left: 1em; /* this causes Mozilla to calculate the width from left + padding-left (this is a bug in Mozilla) */
}
div.BetaltAv {
	position: absolute;
	top: 3.2cm;
	left: 1.6cm;
}
div.BetaltAv02 {
	position: absolute;
	top: 3.175cm;
	left: 0.661cm;
}
div.BetaltAvBox {
	position: absolute;
	top: 3.5cm;
	left: 1.3cm;
	width: 8.6cm;
	height: 1.9cm;
    padding-left: 1em;
}
div.BetaltAvBox02 {
	position: absolute;
	top: 3.598cm;
	left: 0.291cm;
	width: 8.6cm;
	height: 1.9cm;
	padding-left: 1em;
}
div.gulstripe {
	position: absolute;
	top: 5.9cm;
	left: 0cm;
	width: 208mm;
	height: 8mm;
	background: yellow;
}
div.gulstripe02 {
	position: absolute;
	top: 5.9cm;
	left: 0cm;
	width: 643px;
	height: 8mm;
	background: yellow;
}
div.belastkonto { position: absolute; top: 6.0cm; left: 3.15cm; }
div.belastkontonummer { position: absolute; top: 6.0cm; left: 4.2cm;}
TD.hvitrute {
	background: white;
	width: 5mm;
	height: 5mm;
}
div.KvitteringTilbake { position: absolute; top: 6.0cm; left: 17.3cm; height: 6mm;}
div.KvitteringTilbakeBox { position: absolute; top: 6.0cm; left: 19.2cm; width: 5mm; height: 6mm; background: white}
div.KvitteringTilbake02 {
	position: absolute;
	top: 6.006cm;
	left: 13.335cm;
	height: 6mm;
	width: 99px;
}
div.KvitteringTilbakeBox02 {
	position: absolute;
	top: 6.006cm;
	left: 16.192cm;
	width: 5mm;
	height: 6mm;
	background: white
}
div.KIDlinje { position: absolute; top: 7cm; }
div.KID { position: absolute; left: 1cm; white-space: nowrap;}
div.kroner { position: absolute; left: 8.1cm; width: 23mm; }
div.ore { position: absolute; left: 10.6cm; }
div.tilkonto { position: absolute; left: 131mm; }
div.tilkonto02 {
	position: absolute;
	left: 118.798mm;
}
div.blankettnummer { position: absolute; left: 17.2cm; }
div.blankettnummer02 {
	position: absolute;
	left: 14.235cm;
}
div.printlinje { position: absolute; top: 7.75cm;}
div.printlinje div.H {  position: absolute; left: 0.2cm; }
div.printlinje div.kontrsiffer { position: absolute; left: 11.4cm; }

div.gulstripeNederst {
	position: absolute;
	top: 84mm;
	left: 0cm;
	width: 208mm;
	height: 2mm;
	background: yellow;
}
div.gulstripeNederst02 {
	position: absolute;
	top: 84mm;
	left: 0cm;
	width: 643px;
	height: 2mm;
	background: yellow;
}

div.fakturaavsender {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 4.048cm;
	padding-left: 1em;
}

div.fakturaavsender02 {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 4.048cm;
	padding-left: 1em;
}

div.fakturaposter {
	position: absolute;
	top: 158px;
	left: 50px;
	width: 18.124cm;
	padding-left: 1em;
	height: 9px;
}

div.fakturaposter02 {
	position: absolute;
	top: 158px;
	left: 9px;
	width: 16.378cm;
	padding-left: 1em;
	height: 9px;
}
div.fakturainfo {
	position: absolute;
	left: 14.393cm;
	width: 5.186cm;
	vertical-align: middle;
	top: 20px;
}

div.fakturainfo02 {
	position: absolute;
	left: 10.583cm;
	width: 5.186cm;
	vertical-align: middle;
	top: 23px;
}

div.fakturalogo {
	position: absolute;
	top: 333px;
	left: 50px;
	width: 18.124cm;
	padding-left: 1em;
	height: 100px;
	padding-top: 1em;
}

div.fakturalogo02 {
	position: absolute;
	top: 332px;
	left: 8px;
	width: 16.484cm;
	padding-left: 1em;
	height: 100px;
	padding-top: 1em;
}


#wlpeUserProfileInput label input {
	width: 250px;
	padding: 0;
	display: block;
}
