@charset "utf-8";
html,body {
	height:100%;
	margin:0px;
	padding:0px;
	
}

.ligemaginer{
	text-align:justify;	
}

h4.err{
	color:#F00;
	}

ul.err{
	color:#F00;
	}
	
.password-style {
     width: 140px;
   } 

table.hoved_tabel{
	width:1034px;
	background-color:#FFF;	
	height:97%;
	padding:0px;
	}

table.table_enheder {
	border-width: thin;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.table_enheder th {
	border-width: thin;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.table_enheder td {
	border-width: thin;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.table_main {
	border-width: 0px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.table_main th {
	border-width:0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.table_main td {
	border-width:0px;
	padding: 1px;
	border-style: inset;
	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;
}

.divScrollAuto {
    height:500px;
    width:480px;
    overflow:auto;
    white-space:nowrap;
}