.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; -ms-overflow-y: scroll; }


body {
  background: #f1f1f1 url(i/bg-body.png) 50% 0 repeat-x;
  margin: 0;
  padding: 0;
  color: #404040;
  line-height: 1.25;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size: 12px;  ~font-size:  75.00%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 18px;  ~font-size: 112.50%; }
/*
  body.zoom0 { font-size: 11px;  ~font-size:  68.75%; }
  body.zoom0 { font-size: 12px;  ~font-size:  75.00%; }
  body.zoom0 { font-size: 13px;  ~font-size:  81.25%; }
  body.zoom0 { font-size: 14px;  ~font-size:  87.50%; }
  body.zoom0 { font-size: 15px;  ~font-size:  93.75%; }
  body.zoom0 { font-size: 16px;  ~font-size: 100.00%; }
  body.zoom0 { font-size: 17px;  ~font-size: 106.25%; }
  body.zoom0 { font-size: 18px;  ~font-size: 112.50%; }
  body.zoom0 { font-size: 19px;  ~font-size: 118.75%; }
  body.zoom0 { font-size: 20px;  ~font-size: 125.00%; }
  body.zoom0 { font-size: 23px;  ~font-size: 143.75%; }
  body.zoom0 { font-size: 28px;  ~font-size: 175.00%; }
  body.zoom0 { font-size: 32px;  ~font-size: 200.00%; }
*/



div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }

sup, sub { line-height: .5;  ~display: inline-block;  ~line-height: 1; }
sup { vertical-align:  .4em;  ~margin-top:    -1em; }
sub { vertical-align: -.4em;  ~margin-bottom: -1em; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #0a3e7e;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}

acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 1.667em;
  margin-bottom: .55em;
  color: #0a3e7e;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
h2 {
  font-size: 1.167em;
  margin-top: 1.57em;
  margin-bottom: .55em;
  color: #2c86e2;
}
h3 {
  font-size: 1.09em;
  margin-top: 1em;
  margin-bottom: .64em;
}
h4 {
  font-size: 1em;
  margin-bottom: .2em;
}




table { border-collapse: collapse; }
table.variation { font-size: .9em }
table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}






form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_static,
.fi_rdo li {
  margin-bottom: .6em;
}

.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

.f_row .fi_txt input,
.f_row .fi_sel select {
  width: 200px;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  display: block;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #888;
  background: #fff;
  color: #000;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #888;
  color: #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #c00;
  color: #c00;
}


.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear { display: none; } /* depricated by other float-clearing techniques. */



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.pghead { }
.pghead .brand { margin:0; font-size :1em; width: 269px; position: absolute; top: 26px; left: 16px; height: 73px; margin-top: -.5em;}
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */

.pghead .wrap { height: 187px; position: relative;}
.pghead .wrap:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}

/* rounded corners for IE */
.pghead .c_tl,
.pghead .c_tr,
.pghead .c_bl,
.pghead .c_br {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 7px;
  width: 7px;
  background: transparent url(i/rounded-corners.png) -1px 0 no-repeat;
  _overflow: hidden;
}
.pghead .c_tr { 
  background-position: -6px 0; 
  left: auto; 
  right: 0;
}
.pghead .c_bl { background-position: -1px -7px; top: auto; bottom: 0; _bottom: -1px; left: 0; }
.pghead .c_br { background-position: -6px -7px; top: auto; bottom: 0; _bottom: -1px; left: auto; right: 0; }


.pgmain {
  _display: inline;
}
.twocol .pgmain {
  float: left;
  margin-left: 229px;
  width: 729px;
  _display: inline;
  border-left: 1px solid #e0e0e0;
}
.threecol .pgmain {
  float: left;
  margin-left: 229px;
  width: 576px;
  _display: inline;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.pgmain .wrap {
  padding: 1em 40px 2em 24px;
  _height:1px;min-height:1px; /* Floating layout fix */
}
.threecol .pgextra1 {
  float: left;
  width: 150px;
  _display: inline;
}
.twocol .pgextra2,
.threecol .pgextra2 {
  float: left;
  width: 229px;
  margin-left: -958px;
  _display: inline;
}
.threecol .pgextra2 {
  margin-left: -806px;
}
.pgextra3,
.pgextra4 {
  border: 1px solid #e0e0e0;
  margin-bottom: 4em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pgextra4 {
  padding: 1.667em 0;
}
.pgextra3 .wrap,
.pgextra4 .wrap {
  padding: 1.667em 20px;
}
.pgextra4 .wrap {
  padding: 0 0 0 20px;
}
.pgextra3 .wrap:after,
.pgextra4 .wrap:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}
.pgextra4 {
  background: #fff;
}

.pgfoot {
  clear: both;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #05346e url(i/bg-footer.png) 0 0 repeat-x;
}

/* disposable helper fyrir canvas vinnu */
.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap,
.pgmain .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}

/* ********************************** */
/* Additional Wrappers                */
/* ********************************** */

.pgwrap-inner {
  padding: 1.834em 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1.5em;
  _height:1px;min-height:1px; /* Floating layout fix */
}
.twocol .pgwrap-inner,
.threecol .pgwrap-inner {
  border-top: none;
}
.twocol .pgwrap-inner {
  _margin-top: 185px;
}
.pgwrap-inner:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}

/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
}

.boxhead { 
  padding-top: 0; 
  margin-top: 0; 
  font-size : 1.7em;   
  font-weight: normal;
  color: #0a3e7e;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #404040;
  display: block; 
  font-weight: normal;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #0a3e7e; }
.meta .date {
 font-size: 11px;
}

/* *****  Category Title ***** */
.category-title {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 135px;
  color: #0a3e7e;
  font-size: 2.167em;
  color: #0a3e7e;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}


/* ******  buttons  & more links ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
}
span.more {
  margin-top: .5em;
}
p.more {
 margin-bottom: 0;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
}
p.buttons a {
  margin-right: 12px;
}
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float: left;
  padding: .4em 8px;
  background: #5198e1;
  color: #fff;
  line-height: 1;
}
.wrap .more a {
  float: left;
  line-height: 1;
}

/* Print, Send, and Back links */
.wrap p.buttons:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}
.wrap a.senda, .wrap a.prenta {
 color: #404040;
 float: right;
 padding-left: 36px;
 padding-top: 1.87em;
 background: transparent url(i/icons_print-send.png) no-repeat 0 10px;
}
.wrap a.senda {
 background-position: 0 -157px;
}
.wrap a.prenta {
 margin-right: 0;
}
.wrap a.btnback {
 background: none;
 color: #0a3e7e;
 padding: 0 0 0 0;
}


/* ******  articlelist  ****** */
.twocol .pgmain .articlelist.single {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1em;
  margin-bottom: 1.8em;
}
.twocol .pgmain .articlelist.single:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}
.twocol .pgmain .articlelist.multi {
 margin-right: -12px;
}
.twocol .pgmain .articlelist.multi .item {
 float: left;
 width: 300px;
 padding: .8em 2em .8em 0;
}
.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.twocol .articlelist .item,
.threecol .articlelist .item {
  margin-bottom: 1.834em;
}
.articlelist .boxhead {
 color: #0a3e7e;
 font-size: 1.7em;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-weight: normal;
 padding-bottom: .6em;
}
.twocol .articlelist .boxhead,
.threecol .articlelist .boxhead {
 padding-top: 3px;
}
.articlelist .item h3 {
  font-size: 1.167em; 
  margin: 0 0 .5em 0;
}
.home .articlelist .item h3 {
  margin: 0 0 0 0;
}
.home .articlelist.last .item h3 {
  font-size: 1.077em; 
}
.articlelist .item h3 a {
  color: #0a3e7e;
}
.home .articlelist .item h3 a {

}
.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}
.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  display: block;
  padding-bottom: .7em;
}
.articlelist li:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}
.articlelist li a {
  font-weight: bold; 
  clear: left;
  display: block;
  font-size: 1.167em;
}
.articlelist.single .boxbody p {
  line-height: 1.5em;
}
/* Additions */
.twocol .pgmain .articlelist h2.boxhead,
.threecol .pgmain .articlelist h2.boxhead {
 margin-bottom: 0; 
}
.twocol .pgmain .boxbody h1 + div,
.threecol .pgmain .boxbody h1 + div {
 margin-top: -1px; 
}
/* Articlelist "more" hover */
.articlelist .moreolder a:hover {
 color: #fff;
 text-decoration: underline;
}

/* ******  Article  ****** */
.article {
 line-height: 1.5;
 padding-bottom: 1em;
}
.article h2 {
   border-bottom: none;
}
.twocol .article .boxbody h1,
.threecol .article .boxbody h1 {
 font-weight: normal;
}
.twocol .article .meta + h1,
.threecol .article .meta + h1 {
 font-size: 1.2em;
 line-height: 1.1;
 font-weight: bold;
 margin-top: -1px;
 font-family: arial;
}
.twocol .article .imagelist li,
.threecol .article .imagelist li {
 list-style: none;
 background: none;
}
.twocol .article p.meta,
.threecol .article p.meta {
 margin-top: 1em;
 margin-bottom: 0;
}
.article .subtitle {
  clear: none;
  font-size: 1.167em; /* 14px */
}
.article .summary {
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }
.article p {
}
.article img, .twocol .article img {
  clear: both;
  vertical-align: text-bottom;
  padding: 3px;
  border: 1px solid #ddd;
}
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center; }

.article blockquote {
  font-style: normal;
  color: #777;
  margin: 2em 28px 1em 0;
  padding: 0 12px 0 85px;
  background: transparent url(i/quotes_Left.png) 15px 0 no-repeat;
}
.article ul {
  margin: 1.2em 0; 
}
.article ul li {
  display: block;
  margin-top: 0;
  margin-bottom: .35em;
  padding-left: 24px;
  background: url(i/square_red.png) 12px .5em no-repeat;
}
.article li a {
  font-weight: bold;
}

.paging ul { list-style: none; padding: 0; }
.paging li { clear: none; }
.paging .prev { float: left; margin-right: 1em; }

.chapters ul { list-style: none; padding: 0; overflow: hidden; }
.chapters li { float: left; margin-right: 1em; }




/* ******  imagebox  ****** */
.imagebox {
  line-height: 1.2;
  font-size: .85em;
  float: right;
  margin: 0 0 .75em 12px;
  color: #666;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imagebox li.image {
  margin: 0 0 1em 0;
}

.imagebox .img {
  display: block;
  border: 3px solid #ddd;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  max-width: 280px;
}

.imagebox .longdesc,
.imagebox small.credit {
  background-color: #ededed;
  padding: 7px 9px 12px 9px;
  margin-top: 5px;
  max-width: 262px;
  _width: 262px;
}
.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -3px;
  font-size: .91em;
  color: #aaa;
}


/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

.ipopup-container-wrapper { 
  margin: 140px auto; 
  padding: 20px 20px 10px;
  display : inline-block;
  background: #fff;
  width: 700px;
  -moz-box-shadow: 4px 4px 8px #333;
  -webkit-box-shadow: 4px 4px 8px #333;
  /* IE box shadow hack */
  /*filter: progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=4, offy=4);*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=5);
}

.ipopup-container .img { display: block; text-align: center; }
.ipopup-container .image img {
  _width: 666px;max-width: 666px;
 border: 1px solid #e0e0e0;
 padding: 3px;
 margin-top: 1em;
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  width : 666px;
  padding : 1.2em 0;
  text-align : left;
  font-size: 1.2em;
  font-family: Georgia, Arial;
  color: #707070;
  font-weight: bold;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}
.ipopup-container .paging {
  display: none;
}
.ipopup-container .stepper {
  padding: 5px 0;
}
.ipopup-container .paging .next {
  float: right;
}
.ipopup-container .paging li.nav-end { display: none; }



/* ******  contactform  ****** */
.contactform .boxbody { 
  padding-bottom: 2em;
}
.contactform p { clear: both; line-height: 1.5;}

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {

}
.contactform textarea { width: 70%; }



/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  top: 168px;
  right: 20px;
  width: auto;
  font-size: 0.92em;
  z-index: 1;
  _white-space: nowrap;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #606060;
}
.breadcrumbs i { font-style: normal; }



/* ******  mnav  ****** */
.mnav {
  position: absolute;
  top: 75px;
  right: 0;
  width: 960px;
  background: transparent url(i/bg-mnav.png) 0 100% no-repeat;
  _background: transparent url(i/bg-mnav.gif) 0 100% no-repeat;
  height: 134px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { padding: 0; }

.mnav ul { 
  float: right; 
  margin-right: 10px;
}
.mnav li {
  _display: inline;
  float: left;
}

.mnav .boxbody a {
  display: block;
  _display: inline-block;
  padding: .7em 14px .8em 16px;
  ~padding-bottom: .5em; 
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  min-height: 34px;
  _height: 24px;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  color: #fff;
}
.mnav .parent,
.mnav .current {
  color: #0a3e7e;
  background: transparent url(i/bg-mnav_current-R.png) 100% 0 no-repeat;
  _background: transparent url(i/bg-mnav_current-R.gif) 100% 0 no-repeat;
}

.wrap .mnav .parent a,
.wrap .mnav .current a {
  padding-top: .75em;
  margin-right: 8px;
  padding-left: 22px;
  color: #0a3e7e;
  background: transparent url(i/bg-mnav_current.png) 0 0 no-repeat;
  _background: transparent url(i/bg-mnav_current.gif) 0 0 no-repeat;
}




/* ******  snav  ****** */
.snav { margin-top: 1.2em; padding-bottom: 1.2em;}
.snav ul { margin-right: 1px; margin-left: -2px;}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding-bottom: 0;
}
.snav .boxhead {
  position:absolute;right:9999px;left:auto;
}
.snav .boxbody a {
  display: block;
  padding: .45em 34px .45em;
  font-size: 1em;
  color: #404040;
  background: url(i/bg-nav_arrows.png) 18px -119px no-repeat;
  _background: url(i/bg-nav_arrows.gif) 18px -119px no-repeat;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active,
.wrap .snav .level2 .level3 a:hover,
.wrap .snav .level2 .level3 a:focus,
.wrap .snav .level2 .level3 a:active {
  color: #e20000;
}
.snav .parent a,
.snav .current a {
  font-weight: bold;
  background-color: #f1f1f1;
  background-position: 19px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 35px;
}
.snav .level2,
.snav .level3 { margin-left: 1px; margin-right: 0;}
.snav .level2 { 
  margin-bottom: .5em;
  padding-bottom: 1.25em;
  padding-top: .6em;
  border-bottom: 1px solid #e0e0e0; 
  background: #fff url(i/bg-snav_L2.png) 0 100% repeat-x;  
}
.snav .level3 { 
  border-top: 1px solid #e0e0e0; 
  border-bottom: 1px solid #e0e0e0; 
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #e9f3fc;  
  margin-left: 0;
  margin-top: .4em;
  margin-bottom: .4em;
}
.snav .level2 a {
  font-weight: normal;
  font-size: .92em;
  background-color: transparent;
  background-position: 18px -261px;
  border-bottom: none;
  border-top: none;
}
.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
  background-position: 19px -384px;
  color: #0a3e7e;
}
.snav .level2 .level3 a {
  font-weight: normal;  
  background: #e9f3fc;
  color: #404040;
  padding: .4em 34px;
}
.snav .level2 .level3 li:last-child a {
 border-bottom: 1px solid #fff;
 padding-bottom: 1em;
}
.snav .level2 .level3 li:first-child a {
 border-top: 1px solid #fff;
 padding-top: 1em;
}
.snav .level3 .current a {

}


/* ******  accordion enav  ****** */
.accbox {
  border: 1px solid #e5e5e5;
  padding: 4px;
  margin: 1em 12px;
  float: right;
}
.enav.accnav { 
 width: 212px;
 margin: 0;
 float: right;
 clear: right;
}
.accbox .enav.accnav { 
 float: none;
}
.enav.accnav.acc2 {
 margin-top: 0;
}
.enav.accnav .boxhead { 
 color: #606060; 
 font-size: 1.334em;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 background: #ececec url(i/accordion-sprite.png) 0 -70px repeat-x;
 padding: .4em 14px; 
 margin-bottom: 4px;
}
.enav.accnav.acc2 .boxhead { 
 margin-bottom: 0;
}
.enav.accnav .boxhead a { 
  color: #606060;  
}
.enav.accnav .boxhead a:hover,
.enav.accnav .boxhead a:focus, 
.enav.accnav .boxhead a:active { 
  color: #e20000;  
}
.enav.accnav .boxhead.ui-state-active { 
  color: #fff; 
  background: #436b9c url(i/accordion-sprite.png) 0 0 repeat-x;
}
.enav.accnav .boxhead.ui-state-active a { 
  color: #fff; 
}
.enav.accnav .boxbody {

}
.enav.accnav ul {
  width: auto;
  padding-top: .5em;
  overflow: hidden;
  _height: 1%;
 min-height: 168px;
 _height: 168px;
}
.enav.accnav li {
  display: block;
}
.enav.accnav .boxbody a {
 display: block;
 color: #606060;
 padding: .3em 0 .3em 27px;
 background: url(i/bg-nav_arrows.png) 10px -122px no-repeat;
 _background: url(i/bg-nav_arrows.gif) 10px -122px no-repeat;
}
.enav.accnav .boxbody a:hover {
 color: #e20000;
}


/* ******  hnav  ****** */
.hnav { 
 width: 670px;
 float: left;
 margin: 1.5em 0 .5em 22px;
}
.hnav .boxhead { 
 color: #0a3e7e;
 font-size: 1.5em;
 font-weight: normal;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 padding: 0 0 0 0; 
}
.hnav .boxhead a { 
}
.hnav ul {
 overflow: hidden;
 width: 670px;
 padding-bottom: .5em;
}
.hnav li {
 float: left;
 width: 215px;
 margin-right: 5px;
}
.hnav .boxbody a {
 font-size: 1.2em;
 display: block;
 color: #404040;
 padding: .3em 12px .5em 35px;
 background: url(i/arrows-sprite.png) 20px 9px no-repeat;
}
.hnav .boxbody li.current,
.hnav .boxbody li:hover {
 background: url(i/bg-nav_current.png) 100% 0 no-repeat;
}
.hnav .boxbody li.current a,
.hnav .boxbody li:hover a {
 background-position: 20px -102px;
}


/* ******  flnav  ****** */

.flnav {
  position: absolute;
  top: 32px;
  margin-top: -.5em;
  right: 220px;
  width: auto;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav ul {
  overflow: hidden;
  width: auto;
}
.flnav li {
  float: right;
  display: inline;
  padding: 0 7px;
  border-right: 1px solid #ccc;
  line-height: 1;
}
.flnav ul li:first-child,
.flnav li.cat1 { border: none; }
.flnav .boxbody a { color: #fff; font-size: .917em; }
.flnav .boxbody a { color: #fff; font-size: .917em; }

.flnav .parent a,
.flnav .current a { font-weight: bold; }


/* ******  bnav  ****** */

.bnav {
  float: left;
  margin-right: 2px;
  width: 227px;
  _display: inline;
}
.bnav.last, .bnav:last-child {
  margin-right: 0;
  width: 220px;
}
.bnav .boxhead { position:absolute;right:9999px;left:auto; }
.bnav .boxbody h3 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: .55em;
  font-weight: bold;
  padding-left: 14px;
  background: url(i/square_red.png) 2px 50% no-repeat;
}
.bnav .boxbody h3 a {
  color: #0a3e7e;
}
.bnav ul {
  overflow: hidden;
  width: auto;
}
.bnav li {
  margin-bottom: 4px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.bnav li a {
  display: block;
  color: #545353;
  padding-left: 16px;
}

/* ***** cnav ***** */

.cnav {
  float: left;
  margin-left: 18px;
  padding: 1em 0 1em;
  width: 200px;
  _display: inline;
}
.cnav h2 {
  font-size: 1.45em;
  margin-top: 0;
  margin-bottom: .25em;
  font-weight: normal;
}
.cnav h2 a {
  color: #2c86e2;
}
.cnav li {
  margin-bottom: 4px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.cnav li a {
 font-size: 1em;
 display: block;
 color: #404040;
 padding: .3em 12px .3em 20px;
 background: url(i/arrows-sprite.png) 0 -103px no-repeat;
}

/* ******  monthlist ****** */
table.calendar {
  font-size: .92em;
  border-collapse: separate;
  width: 100%;
  border-spacing: 7px 2px;
}
table.calendar th {
  background-color: #fff;
}
.monthlist td {
  padding: 5px 0 5px 0;
  margin: 2px;
  font-weight: bold;
  color: #7f7f7f;
  background-color: #fff;
}

.events .pager,
.monthlist .pager {
  padding-top: 5px;
  text-align: center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #eee;
}




/* ******  calendar  ****** */
.monthlist .boxhead {
 font-size: 1.5em;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-weight: normal;
}
.monthlist .boxhead a {
 color: #0a3e7e;
}
.monthlist .calwrap h4 {
 text-align: center; 
 padding-left: 9px;
 font-weight: normal;
 font-size: .9em;
}
.monthlist .calwrap h4 a {
   color: #7f7f7f;
}
.monthlist .boxbody {
  position: relative;
}
.home .pgextra4 .monthlist .boxbody {
 line-height: 1.4; 
}

/* Paging */
.monthlist .paging {
}
.monthlist .paging .stepper,
.monthlist .paging { 
 height: 0; 
}
.monthlist .paging .stepper { 
 position: relative; 
}
.monthlist .paging .stepper li { 
 width: 18px; 
 position: absolute;
 top: -1.3em;
}
.monthlist .paging .stepper li.prev { 
 left: 50%;
 margin-left: -5em;
}
.monthlist .paging .stepper li.next { 
 right: 50%;
 margin-right: -5.81em;
}
.monthlist .paging .prev a,
.monthlist .paging .next a {
  position: absolute;
  z-index: 5;
  width: 18px;
  height: 14px;
  text-indent: -9999em;
  overflow: hidden;
  margin: 0 3px 0;
  display: block;
  background: transparent url(i/arrows-sprite_gray.png) no-repeat 4px 2px;
}
.monthlist .paging .next a {
  background-position: 0 -28px;
}

.calendar { margin: 0; }

.calendar th {
  color: #7f7f7f;
  text-align: center;
  font-size: 1em;
  padding: .4em 0;
}
.calendar td {
  text-align: center;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: .3em .4em;
  color: #4d4d4d;
}
.calendar .sa { }
.calendar .su { color: #888; }
.calendar .o { border: none; }
.calendar .osa { }
.calendar .osu { }
.calendar .a { background: #ececec; }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  margin: 0 0 0 0;
}
.calendar td a {
  color: #4d4d4d;
}
.calendar td.today {
  background-color: #fff;
}
.calendar td.today i,
.calendar td.today a {
  font-style: normal;
  color: #5198e1;
}
.calendar td a:link,
.calendar td a:visited { font-weight: bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color: #eee; color: #e20000; }

.dateinfo {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0px 4px;
  padding: 0;
  text-align: left;
}
td:hover .dateinfo {
  display: block;
}
.dateinfo strong {
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 0px 8px;
  color: #404040;
}
.dateinfo ul {
}
.dateinfo li {
  border-top: 1px solid #ccc;
}
.dateinfo li a {
  padding: 2px 8px 2px 4px;
  color: #5198e1;
}
.evwrap .dateinfo li a {
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
  font-weight: normal;
}


/* Calendar on subpage */
.twocol .pgmain .monthlist .boxhead {
 font-size: 20px;
}
.twocol .pgmain .monthlist .boxhead a:hover {
 text-decoration: none;
 color: #0a3e7e;
 cursor: default; 
}
.twocol .pgmain .calendar {
 border-spacing: 0;
}
.twocol .pgmain .calendar th {
 border-bottom: 1px solid #c6c6c6;
 font-size: 1.5em;
 font-weight: normal;
 font-family: Georgia,Arial,Helvetica,sans-serif;
}
.twocol .pgmain .calendar td {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  text-align: left;
  padding: 8px 0 0 0;
}
.twocol .pgmain .calendar td.o > i {
  background: #fff;
  border: none;
}
.twocol .pgmain .calendar td.a {
  background: #fff;
}
.twocol .pgmain .calendar td.a > a {
  background: #edf4fc;
  border: 1px solid #5098e0;
}
.twocol .pgmain .calendar td i,
.twocol .pgmain .calendar td > a {
 color: #606060;
 padding: 0 0 0 12px;
 display: block;
 height: 80px;
 width: 74px;
 margin-right: 0;
 background: #fff;
 border: 1px solid #c6c6c6;
 font-size: 1.9em;
 font-weight: normal;
 font-family: Georgia,Arial,Helvetica,sans-serif;
}
.twocol .pgmain .calendar td a {
 color: #0a3e7e;
}
.twocol .pgmain .calendar td.sat a,
.twocol .pgmain .calendar td.sat i {
 margin-right: -7px;
}
.twocol .pgmain .calendar td > a:hover {
 text-decoration: underline;
 xbackground: transparent;
}
.twocol .pgmain .dateinfo {
  display: none;
  margin: 0 0 0 0;
  width: 125px;
  overflow: hidden;
  font-size: .9em;
  background: rgb(5,52,110);
  background: rgba(5,52,110,.8);
  padding: .5em;
  border: 1px solid #fff;
}
.twocol .pgmain td.a:hover .dateinfo {
  display: block;
  margin-top: -56px;
  margin-left: 12px;
}
.twocol .pgmain .dateinfo li {
  list-style: square;
  color: #fff;
  margin-left: 15px;
}
.twocol .pgmain .calendar .dateinfo a {
 color: #fff;
 line-height: 1;
 padding: .5em 0;
 margin-left: -3px;
}
.twocol .pgmain td.a:hover .dateinfo a {
 text-decoration: none;
}
.twocol .pgmain td.a:hover .dateinfo a:hover {
 background: transparent;
 text-decoration: underline;
}
.twocol .pgmain .dateinfo strong {
  display: none;
}
.twocol .pgmain .dateinfo li:first-child {
 border-top: none;
}

/* ******  advert  ****** */
.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.advert .boxhead { text-align: left; }
.advert .boxbody { text-align: center; }
.advert img { margin-bottom: 1em; }



/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  top: 26px;
  margin-top: -.5em;
  right: 3px;
  width: 210px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding: 0; }
.qsearch .fi_txt input { width: 150px; padding: .2em;}
.qsearch .fi_btn input { width: 3.5em; font-size: .91em; padding: .2em; color: #0a3e7e; background: #f1f1f1; }

.searchresults .more {
  overflow:hidden;
}
/* ******  sitemap  ****** */
.sitemap .boxbody {
  font-weight: bold;
  font-size: 1.08em;
  padding-bottom: 3em;
}
.sitemap ul { width: 13em; }

.sitemap .level1 ul {
  margin: -3px 0 0 110px;
  _margin-bottom: -.5em;
  font-size: .92em;
  padding-bottom: 3px;
}
.sitemap ul.level3 {
  font-weight: normal;
  margin-left: 100px;
}
.sitemap ul.level4 {
  margin-left: 90px;
  font-size: 1em;
}
.sitemap li { margin-bottom: .5em; }

.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 10px;
  background: #fff none 95% 45% no-repeat;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { border-color: #d9d9d9; }
.sitemap .level3 a,
.sitemap .level3 i { border-color: #e9e9e9; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { border-color: #c00; color: #e20000; }
.sitemap .boxbody i:hover { border-color: #aaa; }



/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
}

.mediagallery .boxbody {
  text-align: center;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  margin: 0 15px 15px;
  position: relative;
  _display: inline;
  text-align: center;
}
.mediagallery .pgr {
  text-align: right;
  padding : 5px 0;
}
.mediagallery .pgr a.prev {
  float: left;
}

.mediagallery .pgr a.next {
}

.mediagallery .pgs {
  clear: both;
}



/* albums (extends: mediagallery) */

.albums li {
}

.albums li a {
  overflow: hidden;
  display: block;
}

.albums li span.count {
}



/* imagelist (extends: mediagallery) */

.imagelist li {
}

.imagelist li a {
  height: 160px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
}

.imagelist li img {
}

.imagelist li a:hover img,
.imagelist li a:focus img,
.imagelist li a:active img { color: #e20000; }


/* ******  footer  ****** */
.footer .boxhead { /* display: none; */ }
.footer {
 padding: 1.5em;
 text-align: center;
 color: #fff;
}
.footer p {
  margin-bottom: 0;
}
.footer a {
 color: #fff;
}


/* ******  byggiraeplica  ****** */
.byggiraeplica {
  margin: 0 auto;
  width: 960px;
  padding-top: 20px;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.byggiraeplica a {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left: 135px;
  padding-top: 19px;
  background: url(http://codecentre.eplica.is/f/ba_e2-b50.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b50.png',sizingMethod='crop');
}


/* ******  imgbanner  ****** */
.imgbanner {}


/* ****** pagestyle  ****** */
.pagestyle { 
  position: absolute;
  top: 26px;
  margin-top: -.5em;
  right: 400px;
  _left: 520px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle li {
  float: left;
  _display: inline;
}
.pagestyle a {
  display: block;
  width: 20px;
  color: #fff;
  padding-left: 9px;
  line-height: 20px;
}
.pagestyle .up a {
  font-size: 1.5em;
}
.pagestyle .dwn a {
  line-height: 24px;
}
.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
}


/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #e20000;  text-decoration: underline; }
div.wrap a:hover,
div.wrap a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }



/* ****** International Affairs ******* */
.box.international {
  min-height: 109px;
  _height: 109px;
  margin: 0 0 1em 22px;
  padding-right: 200px;
  float: left;
  width: 470px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  background: url(i/verkefni/SIS_Kjara_starfsmannamal_190x100.jpg) 100% 100% no-repeat;
}
.international .boxhead {
  font-size: 1.5em;
  font-weight: normal;
  color: #5098E0;
}
.international .boxbody {
  line-height: 1.5;
  ~padding-bottom: 1em;
}
.international .boxbody p {
  color: #404040;
  font-size: 1.167em;
  line-height: 1.3;
}
/* The nine boxes */
.box.international.cat2 {
  background: url(i/verkefni/SIS_Skolamal_190x100.jpg) 100% 100% no-repeat;
}
.box.international.cat3 {
  background: url(i/verkefni/SIS_Fjarmal_sveitarfel_190x100.jpg) 100% 100% no-repeat;
}
.box.international.cat4 {
  background: url(i/verkefni/SIS_Felagsthjonusta_190x100.jpg) 100% 100% no-repeat;
}
.box.international.cat5 {
  background: url(i/verkefni/SIS_Althjodamal_190x100.jpg) 100% 100% no-repeat;
}
.box.international.cat6 {
  background: url(i/verkefni/SIS_Umhverfis_taeknimal_190x100.jpg) 100% 100% no-repeat;
}
.box.international.cat7 {
  background: url(i/verkefni/SIS_Lydraedi_mannrettindi_190x100.jpg) 100% 100% no-repeat;
}
.box.international.cat8 {
  background: url(i/verkefni/SIS_Skipulags_Byggdamal_190x100.jpg) 100% 100% no-repeat;
}
.box.international.cat9 {
  background: url(i/verkefni/SIS_Stjornsysla_sveitarfel_190x100.jpg) 100% 100% no-repeat;
}

/* *********************************** */
/* Homepage Adjustments and Additions  */
/* *********************************** */

body.home {
  background-color: #f1f1f1;
  background-image: none;
}
.home .pgwrap {
  width: 100%;
}
/***** Page Head *****/
.home .pghead { 
  padding-bottom: 2em; 
  padding-top: 107px;
  width: 100%;
  background: #05346e url(i/bg-body_home.png) 50% 100% repeat-x;
}
.home .pghead .wrap { 
 width: 960px; 
 margin: 0 auto;
 background: #fff;
 height: auto;
 -moz-border-radius: 5px;
 -moz-box-shadow: 2px 2px 2px rgba(100,100,100,.5);
 -webkit-border-radius: 5px;
 -webkit-box-shadow: 2px 2px 2px rgba(100,100,100,.5);
 border-radius: 5px;
 box-shadow: 2px 2px 2px rgba(100,100,100,.5);
}
.home .pghead .wrap:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}

.home .pghead .brand { top: -81px; }

/***** Page Extra Containers ******/
.home .pgwrap-inner,
.home .pgextra3,
.home .pgextra4,
.home .pgfoot {
 margin: 1.5em auto 0;
 width: 960px;
}
.home .pgextra3,
.home .pgextra4 {
 width: 958px;
}
.home .pgwrap-inner {
 padding: 0 0 0 0;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}
.home .pgmain .wrap {
 padding: 1.4em 10px 1.4em 18px;
}
/**** Globally positioned elements ****/
.home .mnav,
.home .qsearch,
.home .pagestyle,
.home .flnav {
  right: 50%;
  margin-right: -480px;
  background: none;
}
.home .mnav {
  height: 50px;
}
.home .qsearch {
  width: 218px;
  max-width: 300px;
  margin-right: -485px;
}
.home .flnav {
  margin-right: -260px;
}
.home .pagestyle {
  margin-right: -85px;
  _left: auto;
  _width: 60px;
}

/***** Individual Content Items ******/
/*** pgmain ***/
.home .pgmain .articlelist {
 float: left;
 width: 462px;
 margin-bottom: 0;
}
.home .pgmain .wrap:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}
.home .pgmain .articlelist.first {
 border-right: 1px solid #e0e0e0;
}
.home .pgmain .articlelist.first .boxbody {
 padding-right: 18px;
}
.home .pgmain .articlelist.first .boxbody h3 a {

}
.home .pgmain .articlelist.last {
 border-left: 1px solid #e0e0e0;
 margin-left: -1px;
 padding-left: 8px;
 width: 454px;
}
.home .pgmain .articlelist.last .boxbody li a {
 font-size: 1.084em;
}
.home .pgmain .articlelist.last .boxbody {
 padding-left: 14px;
}
.home .pgmain .articlelist li {
  _height:0;min-height:0; /* ie hasLayout fix */
}
.home .pgmain .articlelist img {
 padding: 3px;
 border: 1px solid #e0e0e0;
}
.home .pgmain .articlelist .boxhead {
 margin-top: -3px;
 padding-bottom: 0;
 margin-bottom: .45em;
}
.home .pgmain .articlelist.last .boxhead {
 padding-left: 12px;
}
.home .pgmain .articlelist.last h3 {
}
.home .pgmain .articlelist .item {
  margin-bottom: 1em;
}

/*** pgextra4 ***/
.home .pgextra4 {
 padding-top: 1.25em;
}
.pgextra4 .wrap {
 background: #fff url(i/bg-pgextra4.png) 100% 0 no-repeat;
}
.pgextra4 .box {
 float: left;
 width: 196px;
 padding: .2em 20px .5em;
}
.pgextra4 .box.greeting {
 float: left;
 xwidth: 198px;
 padding: .2em 22px .5em;
}
/* monthlist */
.pgextra4 .box.monthlist {
 width: 200px;
 padding: .34em 0 .5em 0;
 margin-right: 24px;
 margin-bottom: 0;
}
.pgextra4 .box.monthlist h4 {
 margin-top: 1em;
}
/* articlelist */
.pgextra4 .articlelist ul {
 margin-top: .945em;
}
.pgextra4 .articlelist li a {
 font-weight: normal;
 font-size: 1em;
}
.home .pgextra4 .articlelist .boxhead {
 padding-bottom: 0;
}
/* article */
.home .pgextra4 h2 {
  line-height: 1;
  margin-bottom: .35em;
}
.pgextra4 .article h3 {
  margin-top: 0;
  line-height: 1.2;
}
.home .pgextra4 .article.greeting h3 {
  margin-bottom: 0;
}
.home .pgextra4 .article.greeting .img {
 float: right;
 padding: 0 0 0 4px;
}
/* postlist subscribe */
.pgextra4 .subscr .fi_txt input {
  width: 192px; 
  padding: 2px 4px;
  border: none;
  height: 22px;
  background: transparent url(i/bg-fi_txt.png) 0 0 repeat-x;
}
.pgextra4 .subscr .fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  float: right;
  padding: .2em 8px;
  background: #5198e1;
  color: #fff;
  border: none;
}
/* Adjustment */
.home .pgextra4 .box {
 margin-bottom: 0;
}
.home .pgextra4 .boxbody {
 line-height: 1.55;
}

/*** Related Files ***/
.pgextra1 .relatedfiles {
 position: relative;
 padding-bottom: 1px;
 margin-bottom: 1em;
 background: url(i/bg-dnav_divider.png) no-repeat -1px 100%;
}
.pgextra1 .relatedfiles h2 {
 font-size: 1.167em;
 color: #0a3e7e;
 margin-top: 0;
 margin-bottom: 0;
 padding: .5em 10px;
 background: url(i/bg-dnav.png) no-repeat -1px 0;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-weight: normal;
}
.pgextra1 .relatedfiles li {
 position: relative;
 padding: 8px 0 8px 14px;
 background: url(i/bg-dnav.png) no-repeat -1px 0;
}
.pgextra1 .relatedfiles li a {
 padding: 0 12px 0 20px;
 display: block;
 color: #404040;
}
/* For Eplica users so that relatedfileslist is apparent while logged in */
.loggedin .pgmain .relatedfileslist {
 border: 1px dotted #aaa;
 padding: 1em;
}

/*** Starfsmenn in pgextra1 ***/
.pgextra1 .starfsmenn {
 position: relative;
 padding-bottom: 1px;
 margin-bottom: 1em;
 background: url(i/bg-dnav_divider.png) no-repeat -1px 100%;
}
.pgextra1 .starfsmenn h2 {
 font-size: 1.167em;
 color: #0a3e7e;
 margin-top: 0;
 margin-bottom: 0;
 padding: .5em 10px;
 background: url(i/bg-dnav.png) no-repeat -1px 0;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-weight: normal;
}
.pgextra1 .starfsmenn li {
 position: relative;
 padding: 8px 0 8px 14px;
 background: url(i/bg-dnav.png) no-repeat -1px 0;
}
.pgextra1 .starfsmenn li a {
 padding: 0 12px 0 0;
 display: block;
 color: #404040;
}
/* For Eplica users so that starfsmenn is apparent while logged in */
.loggedin .pgmain .starfsmennlist {
 border: 1px dotted #aaa;
 padding: 1em;
}

/*** Subscribe ***/
.box.subscribe {
  margin-top: 2em;
}
.box.subscribe a {
  width: 127px;
  height: 46px;
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
  background: url(i/bg-subscribe.png) 0 0 no-repeat;  
}

/* Anchor file types */
a.external .icon,
a.file_doc .icon,
a.file_pdf .icon,
a.file_xls .icon {
  display: inline-block;
  _height:17px;
  min-height:17px;
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: -3px;
}
a.external .icon { background: url(i/icn-external.png) 0 .2em no-repeat; ~background-position: 0 0; width: 14px; }
a.file_doc .icon { background: url(i/icn-doc.png) 0 0 no-repeat; ~background-position: 0 0; width: 18px; }
a.file_pdf .icon { background: url(i/icn-pdf.png) 4px 0 no-repeat; ~background-position: 4px 0; width: 18px; }
a.file_xls .icon { background: url(i/icn-xls.png) 0 0 no-repeat; ~background-position: 0 0; width: 18px; }

/* Position for when icons appear in relates files list */
.relatedfiles a.external .icon,
.relatedfiles a.file_doc .icon,
.relatedfiles a.file_pdf .icon,
.relatedfiles a.file_xls .icon {
  position: absolute;
  left: 10px;
  top: 7px;
  margin-bottom: 0;
}



/*** Staff List ***/
.people table {
 width: 100%;
 border-collapse: separate;
}
.people .col1,
.people .col2,
.people .col3 {
 width: 33%;
}
.people th {
 line-height: 0; 
 margin: 0 0 0 0;
 text-indent: -9999px;
 padding: 0 0 0 0;
}
.people td {
 padding: .6em 0;
 background-color: #fff;
 border-bottom: 1px solid #e0e0e0;
}
.people td a {
 font-weight: bold;
 color: #404040;
}
.people .netfang a {
 font-weight: normal;
 color: #0a3e7e;
}
.people .persona {
  margin-bottom: .25em;
}
.people .persona .boxbody:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}
.people .imgbox {
 float: left;
 padding-right: 12px;
}
.people .persona h3 {
  margin-top: .75em;
  margin-bottom: .35em
}
.people .persona h3.tasks {
  margin-top: 1.2em;
}
.people .persona img {
  border: 1px solid #e0e0e0;
  padding: 3px;
  background: #fff;
}
.people .title {
 margin-bottom: .5em;
}
.people .title,
.people .tel {
 margin-bottom: .5em;
}
.people .persona b,
.people strong {
 font-weight: normal;
}
.persona .desc {
  line-height: 1.6;
  margin-top: 1.7em;
  display: block;
  padding-left: 145px;
}
.people .persona .desc strong {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
}
.people a.close {
 background: #2884e2;
 display: block;
 padding: .4em 12px;
 color: #fff;
 margin-top: -8px;
}
.wrap .people a.close:hover {
 color: #e20000;
}
.wrap .people a:active,
.wrap .people a:focus {
  color: #404040;
  outline: none;
  text-decoration: none;
}
.subrow-closed {
 display: none;
}


/* Popupbox For Ajax'd data */

.popupbox {
  background:none repeat scroll 0 0 #FFFFFF;
  left:50%;
  margin-left:-266px;
  position:absolute;
  text-align:left;
  top:150px;
  width:700px;
  z-index:100;
  padding: 2.5em 24px;
  display : inline-block;
  background: #fff;
  width: 700px;
  -moz-box-shadow: 4px 4px 8px #333;
  -webkit-box-shadow: 4px 4px 8px #333;
  /* IE box shadow hack */
  /*filter: progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=4, offy=4);*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=5);
}
.popupbox .boxbody:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}
.popupbox .imgbox {
 float: left;
 padding-right: 12px;
}
.popupbox h3 {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: 1.167em;
}
.popupbox img {
  border: 1px solid #e0e0e0;
  padding: 3px;
  background: #fff;
}
.popupbox .title {
 margin-bottom: 1em;
}
.popupbox b,
.popupbox strong {
  display: block;
}
.popupbox .desc {
  line-height: 1.6;
}
.popupbox h2 {
 display: none;
}
.popupbox a.close {
 line-height: 32px;
 position: absolute;
 top: .5em;
 left: 662px;
 font-weight: bold;
 padding-left: 38px;
 color: #404040;
 background: transparent url(i/btn_loka.png) no-repeat 0 50%;
}


/* mediagallery additions */
.mediagallery {
  background: #1a1f25;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.mediagallery .boxhead {
  background: none;
  border-bottom: none;
  margin-bottom: 1em;
}
.mediagallery .boxhead a {
  color: #fff;
  font-size: 1.33em;
  font-weight: normal;
  padding: .5em 24px 0;
  display: block;
}
.mediagallery .boxbody {
  padding: 0 15px 20px 25px;
}
.mediagallery li {
  position: relative;
  margin: 6px 18px 18px;
  padding-top: 11px;
  border: none;
}
.mediagallery.albums li {
  background: url(i/deco_tab.png) no-repeat 8px 0;
}
.mediagallery.imagelist li {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.mediagallery li img {
  width: 160px;
  height: 104px;
  border: 3px solid #fff;
}
.mediagallery .summary {
  position: absolute;
  background: rgba(177, 205, 229,.8);
  ~background: rgb(177,205,229); 
  filter:alpha(opacity=90); /* IE opacity */
  bottom: 3px;
  left: 3px;
  width: 136px;
  padding: .4em 12px;
  font-weight: bold;
  text-align: left;
  color: #606060;
  font-size: 1.2em;
}
.mediagallery .summary p {
  display: none;
}
.mediagallery .pgr a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 30px;
  height: 30px;
  background: url(i/sprite_arrows-blue.png) no-repeat 0 0;
  position: absolute;
  top: 177px;
  left: 0;
}
.mediagallery .pgr a.next {
  background-position: 0 -50px;
  left: auto;
  right: 0;
}
.mediagallery .pgs {
  color: #fff;
}
.mediagallery.singleimage .pgs {
  text-align: right;
}
.mediagallery .imgcontent {
  color: #ffde00;
}
.mediagallery .imgcontent .imgtext {
  text-align: center;
}

/*** Tables ***/
table {
 width: 100%;
}
table caption {
  font-size: 1.667em;
  margin-bottom: .55em;
  color: #0a3e7e;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
th,

td {
 padding: .5em .5em .5em .9em;
 background-color: #f7f7f7;
}
tr.odd td {
 background-color: #fff;
}
/* table variation */
.variation tbody tr:first-child td {
 color: #fff;
 background-color: #2a84e0;
 padding: .5em .5em .5em .9em;
}
.variation td {
 padding: .5em .5em .5em .9em;
 background-color: #fff;
}
.variation tr.odd td {
 background-color: #f7f7f7;
}

/*** City logo image adjustment ***/
.pgmain p img.left {
 border: none;
}

/*** hr ***/
hr {
 border: 0;
 color: #ccc;
 height: 1px;
 background-color: #ccc;
 //width: 95%;
 width: 100%;
 margin: 1.5em 0 0;
}


/*** Article adjustment ***/
.twocol .article,
.threecol .article {
 border-bottom: 1px solid #e0e0e0;
}
.twocol .article .img,
.threecol .article .img {
 border: none;
}
.twocol .article:after,
.threecol .article:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.twocol .article .boxhead,
.threecol .article .boxhead {
 margin-top: 1px;
}
.twocol .article .subtitle,
.threecol .article .subtitle {
 margin-top: 0; 
 margin-bottom: .25em;
}

/*** Articlelist adjustment ***/
.twocol .article ~ .articlelist .boxhead,
.threecol .article ~ .articlelist .boxhead {
 color: #5098E0;
}
.twocol .article ~ .articlelist img,
.threecol .article ~ .articlelist img {
 background: #fff;
 padding: 3px;
 border: 1px solid #e0e0e0;
}

/*** Eplica logged/out in settings ****/
.hidden {
 display: none;
}
.EPLICA_loggedin .hidden {
  display: block;
}

/*** Ajax List ***/
.twocol .articlelist.ajaxlist h2.boxhead {
  font-size: 1.167em;
  margin-top: 1.57em;
  color: #2c86e2; 
  font-weight: bold;
  font-family: arial;
  margin-bottom: 1em;
}
.articlelist.ajaxlist .item {
  margin-bottom: .5em;
  padding-left: 12px;
}
.articlelist.ajaxlist .item h3 a {
  font-size: 12px;
  padding-left: 18px;
  background: url(i/icn-plus.png) no-repeat 0 1px;
}
.articlelist.ajaxlist .item h3.active a {
  background-image: url(i/icn-minus.png);
}
.articlelist.ajaxlist .summary {
  padding-left: 18px;
  border: 1px dotted #e0e0e0;
  background: #e9f3fc;
}
.articlelist.ajaxlist .summary p {
  margin: .8em 18px .8em 0;
}

/*** No border images ***/
.articlelist.imgnoborder .imagebox .img {
  border: none;
}

/*** Images in popupbox - non-ajax ***/
.imagepopup {
 text-align: center;
}



/***** Virtual Browser For Ajax'd data *****/
/* Virtual Browser container */
.virtualiframe-container {
 background: rgba(100,100,100,.5);
}
/* Virtual Browser */
.virtualiframe {
  background:none repeat scroll 0 0 #FFFFFF;
  left:50%;
  margin-left:-370px;
  position:absolute;
  text-align:left;
  top:150px;
  width:700px;
  z-index:100;
  padding: 2.5em 24px;
  display : inline-block;
  width: 700px;
  -moz-box-shadow: 4px 4px 8px #333;
  -webkit-box-shadow: 4px 4px 8px #333;
  /* IE box shadow hack */
  /*filter: progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=4, offy=4);*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=5);
 border: 5px solid #fff;
 background: #0a3e7e;
 padding-bottom: 2em;
}
.virtualiframe .boxbody:after {display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0;}
.virtualiframe .imgbox {
 float: left;
 padding-right: 12px;
}
.virtualiframe h3 {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: 1.167em;
}
.virtualiframe img {
  border: 1px solid #e0e0e0;
  padding: 3px;
  background: #fff;
}
.virtualiframe .title {
 margin-bottom: 1em;
}
.virtualiframe b,
.virtualiframe strong {
  display: block;
}
.virtualiframe .desc {
  line-height: 1.6;
}
.virtualiframe h2 {
 display: none;
}
.virtualiframe h2.boxhead {
 display: block;
 margin: -.5em 0 .5em;
 padding-bottom: 0;
 color: #fff;
}
.virtualiframe .boxbody {
 background: #fff;
 padding: 1.5em 30px 30px;
 margin-top: .5em;
 position: relative;
}
.virtualiframe .boxbody h2 {
 display: block;
 border-bottom: 1px solid #f1f1f1;
 margin: 0 -30px;
 padding-left: 20px;
 padding-bottom: 1em;
 color: #0a3e7e;
}
.virtualiframe .boxbody h2 {
 border-bottom: none;
}
.virtualiframe .boxbody p.intro {
 border-bottom: 1px solid #f1f1f1;
 padding: .5em 0;
 color: #808080;
}
.virtualiframe .boxbody ul {
 margin-right: -20px;
}
.virtualiframe .boxbody li {
 float: left;
 width: 315px;
 margin-right: 10px;
 padding: .75em 0;
 border-bottom: 1px solid #f1f1f1;
 background: transparent url(i/icn-rss.png) no-repeat 98% 50%;
}
.virtualiframe a.closebtn {
 line-height: 32px;
 position: absolute;
 top: .5em;
 left: 662px;
 font-weight: bold;
 padding-left: 38px;
 color: #404040;
 background: transparent url(i/btn_loka.png) no-repeat 0 50%;
}
.virtualiframe a.closebtn {
 color: #fff;
 top: 24px;
 left: 664px;
 padding-left: 30px;
 background: transparent url(i/btn_loka-blue.png) no-repeat 0 50%;
}
.virtualiframe .fi_txt label {
 float: left;
 width: 80px;
 text-align: right;
 padding-right: 10px;
 padding-top: .6em;
 color: #888;
 clear: left;
}
.virtualiframe .fi_txt input {
 border-color: #ececec;
 height: 25px;
 width: 225px;
}
.virtualiframe .loginbox .fi_btn input {
 border-color: #ececec;
 height: 28px;
 margin-left: 265px;
 color: #fff;
 background: #398ee4;
}
.virtualiframe .loginbox.new-user .fi_btn input {
 margin-left: 170px;
}
.virtualiframe p.more a.register {
 background: #fff;
 padding: .25em;
 border: 1px solid #0a3e7e;
}
.virtualiframe p.more a.lostpwd {
 position: absolute;
 left: 220px;
 bottom: 60px;
 color: #888;
}
/*** Unique settings ***/
/* loginbox */
.virtualiframe .loginbox .boxbody h2 {
 display: none;
}
/* RSS Subs */
.virtualiframe td.fi_chk {
 width: 50px;
}
.virtualiframe td.fi_chk + td {
 width: 450px;
}
.virtualiframe td.act {
 width: 50px;
}
.virtualiframe .boxbody td a {
 text-indent: -9999px;
 width: 120px;
 float: left;
 margin-right: 10px;
 padding: .75em 0;
 border-bottom: 1px solid #f1f1f1;
 background: transparent url(i/icn-rss.png) no-repeat 10% 50%;
}
.virtualiframe .submit input  {
 border-color: #ececec;
 height: 28px;
 margin-left: 12px;
 color: #fff;
 background: #398ee4;
}
