@charset "utf-8";
html,body {
	height:100%;
	margin-top:0px;	
	padding:0px;
	
}
.logTabel{
	style="border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-collapse: collapse;"
	}

.waitDivClass{
	visibility:hidden;
	position:fixed;
	top:50%;
	width:100%;
	}

.ligemaginer{
	text-align:justify;	
}

h4.err{
	color:#F00;
	}

ul.err{
	color:#F00;
	}
	
.password-style {
     width: 140px;
   } 
.analogKnap {
     width: 215px;
   }

table.hoved_tabel{
	width:1260px;
	background-color:#FFF;	
	height:97%;
	padding:0px;
	}

table.table_enheder {
	border-width: thin;c
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.table_enheder td {
	border-width: thin;
	padding: 1px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}


	
a:link {
	font-weight: bold;
	color: #5e94b6;
	text-decoration:none;
}

a:visited {
	font-weight: bold;
	color: #5e94b6;
	text-decoration:none;
}
a:active {
	font-weight: bold;
	color:  #5e94b6;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #004d74;
}

div.divScrollAuto {
    height:400px;
    width:585px;
	overflow-y: scroll;
    white-space:nowrap;
}

div.enheder {
    height:420px;
    width:100%;
	overflow-y: scroll;
    white-space:nowrap;
	border:thick;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}

#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



.holder{       
	position:absolute; 
    width:95%;
    display:block;
}

.content{
    background:#fff;
    padding: 28px 26px 5px 25px;
}

.divLog{
    background:#fff;
    padding: 28px 26px 5px 25px;
	height:400px;
    width:770px;
	overflow-y: scroll;
    white-space:nowrap;
}


.popup{	
	visibility:hidden;
    border-radius: 7px;
    background:#6b6a63;
    margin:30px auto 0;
    padding:6px;  
    position:absolute;
    width: 650px;
    top: 50%;
    left: 50%;
    margin-top: 200px; 
	margin-left:-300px;
}

.popupLog{	
	visibility:hidden;
    border-radius: 7px;
    background:#6b6a63;
    margin:30px auto 0;
    padding:6px;  
    position:absolute;
    width: 850px;
    top: 50%;
    left: 50%;
    margin-top: 200px; 
	margin-left:-400px;

}

