body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #444444;
	vertical-align: top;
}

td.bottom{
	font-size: xx-small;
}

td.tab{
	text-align: center;
	border-bottom: 1px solid #a6a6a6;
	width: 20%;
	vertical-align: middle;
}

td.small{
	font-size: xx-small;
}

td.hjelpetekst{
	font-style: italic;
	font-size: xx-small;
}

td.bekreft{
	text-align: center;
	padding: 15px;
	background-color: #fcc8c8;
	border: 1px solid #a6a6a6;
}

tr.row1{
	background-color: #f6f6f6;
}

th{
	font-size: small;
	color: #444444;
	background-color: #e6e6e6;
	border-bottom: 1px solid #a6a6a6;
	text-align: left;
}

th.small{
	font-size: x-small;
}

th.tab{
	text-align: center;
	border: 1px solid #a6a6a6;
	width: 20%;
}

h1{
	font-weight: bold;
	font-size: large;
	margin: 0px;
}

h2{
	font-weight: bold;
	font-size: medium;
	margin: 0px;
}

h3, h4, h5, h6{
	font-weight: bold;
	font-size: small;
	margin: 0px;
}

img{
	border: 0px;
}

a{
	color: #444444;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #000000;
}

a.help{
	color: red;
	text-decoration: none;
}

a.help:hover{
	text-decoration: none;
}

hr{
	background-color: #444444;
	height: 1px;
}

form{
	padding: 0px;
	margin: 0px;
}

input,select,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

input:focus, select:focus, textarea:focus {
	background-color: #ffffcc;
}

dt{
	font-weight: bold;
	padding: 5px;
}

dd{
	background-color: #e6e6e6;
	border: 1px solid #a6a6a6;
	padding: 5px;
	font-style: italic;
}

.req{
	background-color: #fcc8c8;
}

span.toggle{
	cursor: pointer;
	padding: 0px 3px 0px 3px;
	border:1px solid #a6a6a6;
	background-color: #e6e6e6;
}