/* palette setup (rgb values):

   darkest area: 474747 # old 1b1a19
   light gray:   e7e7e7 # old d6d6d6
   medium gray   adadad
   orange:       febc11 # old eaa705
   red:          fd0011 # old cc0000


 */

/* tag styles */

body
{
  color: black;
  background: white;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
}

p
{
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}

td
{
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}

form
{
  margin: 0px;
}

a, a:visited {
  color: #cc0000;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

a:active, a:hover {
  color: #febc11;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}


/* custom styles */

.breadcrumbs
{
  color: #fd0011;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.breadcrumbsLink, a.breadcrumbsLink:visited {
  color: #fd0011;
  text-decoration: none;
}

a.breadcrumbsLink:active, a.breadcrumbsLink:hover {
  color: black;
  text-decoration: none;
}


/* */

.darkArea
{
  background: #474747;
}

.mediumArea
{
  background: #adadad;
}

.lightArea
{
  background: #e7e7e7;
}

.orangeArea
{
  background: #febc11;
}

a.topMenuItem, a.topMenuItem:visited
{
  display: block;
  color: white;
  font-size: 9px;
  padding: 7px 7px 2px 7px;
  text-decoration: none;
}

a.topMenuItem:active, a.topMenuItem:hover, a.topMenuItemActive, a.topMenuItemActive:visited, a.topMenuItemActive:active, a.topMenuItemActive:hover
{
  display: block;
  color: #febc11;
  font-size: 9px;
  padding: 7px 7px 2px 7px;
  text-decoration: none;
}

A.sidemenuI, A.sidemenuI:visited {
  display: block;
  color: black;
  font-size: 9px;
  padding-bottom: 2px;
  padding-left: 3px;
  text-decoration: none;
}

A.sidemenuI:active, A.sidemenuI:hover, A.sidemenuIActive, A.sidemenuIActive:visited, A.sidemenuIActive:active, A.sidemenuIActive:hover
{
  display: block;
  color: #fd0011;
  font-size: 9px;
  padding-bottom: 2px;
  padding-left: 3px;
  text-decoration: none;
}

A.sidemenuII, A.sidemenuII:visited {
  display: block;
  color: black;
  font-size: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
 text-decoration: none;
}

A.sidemenuII:active, A.sidemenuII:hover, , A.sidemenuIIActive, A.sidemenuIIActive:visited, A.sidemenuIIActive:active, A.sidemenuIIActive:hover
{
  display: block;
  color: #fd0011;
  font-size: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  text-decoration: none;
}

A.sidemenuIII, A.sidemenuIII:visited
{
  display: block;
  color: black;
  font-size: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  text-decoration: none;
}

A.sidemenuIII:active, A.sidemenuIII:hover, , A.sidemenuIIIActive, A.sidemenuIIIActive:visited, A.sidemenuIIIActive:active, A.sidemenuIIIActive:hover
{
  display: block;
  color: #fd0011;
  font-size: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  text-decoration: none;
}

A.sidemenuIV, A.sidemenuIV:visited
{
  color: black;
  font-size: 9px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  text-decoration: none;
}

A.sidemenuIV:active, A.sidemenuIV:hover, , A.sidemenuIVActive, A.sidemenuIVActive:visited, A.sidemenuIVActive:active, A.sidemenuIVActive:hover
{
  color: #fd0011;
  font-size: 9px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  text-decoration: none;
}

INPUT
{
  border: 1px gray solid;
}

.articleListBody
{
  color: black;
  padding: 5px;
}

.articleListBlock
{
  background: transparent;
  color: black;
}

.articleListTitle
{
  color: black;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.articleListAbstract {
  color: black;
  font-size: 9px;
}

.articleListDate {
  font-size: 8pt;
  color: #339999;
}

a.articleListLink, a.articleListLink:visited
{
  display: block;
  color: #cc0000;
  text-decoration: none;
  text-transform: uppercase;
}

a.articleListLink:active, a.articleListLink:hover
{
  display: block;
  color: #febc11;
  text-decoration: none;
  text-transform: uppercase;
}

.articleBody
{
  padding-left: 9px;
  padding-top: 17px;
}

.articleTitle
{
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.articleImageText {
  color: #000000;
  font-size: 9px;
}

.articleAbstract
{
  color: #333333;
  font-weight: bold;
  font-size: 9pt;
  text-decoration: none;
  line-height: 18px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.articleAbstract P
{
  color: #333333;
  font-weight: bold;
  font-size: 9pt;
  text-decoration: none;
  line-height: 18px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.articleByline {
  border-bottom: #cccccc 1pt solid;
  margin-bottom: .3cm;
}

/* listing styles (boxes on the right hand side of the page) */

.containerBody {
  color: #003366;
  font-size: 9px;
  padding:5px;
}

.containerTitle {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 1px;
}

.containerTitleLarge {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 1px;
}

.containerBox {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.containerArticleTitle {
  font-size: 10px;
  font-weight: bold;
  color: #003366;
}

containerArticleDate {
  color: #666666;
  font-weight: lighter;
  padding-bottom: -5px;
}

A.containerLink, A.containerLink:visited {
  color: #003399;
  font-weight: lighter;
  text-decoration: none;
}

A.containerLink:active, A.containerLink:hover {
  color: #cc0000;
  font-weight: lighter;
  text-decoration: underline;
}

A.containerLink {
  font-size: 9px;
}
.articleListTitleTjenester {
  color: #006600;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  font-family: "Times New Roman", "Times", "serif";
}

.boxUnderMenProd {
  background-color: #669999;
  padding-right: 3px;
  padding-left: 4px;
}

.splitProductList {
  width: 450;
  height: 1px;
  border-bottom: #8D93C6 1pt solid;
  clear: both;
  margin-bottom: 3px;
}

.splitProductListVertical {
  background: #8D93C6;
  width: 1px;
}

.imageSeries {
  background: white;
  clear:right;
  width: 160px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.folderTitle {
  color: #8D93C6;
  font-weight: bold;
  font: 16px Verdana, Sans-serif;
  padding-left: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
}

.folderText {
  color: #8D93C6;
  font: 12px Verdana, Sans-serif;
  padding-left: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.formTable {
  background: #eeeeee;
  margin-top: 1px;
  margin-bottom: 1px;
}

.formTableCell, .formElementSelectTitle {
  padding-top: 2px;
  padding-bottom: 2px;
}



.formElementHeading {
  font-weight:bold;
  }

.formElementLineDescription {
  font-weight:bold;
  background: #0066ff;
  color:white;
  font-size:9pt;
  }

.formElementDescription {
  font-weight:bold;
  background: #ececec;
  }



.formElementSelectTitle {
  font-weight:bold;
}

.formElementSelectDescription {
}

.formMailSent
{
  background: #efffcf;
  color: #000000;
  border: #bfcf8f 1px solid;
  width: 100%;
  padding: 5px 5px 5px 5px;
  margin-bottom: 15px;
}

.formStatusMessage
{
  background: #ffeecc;
  color: #000000;
  border: #cfbf8f 1px solid;
  width: 100%;
  padding: 5px 5px 5px 5px;
  margin-bottom: 15px;
}


.contactInformation
{
  background: #ebebeb;
  color: #474747;
  padding: 10px;
  font-weight: normal;
}

.contactInformation P
{
  padding: 0px;
  margin: 0px;
}

A.contactInformationLink, A.contactInformationLink:visited {
  color: #47b0e7;
  text-decoration: underline;
}

A.contactInformationLink:active, A.contactInformationLink:hover {
  color: #cc0000;
  text-decoration: underline;
}

.horizontalLineLeft
{
}

.horizontalLineRight
{
  background: #ebebeb;
}

.imageSeriesMainTable
{
  margin-bottom:20px;
}

.relatedItemsContainer
{
  background-color:#fcfcfc;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px silver dotted;
  clear: both;
  padding: 2px;
}

.content
{
  background-color:white;
  width:770px;
  text-align: left;
}

.leftMenuTable
{
}

.searchBox
{
  background: #adadad;
  color: black;
  width: 200px;
  height: 16px;
  margin-bottom: 5px;
  margin-right: 0px;
  padding: 0px;
  padding-left: 2px;
  font-size: 9px;
}

.searchBoxString
{
  background: #adadad;
  color: white;
  width: 148px;
  border: 0px;
  font-size: 9px;
}

.searchBoxSubmit
{
  background: adadad;
  color: black;
  border: 0px;
  font-size: 8px;
  width: 30px;
  height: 14px;
}

.searchBoxText
{
}


/* */

.bannerLeft
{
  padding-bottom: 5px;
  margin-top:5px;
  margin-left: 5px;
  margin-right:5px;
  margin-bottom: 5px;
  width:110px;
  border-bottom: #dddddd 1pt solid;
}

.bannerRight
{
  padding-bottom: 5px;
  margin-top:5px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:5px;
  width:110px;
  border-bottom: #dddddd 1pt solid;
}

.folderDescription
{
  background-color: #ececec;
  border-bottom: silver 1px solid;
  margin-bottom:5px;
  margin-top: 5px;
  padding:5px;
}

.frontpageContainer
{
  background: #ebebeb;
  margin-bottom: 20px;
}

.frontpageContainerTitle
{
  background: white;
  border-bottom: #474747 1pt solid;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.frontpageContainerBody
{
  padding: 5px;
}

.frontpageContainerItem
{
  color: #333333;
  padding-bottom: 5px;
}

a.frontpageContainerLink, a.frontpageContainerLink:visited
{
  font-size: 9px;
  text-decoration: none;
  color: #333333;
}

a.frontpageContainerLink:active, a.frontpageContainerLink:hover
{
  font-size: 9px;
  text-decoration: underline;
  color: red;
}


/* containers */

.container1Main
{
  margin-bottom: 10px;
}

.container1BoxHeading
{
  color: #febc11;
  font-size:10px;
  background: #474747;
  height: 20px;
  padding-left: 2px;
  padding-top: 4px;
}

.container1Heading
{
  font-size:8pt;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:3px;
  padding-left: 2px;
  padding-right: 2px;
}

.container1Text
{
  padding-left: 2px;
  padding-right: 2px;
}

.container1Link
{
  margin-bottom: 8px;
  padding-left: 2px;
}

.container1Link a:link, .container1Link a:visited
{
  color: #cc0000;
  font-weight: lighter;
  text-decoration: none;
}

.container1Link a:active, .container1Link a:hover
{
  color: #000000;
  font-weight: lighter;
  text-decoration: none;
}

.container2BoxHeading
{
  font-size:10pt;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:3px;
  border-bottom:1px solid silver;
}

.container2Heading
{
  background: #ececec;
  font-size:8pt;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:3px;
}

.container4BoxHeading
{
  font-size:10pt;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:3px;
  border-bottom:1px solid silver;
}

.container4Heading
{
  background: #ececec;
  font-size:8pt;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:3px;
}


/* calendar events list */


.eventListMonthTitle
{
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}


.eventListTitle
{
  color: black;
  font-weight: bold;
  font-size: 12px;
}

.eventListText
{
  color: black;
  font-size: 9px;
}

.eventListText P
{
  margin-top: 0px;
  margin-bottom: 0px;
}

a.eventListContainerLink, a.eventListContainerLink:visited
{
  display: block;
  color: #cc0000;
  text-decoration: none;
  text-transform: uppercase;
}

a.eventListContainerLink:active, a.eventListContainerLink:hover
{
  display: block;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

/* calendar event */


.eventMonthTitle
{
  color: #000000;
  font-weight: bold;
  font-size: 11px;
}


.eventTitle
{
  color: black;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.eventDate
{
  padding-top: 5px;
  padding-bottom: 5px;
}

.eventText
{
  color: black;
  font-size: 9px;
}

.eventText P
{
  margin-top: 0px;
  margin-bottom: 0px;
}


/* newsletter */

.newsletterBox
{
  background: #adadad;
  color: black;
  width: 200px;
  height: 16px;
  margin-bottom: 10px;
  margin-right: 0px;
  padding: 0px;
  padding-left: 2px;
  font-size: 9px;
}

.newsletterBoxString
{
  background: #adadad;
  color: white;
  width: 110px;
  border: 0px;
  font-size: 9px;
}

.newsletterSubscribeText
{
  color: white;
  text-align: left;
  padding-left: 10px;
}

.newsletterStatusOK
{
  color: black;
  text-align: left;
  padding-left: 2px;
  margin-bottom: 10px;
}

.newsletterStatusNotOK
{
  color: #cc0000;
  text-align: left;
  padding-left: 2px;
  margin-bottom: 10px;
}