 

/* Ekstra til at håndtere Ogilvy layout */    
.ErrorSpacer
{
	margin-left:18px;
}

.formreplace { 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 20px;
}

/* Købsflow Tidligere selskab */
.formreplace2
{
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 15px;
}

.step1, .step2, .step3, .step4, .step4b, .step5, .step6 {
	float: left; 
    line-height: 10px;
	background: transparent url('../images/navigation_bg.gif');
	background-repeat:repeat-x;
	background-position: bottom center;
}
.step1{
	text-align: left;	
	width: 90px; /* cell width */
}
.step2{
	text-align:center;
	width: 146px; /* cell width */
}
.step3{	
	text-align:center;
	width: 60px; /* cell width */
}

		
.step4{	
	text-align:center;
	width: 160px; /* cell width */
}

.step4b{	
	text-align:center;
	width: 140px; /* cell width */
}
.step5{	
	text-align: right;
	width: 70px; /* cell width */
}

.steps 
{
	vertical-align:bottom;
}


.RadioButtonBold
{
	font-weight:bold;
}

.FieldLabelLevel1
{
   font-weight:bold;
}

/* BHL */
.buttonToPlainText 
{
	display: inline; border: none; width: auto; padding: 0 0; text-align: center; background: transparent; height:15px;color:white;font-weight:bold;cursor:pointer
}

.lineHeightLabel
{
	height:40px;
	font-weight:bold;
}

.lineHeightField span 
{
	display:block;
	vertical-align:baseline;
	text-align:left;
	float:left;
}

.lineHeightField span img
{
	padding-top:5px;
	padding-right:3px;
}

 .lineHeightField, .lineHeightFieldNoValidator
{
	padding-top:10px;
	height:30px;
}

.lineHeightFieldNoValidator
{
	padding-left:21px;
}

/* BHL slut */    



/* Modal Popup */
.modalPopup 
{
	text-align:left;
    overflow: auto; /* aht. FireFox hvor cursor ellers vil forsvinde grundet fejl i FF /lyng */
}

/* Modal Popup Background */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


/* Modal Popup Input, alle samme bredde ogsaa password felter */
div.modalPopup input
{
	width: 160px;
}

div.modalPopupWithAuto input
{
	width: auto;
}

div.modalPopup div.checkbox input
{
	width: 16px;
}

div.modalPopup input[readonly]
{
    background: transparent;
    border-color: Silver;
}

div.modalPopup .readonly
{
    background: transparent;
    border-color: Silver;
}



/* Modal Popup Close Button */
div.modalPopup input.close_popup {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 87px;
	height: 17px;
	cursor: pointer;
	text-decoration:none;
}

/* Modal Popup */
div.modalPopup p
{
    margin:  0px;
    padding: 8px 0px 8px 0px;
}

/* Bruges naar det er noedvendigt at skjule MainBtn for modal popup */
a.display_none
{
    display:none;
}
   
   
/* Calculation List */
.prisColumn07 {
    display: block;
	width: 128px;
    float: left;
}


/* Bruges naar timeglas skal vises for hele siden (body) */
.wait, .wait * { cursor: wait !important; }


/* Baggrund til at disable form elementer */
.disableForm 
{
  background-image:url(/images/blank.gif);
  background-position:center;
	background-repeat:no-repeat;
}

.systemMessageLine
{
	background: #ff5800;    
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:normal;
	margin-top: 1px;
	padding:5px 5px 5px 20px;
}
