﻿/***** Primary structure  *****/
html, body{
	margin: 0px;
	padding: 0px;
}

body {
	background-color:white;
	font-family:Tahoma,"Trebuchet MS", sans-serif;
	font-weight:lighter;
	font-size: 12px;
	color: #7c7c7a;
	min-width: 800px;
}

h1, h2, h3, h4{
	padding-top:0px; margin-top: 0px;
	padding-bottom:10px; margin-bottom: 10px;
	color: #656565;
	font-weight:normal;
}

h3{
	font-size: 30px;
}

h4{ /*Artikkel overskrift*/
	color: #ef4123;
}

h5{
	padding: 10px 0px 0px 0px; 
	margin:0;
}

.clear {
	clear: both;
}

/***** Content *****/

#main_content{
	margin-left: 10px; margin-right: 10px; margin-bottom: 10px;
	min-height:300px;
}

.header {
	background-color: #24568E;
}

.content_header {
	background-color: #d9d9d9;
	width: 100%;	
}

.controls {
	padding: 2px;
	font-weight:bold;
	text-transform:uppercase;
}

.controls a {
	color: #7c7c7a;
	padding-left: 10px; padding-right: 10px;
}

.controls a:hover {
	color: white;
}

.spaced_page {
	 padding: 10px;
}

#footer_content {
	border-top: 1px #bcbec0 solid;
	padding-top: 8px;
	text-align:center;
	overflow: hidden;
	color: #919191;
	font-size: 10px;
	/*margin-top: 10px;*/
}

#footer_content a, #footer_content a:visited{
	color: #919191;
	text-decoration:none;
}

#profile_menu
{
	position:absolute;
	right: 5px;	left: auto;	top: 4px;
	color: White; font-size: 10px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

#profile_menu a{
	color: White;
}

#profile_menu a:visited{
	color: White;
}

.control_label{
	font-size: 10px;
	display: block;
}

.control_label_form{
	font-size: 10px;
	display: block;
	padding-top: 10px;
}

div.report_section {
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 5px;
}

div.report_section h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.report_section p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.error_summary{
	 background-color: #f3f3f3;
	 padding: 5px;
}

.info_section {
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 5px;	
}

.info_section h2 {
	padding: 0;
	margin: 0;
}

.info_section p {
	margin: 0px;
	padding: 5px 0 5px 0;
}

.info_section_header {
	background-color: #c3c3c3;
	padding: 2px;
	font-weight:bold;
}

.info_section_header a{
	color: Black;
}

#top_header {
	position: absolute;
	top: 20px; left: 100px;
	font-size: 16px;
	font-weight: bold;
	color: #F3F3F3;
}

.line
{
	border-bottom: solid 1px gray;
}

.spaced_panel {
	margin-bottom: 20px;
}

div#login_page {
    background: url('/images/off_bg.jpg') no-repeat left bottom;
}

/****** Popup dialog ******/

.dialog_container {
	width: 100%; height: 100%;
}

.dialog_bg {
	top:0px; left:0px;
	width:100%; height: 100%;
	position: fixed;	
	background-color: Black;
	opacity:0.4;filter:alpha(opacity=40);
	z-index: 98;
}

.dialog {
	position: absolute;
	width: 400px;
	background-color: White;
	border: solid 1px Black;
	padding: 10px;
	margin-top: 50px;
	margin-left: 35%;
	z-index: 99;
}

.closebutton
{
	float: right;
	display: block;
	font-size: 12px;
	/*background: red;
	border: solid 1px black;*/
}
/***** Menu *****/
#nav{
	text-transform:uppercase;
	margin-top:118px;
	width: 900px;
}

#nav ul{
	float: right;
	padding:0px; margin:0px;
	list-style-type:none;
}

#nav li{
	float: left; padding: 0; margin: 0;
	background-color:#f3f3f3;
	margin-right: 5px;
}

#nav a
{
	display: block;
	color: #7c7c7a;
	font-size: 11px;
	padding: 7px;
	padding-top: 7px;
	padding-bottom: 6px;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: none;
	background-color:White;
	color: #227d2b;
}