﻿/**************
***
*** Tooltips
***
***************/
.tip
{
	color: #fff;
	width: 210px;
	margin: 0px;
	padding: 5px;
	z-index: 13000;
	background: black;
}
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
/**************
***
*** Normals
***
***************/
body
{
	background: #ddd url('../Bilder/body-bakgrunn.gif');
	text-align: center;
	color: #333;
}
table.oldTable
{
	border-collapse: collapse;
	margin: 15px 0 15px 0;
	border-color: #C0C0C0;
	empty-cells: show;
	border: 1px solid;
}
table.oldTable th
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
	empty-cells: show;
	background-color: #C0C0C0;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #C0C0C0;
	border-collapse: collapse;
}
table.oldTable td
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
	empty-cells: show;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #C0C0C0;
	border-collapse: collapse;
}
div#sideTekst
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 110%;
	text-indent: 0;
	color: #666666;
    text-align: left;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
textarea, input, select, option
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 110%;
	text-indent: 0;
	color: #666666;
    text-align: left;}
#footer
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 110%;
	text-indent: 0;
	color: #000;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0;
}
div#toppSkygge
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 990px;
	height: 20px;
	background: transparent url(../Bilder/skygge-t.png) no-repeat;
}
div#bunnSkygge
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 990px;
	height: 20px;
	background: transparent url(../Bilder/skygge-b.png) no-repeat;
}
td#hoyreSkygge
{
	width: 20px;
	table-layout: fixed;
	background: transparent url(../Bilder/skygge-h.png) repeat-y;
}
td#venstreSkygge
{
	width: 20px;
	table-layout: fixed;
	background: transparent url(../Bilder/skygge-v.png) repeat-y;
}
h2
{
	font-family: Verdana;
	font-size: 12pt;
	color: #0C3979;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
}
h3
{
	font-family: Verdana;
	font-size: 10pt;
	color: #0C3979;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
a
{
	font-family: Verdana;
	font-size: 8pt;
	color: #0C3979;
	text-decoration: none;
}
a:link
{
	color: #0C3979;
}
a:visited
{
	color: #0C3979;
}
a:hover
{
	color: #ff0000;
}
div#sideNavn, h1
{
	font-size: 24pt;
	font-family: Verdana;
	color: #0C3979; 
    margin-bottom: 5px;
    font-weight: normal;
    padding: 0;
}
div#sideNavn
{
	margin-left: 10px;
}
h1{
	margin-top: 15px;
	padding-bottom: 5px;
}
a img
{
	border: 0;
}
div#topDiv
{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 990px;
}
div#mainDiv
{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	width: 950px;
	table-layout: fixed;
	background-color: white;
}
div#mainDiv table#mainTable
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	table-layout: fixed;
}
div#mainDiv table#mainTable td#header
{
	height: 140px;
	text-align: right;
	vertical-align: bottom;
	background: white url('../Bilder/headerny.png') no-repeat;
	background-position: 10px 5px;
}
div#mainDiv table#mainTable td#menu
{
	width: 120px;
	border-right: 3px #ebac23 solid;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}
div#mainDiv table#mainTable td#content
{
	height: 450px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
div#mainDiv table#mainTable td#footer
{
	display: block;
	background-color: #f2ca71;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 905px;
	table-layout: fixed;
}

/****************
** Meny *********
****************/
ul#menuList
{
	margin: 0;
	margin-left: 6px;
	padding: 0;
	list-style: none;
	background-color: transparent;
}
ul#menuList li a
{
	display: block;
	margin: 0;
	padding: 4px;
	width: 105px;
	background: transparent;
	color: #888;
	text-decoration: none;
	list-style: none;
	border: 0px;
	font-weight: bold;
}
.menu_normal
{
	display: block;
	margin: 0;
	padding: 4px;
	width: 105px;
	background: transparent;
	color: #888;
	text-decoration: none;
	list-style: none;
	border: 0px;	
}
.menu_active
{
	display: block;
	margin: 0;
	margin-left: 10px;
	padding: 4px;
	width: 105px;
	background: transparent;
	color: #f00;
	text-decoration: none;
	list-style: none;
}