p, h3 {
	font-family: tahoma;
	font-size: 11px;
}
.text {
	font-family: tahoma;
	font-size: 11px;
	margin: 10px;
}
.list {
	font-family: tahoma;
	font-size: 11px;
	line-height: 16pt;
}
.numlist {
	font-family: tahoma;
	font-size: 11px;
	margin-left: 22px;
	text-indent: 0px;
}
.sublist {
	list-style-type: disc;
	margin-left: 15px;
}
.adress {
	font-family: tahoma;
	font-size: 11px;
	color: #a4a4a4;
	text-align: center;
	margin: 5px;
}
.meny {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
}
.menyrubrik {
	font-size: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.header {
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
}
.header2 {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	line-height: 22pt;
}

/* Styles for the DB */
td {
	font-family: arial;
	font-size: 8pt;
	margin: 10px;
}
.textfield {
	font-family: arial;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
}
.textarea {
	font-family: arial;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
}
.numberfield {
	font-family: arial;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	text-align: right;
}
.searchtextfield {
	font-family: arial;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	background-color: #f0f0f0;
}
.button {
	font-family: arial;
	font-size: 8pt;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.select {
	font-family: arial;
	font-size: 8pt;
	line-height: 0px;
	border-style: solid;
	border-width: 1px;
	background-color: #f0f0f0;
}
.regform {
	background-color: #f0f0f0;
}
.sort {
	text-decoration: none;
	color: black;
}
.result_table {
	border-color: #d0d0d0;
	border-width: 0px;
	border-style: solid;
}
.td_1 {
	background-color: #f0f0f0;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: #ffffff;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
}
.td_2 {
	background-color: #f8f8f8;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: #ffffff;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
}
.td_3 {
	background-color: #e8e8e8;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: #ffffff;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	color: #ff0000;
}
.td_4 {
	background-color: #e0e0e0;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: #ffffff;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
}
.tr_over .td_1 {
	background-color: #000080;
	color: white;
}
.tr_over .td_4 {
	background-color: #000080;
	color: white;
}
.td_header {
	font-weight: bold;
	background-color: #d0d0d0;
	border-style: outset;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.qfield {
	font-family: arial;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	height: 16px;
}
.addbutton {
	font-family: arial;
	font-size: 8pt;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	height: 16;
	margin: 0px;
	padding: 0Px;
	width: 70px;
}

/* Tab-menu */

.thistab
{
	font-family:tahoma;
	font-size:11px;
	text-align:center;
	background:#e0e0e0;
	border-top: outset thin;
	border-right: outset thin;
	border-left: outset thin;
	border-bottom: thin none;
	border-width: 1px;
	cursor:hand;
	visibility:show;
	padding-left: 10px;
	padding-right: 10px;
	z-index:1;
}
.tab
{
	font-family:tahoma;
	font-size:11px;
	text-align:center;
	background:#d0d0d0;
	border-top: outset thin;
	border-right: outset thin;
	border-left: outset thin;
	border-bottom: inset thin white;
	border-width: 1px;
	cursor:hand;
	visibility:show;
	padding-left: 10px;
	padding-right: 10px;
	z-index:20
}
.contents
{
	background:#e0e0e0;
	border-left: outset thin;
	border-right: outset thin;
	border-bottom: outset thin;
	border-width: 1px;
	position:absolute;
	visibility:show;
	left:10px;
	top:75px;
	width:600px;
	height:420px;
	padding: 10px;
}

