﻿body {
    font-family: Arial, Helvetica, Tahoma, Verdana, "Nimbus Sans L", "Liberation Sans", FreeSans;
    font-size: 12px;
    background-color: #ebe7e4; 
    color: #333333;
}
#SiteContainer
{
    background-color: #ffffff;
    width: 856px; /*960px;*/
    margin: auto;
    margin-top: 20px;
}
#SiteTop
{
    background-color: #ebe7e4;
    padding-bottom: 10px;
    height: 66px;
}
#SiteTopLogo
{
	height: 100%;
	width: 135px;
	float: left;
}
#SiteTopLogoImg
{
	height: 100%;
}
#SiteTopLinks
{
	width: 721px;
	float: left;
	margin-top: 46px;
	text-align: right;
}
#SiteTopLinks A
{
	color: #00516c;
    font-size: 15px;
    text-decoration: none;
    padding-left: 18px;
    margin-left: 14px;
    background: url('../images/linkdot.png') no-repeat left center;
}
#SiteNavigation
{
    height: 50px;
    background: url('../images/nav_bg.gif') repeat-x left;
}
#SiteTitle
{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	margin-left: 20px;
	
}
#SiteNavigationCorner
{
    width: 10px;
    height: 50px;
    float: left;
    background: url('../images/nav_corner.gif') no-repeat left;
}
#SiteContent
{
    padding: 0px 10px 2px 10px;
    clear: both;
    min-height: 500px;
    background-color: #ffffff;
    font-family: Verdana, Tahoma, Helvetica, Arial. "Nimbus Sans L", "Liberation Sans", FreeSans;
}
#SiteFooter
{
	line-height: 20px;
	text-align: center;
	padding-bottom: 20px;
	color: #666666;
	margin: 0px 117px 0px 117px;
}


#SiteMainContentColumn {
	WIDTH: 960px; FLOAT: left
}


/* main area */
#MainContentArea
{
	width: 620px; /*700px;*/
	float: left;
	/*margin-left: 20px;*/
	clear: right;
	background-color: White; /* #EBEBEB;*/ /* #f3f0dc ; */
}

#MainContentArea {
	MARGIN: 0px; 
	border : 0px solid lightgray
}


/* Left menu */
#LeftMenuArea A {
	TEXT-DECORATION: none
}
#LeftMenuArea A:hover {
	TEXT-DECORATION: underline
}
#LeftMenuArea {
	MIN-HEIGHT: 450px; 
	WIDTH: 200px; /*220px;*/ 
	FLOAT: left;
	margin-left:20px;
}

.MenuHeader /* Meny rubriker */
{
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial
}

.LeftMenuTopItem {
	PADDING-BOTTOM: 5px; MARGIN-TOP: 5px; MIN-HEIGHT: 20px; PADDING-LEFT: 0px;
	CLEAR: both
}


.LeftMenuTopItemIcon {
	WIDTH: 12px; BACKGROUND: url(../../Images/meny_pil_ljus.gif) no-repeat left center; FLOAT: left
}

.LeftMenuTopItemIconExpanded {
	WIDTH: 12px; BACKGROUND: url(Images/LeftMenu/meny_pil_mork.gif) no-repeat left center; FLOAT: left
}

.LeftMenuTopItemText {
	MARGIN-TOP: 2px; 
	WIDTH: 173px;/*193px;*/ 
	padding-left: 5px;
	FLOAT: left; /*right*/
	margin-bottom:5px;
}

#InternalMainArea {
	width: 600px; /*688px;*/ 
	margin-left : 6px ; 
	margin-bottom : 7px
}

#SiteFooterMainCorner {
	BACKGROUND: url(../../Images/horn.gif) #005572 no-repeat; HEIGHT: 10px; CLEAR: both
}

#SiteFooterBottom {
	TEXT-ALIGN: center; BACKGROUND-COLOR: #ebe7e4; COLOR: #666; PADDING-TOP: 15px
}

H1
{
	font-weight: bold;
	font-size: 25px;
	color: #00516c;
}
H2
{
	font-weight: bold;
	font-size: 15px;
	color: #00516c;
}
#SiteContent A
{
	font-size: 12px;
	color: #3d82ab;
    text-decoration: underline;	
}
#SiteContent A:hover
{	
	text-decoration: none;
}
#SiteContent IMG
{
	border: 0;
}
BUTTON, INPUT[type="submit"], INPUT[type="button"]
{
    border: none;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    background-image: url('../images/button_23.png');
    height: 23px;
}
INPUT[type="submit"]:hover, INPUT[type="button"]:hover
{ cursor:pointer}

INPUT[type="checkbox"]:disabled, INPUT[type="text"]:disabled, SELECT:disabled
{
    background-color: lightgray;
}

#newRegLink a {
    margin: 50px;
    background-image: url('../images/button_23.png');
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    height: 23px;
    text-decoration: none;
}

#newRegLink a:visited
{
  background-image: url('../images/button_23.png');   
  color: #ffffff; 
  padding: 4px 10px 4px 10px;
  height: 23px;
  text-decoration: none;
}
#newRegLink a:hover
{
  background-image: url('../images/button_23.png');   
  color: #ffffff; 
  padding: 4px 10px 4px 10px;
  height: 23px;
  text-decoration: none;
}

.BigButton
{
    background-image: url('../images/button_38.png')!important;
    height: 38px!important;
    font-size: 18px!important;
}
TR.Blue
{
    background-color: #e5f0f3;
}
TR.Grey
{
    background-color: #cfc9c0;
}
.Clear
{
	clear: both;
}
.Delimiter
{
	margin: 10px;
	border-top: dotted 1px #cccccc;
}
.FL
{
	float: left;
}
.FR
{
	float: right;
}

fieldset
{
  border: none;  
  background-color: #eeeecc;
  padding: 5px
}