

/* Main classes Årdal and shit */

BODY {  
	background-image: url(background.gif);	
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 30px;
	scrollbar-arrow-color:#616161;
	scrollbar-base-color:#E3E3E3;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#E3E3E3;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#E3E3E3;
	scrollbar-3d-light-color:#E3E3E3;
}

.editorBodyCss{
	background-color : #F4F4F4;
}

.TABLE, TD, .Normal {
	color : #646464;
	font-family : Tahoma, Trebuchet MS, Geneva, Myriad, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;
}

A, A:link, A:active, A:visited {
	color : #80A000;
	text-decoration: none;
	font-weight: normal;
}
A:hover{
	color : #80A000;
	text-decoration: underline;
	font-weight: normal;
}


H1 {
	font-family : Tahoma, Myriad, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	font-size : 22px;
	color: #A6B100;
	font-weight: normal;
	font-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	width:100%;
}

H2 {
	font-family : Tahoma, Myriad, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	font-size : 19px;
	color: #A6B100;
	font-weight: normal;
	font-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	width:100%;
}

.Head, H3 {
	font-family : Tahoma, Myriad, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	font-size : 17px;
	height:18px;
	color: #9BA500;
	font-weight: normal;
	font-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
}

H4 {
	font-family : Tahoma, Myriad, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	font-size : 15px;
	height:18px;
	color: #9BA500;
	font-weight: normal;
	font-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
}


.SubHead {
	font-family : Tahoma, Gill Sans, Tahoma, Myriad, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color: #595959;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/* Spesielle tabell klasser */

.logop {
	text-align: left;
	height: 40px;
    padding-left: 20px;
    padding-bottom: 14px;
    vertical-align: bottom;
}

.top_p {
	text-align: left;
	height: 40px;
    padding-left: 0px;
    padding-bottom: 14px;
    vertical-align: bottom;
}

.top_pmenu {
	text-align: left;
    padding-left: 0px;
    padding-bottom: 4px;
}

.leftop {
	background-image: url(leftback.gif);	
	background-repeat: no-repeat;
	background-color: #D3ECD0;
	background-position: bottom left;
	height: 230px;
	width: 240px;
    padding: 0px;
}

.midtop {
	background-image: url(midback.gif);	
	background-repeat: no-repeat;
	background-color: #CDE8F0;
	background-position: bottom left;
	height: 230px;
	width: 239px;
    padding: 0px;
}

.righttop {
	background-image: url(rightback.gif);	
	background-repeat: no-repeat;
	background-color: #F0EBCD;
	background-position: bottom left;
	height: 230px;
	width: 240px;
    padding: 0px;
}

.menutp{
	background-image: url(leftbacktop.gif);	
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	height: 466px;
	padding-left: 25px;
	padding-right: 12px;
	padding-top: 0px;
}

.menutpsub{
 	z-index: 0;
	background-image: url(leftbacktop.gif);	
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	height: 475px;
	padding: 0px;
}

.umenu {
	background-image: url(umenu.gif);	
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	height: 167px;
	width: 199px;
	padding-left: 30px;
	padding-top: 15px;
}

.submenu{
 	z-index: 100;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
}

.leftbot {
	background-image: url(leftbot.gif);	
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom left;
	height: 167px;
	width: 240px;
    padding: 0px;
    margin: 12px;
}

.midbot {
	background-image: url(midbot.gif);	
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom left;
	height: 167px;
	width: 239px;
    padding: 0px;
}

.rightbot {
	background-image: url(rightbot.gif);	
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom left;
	height: 167px;
	width: 240px;
    padding: 0px;
}





/* Panes, crumbs etc */

.contentpane {
	padding: 0px;
}

.breadcrumb {
	color : #777777;
	font-family : Tahoma, Century Gothic, Tahoma, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 15px;
	background-color : #F4F4F4;
	padding : 3px;
}




.textsearchcases {
	font-family : Tahoma, Myriad, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	color: #DDDDDD;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.cred {
	font-family : Tahoma, Myriad, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	font-size : 9px;
	color: #686868;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cred:link, .cred:active, .cred:visited {
	color: #80A000;
	text-decoration: none;
	font-weight: normal;
}

.cred:hover {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: normal;
}

P {
	margin: 0px;
	padding: 0px;
}

.NormalTextBox {
	width: 120px;
	border : 1 solid double #D7D7D7;
	font-size: 11px;
	background-color: #F4F4F4;
}

.ccnytt:hover {
	color: #888888;
}

.ccw, .ccw:link, .ccw:active, .ccw:visited, .ccw:hover {
	font-family : Tahoma, Myriad, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color: #DDDDDD;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/* =======================  Menus  ======================= */

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; padding:0px; }

/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #646464; background: transparent; font-weight: normal; height: 22px;}
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #8E9700; background: transparent;  font-weight: normal;}
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #8E9700; background: transparent; font-weight: normal;}

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 100; position: relative; top: 0px; left: 40px; cursor: pointer;  width: 180px; cursor: hand; background: #FFFFFF; padding: 4px 4; border: 1px solid #DDDDDD; font-weight: normal; filter: Alpha(Opacity=94); margin: 0px;}
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma, arial;  width: 180px; color: #656565; font-size: 11px;  font-weight: normal; font-style: normal; padding: 0px 15px 1px 15px; height: 20px; border: 0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma, arial;   width: 180px;  font-size: 11px; font-weight: normal; cursor: pointer; cursor: hand; color: #fff; padding: 0px 15px 1px 15px; height: 20px; border: 0; background: #99A601;}

/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #cddf2c; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}
/*-- middle seperator           --*/ .MainMenu_Seperator {background: url(gfx/meny_sep.gif) no-repeat bottom center; width:1px; height: 40px; font-size:1px;}



#sokfelt label{display:none;}
#dnn_dnnSEARCH_optSite, #dnn_dnnSEARCH_optWeb{display:none;}


/* Frame styles if utilized */

.frameGreylineTable {
	border : 1px solid;
	border-color : #EEE #DDD #EEE #DDD;
	padding-left : 10px;
	padding-right : 5px;
	padding-top : 10px;
	padding-bottom : 10px;
	width: 100%;
}


/* Local menu for alphabetical country selection. */

.alphMen, .alphMen:active, .alphMen:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.alphMen:hover, .alphMenActive, .alphMenActive:active, .alphMenActive:hover,.alphMenActive:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

.txtTD {
	vertical-align: top;
}

/* Form styles */



.freetext_searchcases {
	width: 124px;
	height : 14px; 
	border : 0 solid double #999999;
	font-size: 11px;
	background-color: #DDDDDD;
	margin-top:6px;
	margin-left:28px;
}

.globalsearch {
	width: 100px;
	height : 14px; 
	border : 0 solid double #999999;
	font-size: 11px;
	background-color: #EEEEEE;
}

.okglobalsearch {
	font-weight: bold;	
	font-family : Tahoma, Verdana, Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	height : 16px; 
	border : 0 solid double;
	color: #EEEEEE;
	background-color: #EB7000;
	padding: 3px;
}

.formButtonSubmit, .formButtonReset {
	font-weight: bold;	
	font-size: 11px;
	border : 0 solid double #2A5163;
	color: #FFFFFF;
	background-color: #EEEEEE;
}
.formLabel {
	font-weight: normal;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-top : 5px;
}
.formInput {
	width: 260px;
	height : 18px; 
	border : 0 solid double #999999;
	font-size: 11px;
	background-color: #FFFFFF;
}


/* Start Def. footer */
.footerTD {
	font-size : xx-small;
	font-weight: bold;
	text-decoration: none;
	color: #535353;
}







