@CHARSET "utf-8";

html {

}
body {
	margin: 0px;
	paddin: 0px;
	text-align: center;
	min-width: 860px;
	background-color: #eaeff2;
}
span.hidden {
	display: none;
}

img.btnImage {
	border: 0;	
}

div#all {
    width: auto;
    margin: 0 auto 0 auto;
    padding: 0;	
	min-width: 860px;
}

div#headingOuter {
/*    background-image: url(../images/header-bg.gif);
    background-repeat: repeat-x;
    background-position: bottom; */
    position: relative;
}
div#headingInner {
    height: 100px;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
	background-image: url(images/isfjell860x100.png);
	background-repeat: no-repeat;
    background-position: center bottom;
}
div#headingTopRight {
	padding-top: 4px;
    text-align: right;
}
div#headingLogo {
	position: relative;
	text-align: left;
	width: 860px;
	margin: 0 auto 0 auto;
}
div#logo {
    position: relative;
    top: 6px;
    left: 8;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: top left;
}
div#logo a {
    color: #000000;
    height: 64px;
    width: 220px;
    text-decoration: none;
    display: block;
}
div#logo h1 {
    margin: 0;
    text-align: left;
}

img.flag {
	border: 0;	
}
div#menuOuter {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
/*	border: thin solid #00ff00; */
	height: 32px;
}
div#menuInner {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 32px;
	text-align: left;
	background-image: url(images/isfjell860x32.png);
}
div#menuSpan {
	position: relative;
	padding-top: 6px;
	vertical-align: middle;
}
span#menuText {
	margin-top: 4px;
	margin-bottom: auto;
	font-weight: 900;
	color: #1f0683;	
}
a.menuItem {
	background-image: url(images/menuItemBg.png);
    background-repeat: repeat-x;
    background-position: top left;
    text-decoration: none;
	font-weight: 900;
	font-size: 20px;
	color: #1f0683;	
}
a.menuItem:hover {
	background-image: url(images/menuItemBg-hover.png);	
    background-repeat: repeat-x;
    background-position: top left;
    text-decoration: none;
	font-weight: 900;
	color: #ffffff;	
} 
a.subMenuItem {
	display: block;
	width: 148px;	/* firefox didn't understand 100% correct */
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(images/menuItemBg.png);	
    background-repeat: repeat-x;
    background-position: top left;
    text-decoration: none;
	font-weight: 900;
	font-size: 20px;
	color: #1f0683;	
}
a.subMenuItem:hover {
	display: block;
	width: 148px;	/* firefox didn't understand 100% correct */
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(images/menuItemBg-hover.png);	
    background-repeat: repeat-x;
    background-position: top left;
    text-decoration: none;
	font-weight: 900;
	color: #ffffff;	
} 
a.subMenuItemSelected {
	display: block;
	width: 148px;	/* firefox didn't understand 100% correct */
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(images/menuItemBg.png);	
	background-repeat: repeat-x;
	background-position: top left;
	text-decoration: none;
	font-weight: 900;
	font-size: 20px;
	color: #e0e0e0;	
}


div#mainOuter {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#mainInner {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	text-align: left;
}

div#smenuOuter {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	clear: left;
	float: left;
	width: 160px;
	/* height: 100%; */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
div#smenuInner {
	margin: 0;
	background-color: #7a7afa;
	background-image: url(images/isflakNedover165.png);
}

div#contentOuter {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: right;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	width: 80%;
}
div#contentBreadcrumbs {
	display: none;
	margin: 0;
	background-color: #fafafa; /* red; */
}
div#contentInner {
	margin: 2px 0 0 0;
	padding: 0 4px 4px 4px;
	background-color: #eaeff2; /* silver; */
}


div#footingOuter {
	clear: both;
	float: none;
}
div#footingInner {
	width: 860px;
	margin: 0 auto;
	font-weight: 600;
	color: #e0e0e0;
	background-color: #eaeff2;
	background-image: url(images/isfjell860x32.png);
	background-repeat: none;
	background-position: bottom left;
}

table#adminTableMenu {
	border-width: 1px;
	border-color: #000090;
	background-color: #f8f8f8;	
}

span.contentText1 { /* This is the content heading */
	color: #404040;
    text-decoration: none; /* underline */
	font-weight: 900;
	font-size: 23px;
	font-style: normal;
/*	font-family: times; */
	font-variant: normal;
	letter-spacing: 0;
	word-spacing: 0;
}
span.contentText2 { /* This is the content ingress */
	color: #404040;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	font-style: normal;
/*	font-family: arial; */
	font-variant: normal;
	letter-spacing: 0;
}
span.contentText3 { /* This is for outlined text */
	color: #000000;
	text-decoration: none;
	font-weight: 900;
/*	font-size: 16px; */
/*	font-style: normal; */
/*	font-family: arial; */
	font-variant: normal;
}

a.contentLink {
	color: #0000E0;
    text-decoration: none;	
}
a.contentLink:hover {
	color: #E00000;
    text-decoration: underline;
}
a.nolink {
	font-weight: 600;
	text-decoration: none;
	color: #e0e0e0;	
}
a.nolink:visited {
	font-weight: 600;
	text-decoration: none;
	color: #e0e0e0;	
}

textarea.contenteditor {
	border: 1px #FF0000 solid;
	background: #FFFFFF;
	font: normal 14px/normal Arial, Helvetica, sans-serif;
	color: #000000;	
}

div.configPopup {
	position: absolute;
	margin: 0;
	padding: 4;
/*	z-index: 3; */
/*	font:7px arial, helvetica, sans-serif; */
	background-color:#666666; 
	layer-background-color:#666666; 
	top:	-10000px;
	width:	500px;
	left:	180px;		/* (div.mainInner.width - configPopup.width) / 2 */
}
span.configPopupTitle {
	font:12px arial, helvetica, sans-serif;
	font-weight: 600;
	color: #EEEEEE;
	background-color:#888888; 
	layer-background-color:#888888; 
	width: 492px;
	margin-bottom: 4;
}
div.configPopupInner {
	margin: 0;
	background-color:#DDDDDD; 
	layer-background-color:#DDDDDD; 
}
table.configDataTable {
	margin: 0;
	padding: 0;
	border-color: #000090;
}
TD.configDataTable {
	margin: 0;
	padding: 1px;
	border: 0;
	border-right: 1px solid black;	
	border-bottom: 1px solid black;
}
TD.configDataTableRight {
	margin: 0;
	padding: 1px;
	border: 0;
	border-left: 0px solid black;	
	border-bottom: 1px solid black;
}
	