﻿/*
Fargekoder: 
Mørk blå: #007bc6
Lys blå: #639cd6
*/
body 
{
	margin:0px;
	padding:0px;
	border:0px;
	background-color: #ffffff;
	background-image: url("");
	background-repeat:repeat;
	font-family:Verdana, Arial;
	font-size: 10px;
}

h1
{
	font-size:16px;
	display:block;
	width:250px;
	border-bottom: solid 1px #639cd6;
}

h2
{
	font-size:16px;
	display:block;
	width:500px;
	background-color:#87B7FF;
	padding-left:10px;
}

a
{
	text-decoration:none;
	color:#35618B;
}

a:hover
{
	text-decoration:underline;
}

p
{
	padding-top:5px;
	padding-left:5px;
}

/* The following three classes controls: top, middle and bottom */

.top
{
	width:100%;
	height:10px;	
}

.middle
{
	margin-top:-2px;
	width:100%;
}

.bottom
{
	width:100%;
	text-align:center;
}

.bottom a
{
		color: #B3CCEE;
}

/* 
   This part controls the border and size of the content
   All the following classes are rendered under this
 */

.content
{
	border-top: Solid 1px #639cd6;
	border-bottom: Solid 1px #639cd6;
	border-left: Solid 1px #639cd6;
	border-right: Solid 1px #639cd6;
	width:900px;
	background-color:White;
	vertical-align:top;	
	margin:0px;
	padding:0px;
}

/* This class controls the header */
.ContentHeader
{
	width:100%;
	height:104px;
	background-color: #ffffff;
	background-image: url(Bilder/header.gif);
	background-repeat:no-repeat;
	border-bottom: solid 1px #A4C2EB;
	vertical-align:bottom;
	border-collapse:collapse;
}

/* This class controls the menu and text */

.ContentMenuAndText
{
	width:100%;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

/* This class controls the menu. The height set her decides the height */

.menu
{
	height:400px;
	background-color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:20px;
	vertical-align:top;
	border-right: 1px dotted #639cd6;
}

.textAndInfoLinePane
{
	width:100%;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

/* The two following classes are children of the class "text" */

.infoLine
{
	border:0px;
	width:100%;
	height:60px;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	background-position:top;
	background-image: url("");
	background-repeat:repeat-x;
}

.contentPane
{
	width:100%;
}

.footer
{
	width:100%;
	height:80px;
	text-align:center;
	font-size:10px;
	color: Gray;
	padding-top:10px;
	border-top: 1px dotted #639cd6;
	padding-bottom:10px;
}

/* Control the contentheader right */
.ContentHeaderRight
{
	float:right;
	right:10px;
	font-size:9px;
	padding-right:5px;
    color: #007bc6;
}

.ContentHeaderRight a
{
	color:#007bc6;	
}

.ContentHeaderNetpost
{
	float:right;
	right:10px;
	font-size:0px;
	padding-right:5px;
	padding-bottom:10px;
    color: white;
}

.ContentHeaderNetpost a
{
	color:white;	
}

/* Control the contentheader left */
.ContentHeaderLeft
{
	float:left;
	width:198px;
	height:39px;
	background-image:url("");
}

/* Controls the InfoLine right */
.InfoLineRight
{
	float:right;
	padding-right:10px;
}

/* Controls the InfoLine left */
.InfoLineLeft
{
	background-color:#d8d9dd;
	float:left;
	padding-left:0px;
	width:250px;
}

.InfoLineLeftEdge
{
	width:60px;
	background-position:left bottom;
	background-image: url("");
	background-repeat:no-repeat;	
}

/* Controls the menuitems */

.menuItem2
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#007bc6;
	width: 120px;
	margin-top:0px;
    margin-left:3px;
	margin-bottom:0px;
	background-color:#ffffff;
    display:block;
    background-position:left center;
    background-image: url("");/*url(Bilder/leftEdge.gif);*/
    background-repeat:no-repeat;
}

.menuItem3
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff	;
	width: 180px;
	margin-top:0px;
    margin-left:3px;
	margin-bottom:0px;
	background-color:#639cd6;
    display:block;
    background-position:right top;
    background-image: url("");
    background-repeat:no-repeat;
}

.menuItem2 td
{
	background-color:White;
}

/* This class decides the spacing between the menu items */

.menuItem2 a
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
}

/* Changes the background color and text color when mousepointer moves over the item */

.menuItem2:hover
{
	color:white;/*#004575;*/
	background-color:#639cd6;
	text-decoration:underline;

}

/* Sets the margin in the text content */

.contentText
{
	margin:10px;
}

.errorLogin
{
	color:Red;
}
.errorLable
{
	color:Red;
}
.errorValidate
{
	color:Red;
}

/* Formats the tables in the site. Right adjust the tables. Width affects the width of the hole table  */
.tableSetup
{
	border-bottom: solid 1px #d8d9dd;
	border-left: solid 1px #d8d9dd;
	border-right: solid 1px #d8d9dd;
	border-top: solid 1px #d8d9dd;
	border-collapse:collapse;
	width:695px;
}

.tableSetup td
{
	border-spacing:0px;
	border-bottom: solid 1px #d8d9dd;
	border-left: solid 1px #d8d9dd;
	border-right: solid 1px #d8d9dd;
	border-top: solid 1px #d8d9dd;	
}

.tableSetup a
{
	text-decoration:none;	
	color:#35618B;
}

.tableSetupBack
{
	text-decoration:none;	
	color:#35618B;
}

.Schema
{
	width: 100%;
	vertical-align:top;
}

.schema largeBox
{
	width: 100%;
	height:200px;
}

.Schema input
{
	border: solid 1px #d8d9dd;
	width:200px;
}

.Schema textarea
{
	border: solid 1px #d8d9dd;
	width:200px;
}

.Schema select
{
	border: solid 1px #d8d9dd;
	width:200px;
}

/* Login setup */

.frame
{
	width: 100%;
	height: 100%;
}

.mainContainerLogin
{
	width:300px;
	height:300px;
	background-color:White;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
	vertical-align:top;
	text-align:left;
}

.topLogin
{
	height:200px;
}

/* 
Tas med i alle themes! 
Beskriver linje (dataline) med ledetekst (datadescription) og innhold (datacontent)
*/

.bold
{
	font-weight: bold;
}

div.dataline
{
	width: 100%;
	margin-bottom:  10px;
	border: none;
	border-left: none;
	border-right: none;
}

div.dataline div.datadescription
{
	width: 130px;
	float: left;
	clear: none;
	margin-right: 10px;
	display: inline;
}

div.dataline div.datacontent
{
	float: left;
	clear: none;
	display: inline;
	min-width: 100px;
}

div.dataline p
{
	margin: 0;
	padding: 0;
	display: block;
}
