﻿body 
{
	font-family:Verdana, Arial;
	font-size: 10px;
	background-color:#c3c4c6;
	
	
}

.maintable
{
	background-color: #FFFFFF;
	color: #666666;
}

a
{
	color: #0059AD;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p,td
{ font-size:10px;}



.leftcolumn
{
	vertical-align: top;
	background-color: #eaf7f8;
}

.rightcolumn
{
	background-color: #eaf7f8;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.topmenu
{
	text-align: right;
	padding-right: 10px;
	font-size:10px;
	font-weight:bold;
		
}

.topmenu div
{
	float:right;
}

.topmenu a
{ 
display: block; 
padding: 0 5px 0 5px; 
float: left; 
text-decoration: none; 
border-bottom: 0px solid white; 
color: white;
margin-top: 10px;
}

.topmenu a:hover 
{  
}

.cal
{
	font-weight:normal;
	font-size:12;
}
/*******************************
 Standard modules
*******************************/
.ModuleTitle
{
	font-size: 12px;
	font-weight: bold;
}

.SectionHeader
{
	font-size:14px;
	font-weight: bold;
}

.SectionItem
{
}

.CommandButton
{
	color: Red;
}

.contentHeader
{
	font-size:16px;
	font-weight: bold;
}

.itemLink
{
	color: #0059AD;
	font-size:12px;
}

/*******************************
 Newsmodule items
*******************************/
.readMore
{
	text-decoration: none;
	padding-top:5px;
	padding-left:10px;
	font-weight:bold;
	color:Black;
}

.newsLinkBig
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsLinkNormal
{
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsLinkNormalEvent
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


.newsHeader
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsNormal
{
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsDate
{
	font-size:10px;
}

.newsAuthor
{
	font-size:10px;
}

/*******************************
 Menu items
*******************************/

.Page
{
	color: White;
	text-decoration:noen;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	padding-right:20px;	
	
}
.hoverPage
{
	color:#dcdcdc;
	text-decoration: none;
}
.SubPage
{
	color:#dcdcdc;
	text-decoration:none;
	text-transform: uppercase;
	font-size:10px;
	padding-right:20px;
	font-weight:bold;
	background-color:Gray;
}
.SubSubPage
{
	color: black;
	text-decoration: none;
}
.SelectedPage
{
	color:#dcdcdc;
	padding-right:20px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}
.SelectedSubPage
{
	color: white;
	text-decoration:none;
	text-transform: uppercase;
	font-size:10px;
	padding-right:20px;
	font-weight:bold;
}
.SelectedSubSubPage
{
	color: black;
	text-decoration: underline;
}

/*******************************
 Admin menu 
*******************************/

.topLink
{
	color: Black;
	font-size: 10px;
}
.topLink:hover
{
	color: Black;
	font-size: 10px;
	text-decoration: underline;
}

.topLinkAdmin
{
	color: Black;
	font-size: 10px;
	text-decoration: none;
}
.topLinkAdmin:hover
{
	color: Black;
	font-size: 10px;
	text-decoration: none;
}

/*******************************
 Content preview
*******************************/
.TDPreview
{
	border: dotted 1px gray;
}

.btn
{
	background-color: #EFEFEF;
	border: black solid 1px;
	font-family: Microsoft Sans Serif, Sans-Serif;
	font-size: 11px;
	height: 20px;
}

.txtNormal
{
	height: 16px;
	border: black solid 1px;
}

/*******************************
 DropDownMenuStyle
*******************************/

/*Hovedmeny; nivå 1 */
.MenuGroup
{
	background-color: #97bf2b;
}

.TopItem {background-color:#97bf2b;
	color:white;
	font-family:verdana, Sans-Serif;
	 font-size:10px;
	 font-weight:bold;
	 text-transform:uppercase;
	 padding-right:20px;
	 cursor:pointer;}
	
.TopItemHover 
{	color:#dcdcdc;
	font-family:verdana, Sans-Serif;
	 font-size:10px;
	 font-weight:bold;
	 text-transform:uppercase;
	 padding-right:20px;
	 cursor:pointer;}

.TopItemActive 
{
	color:white;font-family:verdana;
	font-size:10px;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
	padding-right:20px;
	}

/* Undermeny; nivå 2 */
.MenuItemGroup
{
	border: black solid 0px;
	margin-top:7px;
	width: 120px;
}

.TopItem2 {background-color:#dcdcdc;
	color: Black;	
	height:20px;
	font-family:verdana, Sans-Serif;
	 font-size:10px;
	 font-weight:bold;
	 text-transform:none;	
	 cursor:pointer;}
	
.TopItemHover2 
{background-color:#8D8F95;
	font-family:verdana,Sans-Serif;
	font-size:10px;
	font-weight:bold;
	height:20px;
	cursor:pointer;}

.TopItemActive2 
{background-color:#8D8F95;
	color:white;
	font-family:verdana;
	font-size:12px;
	border:1px;
	border-left-color:#555555;
	border-top-color:#555555;
	border-right-color:#B8B8B9;
	border-bottom-color:#B8B8B9;
	border-style:solid;
	cursor:pointer;}
	

.textSpace
{
	margin-left:10px;
	margin-top:5px;
	margin-right:5px;
	
	}
	
	.marginBilde
	{
		margin-right:10px;
		}
