﻿@import url(CssNordicom/nordicom_screen.css);
@import url(CssUnik/ASPxGridView.css);
@import url(CssUnik/ImageViewer.css);


.submitbutton  
{
  display:inline; 
  float:right; 
  padding:1px 18px 1px 9px; 
  margin: 0px 0px 2em 0px; 
  width:auto; 
  height:17px; 
  line-height:15px; 
  border:0px; 
  color:#f90; 
  text-align:left; 
  background:url(images/bn_form_submit.gif) no-repeat 100% 50%; 
  overflow:visible;
  cursor: pointer;
}
.backbutton   
{
  padding:1px 9px 1px 18px; 
  margin:0px 0px 0px 0px;
  width:auto; 
  height:17px; 
  line-height:15px; 
  border:0px; 
  color:#f90; 
  text-align:right; 
  background:url(images/bn_form_back.gif) no-repeat 0% 50%; 
  overflow:visible;
  cursor: pointer;
  }
.updateprogress
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
  z-index: 999;
  filter: alpha(opacity=90); 
  -moz-opacity: .90;  
  background-color:#EEE; 
}
.updateprogress_content
{
  position: absolute;
  top: 200px;
  left: 0px;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #f90;
}

.backdiv { clear: both; }

.validator { padding-left: 5px; }

.Input { width: 100%; margin: 0px 0px 0px 0px; }
.Sektion { margin-bottom: 10px; clear: both;}

.ejendomlillefoto { width: 100px; height: 49px; }
.ejendomstortfoto, .lejemaalstortfoto { width: 476px; height: 314px }
/* .kontaktfoto { width: 213px; height: 110px; }*/
.kontaktfoto { width: 195px; height: 101px; }

.maplink
{
  padding-left: 10px;
}

p {margin: 0px 0px;}

/* =====================
   Hacks i Nordicoms CSS 
   =====================
*/

body { text-align: left; }

#content-area-wide
{
/*  
  position: relative;
  display: inline;
  float: left;
*/
  margin: 0px;
  padding: 0px;
  width: 100%;
}

/* Vi vil ikke have 100% bredde på alle tabeller - giver f.eks. grim pager i grid */
table { width: auto; }

/* Vi har flere logiske sider i én side, og derfor er #side-pane upraktisk, derfor har vi en kopi der 
   kan sætes som class. */
.side-pane {display:inline; float:left; clear:right; width:233px; margin:0px 7px -10px -240px; overflow:hidden}

/* Ødelægger layout i bl.a. grid 
td, th {padding:2px 8px; margin:0px; border:0px; empty-cells:show}
*/
td, th {padding:0px; margin:inherit; border:inherit; empty-cells:inherit}   


/* Ødelægger afstand fra breadcrump til overskrift og fra overskrift til efterfølgende indhold
h1 {color:#f90; font-size:24px; margin:0.6em 0px 1em}
h1.page-header {margin-bottom:-0.3em} */
h1, h1.page-header { margin: 0px 0px 10px 0px;}



/* Der er ikke plads til foto på 476px og mwr på 233px ved siden af hinanden i IFRAME, måske fordi der
   også kommer en scrollbar på?
*/
.mwr-element-narrow
{
  width: 214px;
}  
