.focustarget,
.stream { position:absolute;right:9999em;left:auto; }
.print { display : none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y : scroll; -ms-overflow-y : scroll; }


body {
  background : url(i/pgwrap-bg.png) 0 0 repeat-x;
  background-color : #fff;
  margin : 0;
  padding : 0;
  color : #272727;
  line-height : 1.4;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
}
body,
body.zoom1 { font-size : 12px;  ~font-size :  75.50%; }
body.zoom2 { font-size : 14px;  ~font-size :  87.50%; }
body.zoom3 { font-size : 16px;  ~font-size : 100.00%; }



div, table, caption { font-size : 1em; }


blockquote {
  margin : 0 3em 0 2em;
  padding : .3em .5em;
}
q:after, q:before { content : ""; }


p, blockquote, ul, ol, dl, table {
  margin-top : 0px;
  margin-bottom : .7em;
}
ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
ol { padding-left : 2em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }


a { color : #06566e; }
h1 a, h2 a, h3 a, h4 a {
  text-decoration : none;
  color : #272727;
}


acronym {
  cursor : help;
  border : none;
}
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : top;
}


h1, h2, h4 {
  margin-top : 0;
  margin-bottom : 0;
  font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
  color : #06566e;
}
h1 {
  font-size : 1.5em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.17em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.09em;
  margin-top : 1em;
  margin-bottom : .24em;
  color : #272727;
}
.article h3 {
  font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
  color : #06566e;
  font-size: 1.09em;
  padding-bottom: 2px;
  text-transform : none;
  border-bottom: 2px solid #eceeee;
}
h4 {
  font-size : 1em;
  margin-bottom : .2em;
}




table { border-collapse : collapse; }
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;
  border : none;
}

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 #206a80;
  background : #fff;
  color : #272727;
  margin-bottom : .7em;
}

.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 : #065d77;
  border : 1px solid #206a80;
  color : #fff;
  padding : 0 1px;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #aaa25d;
  color : #aaa25d;
}


.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; }

iframe {
  border : none;
}




/* *****  clear  ***** */
.clear {
  clear : both;
  line-height : 0px;
  font-size : 1px;
  _height:0;min-height:0; /* ie hasLayout fix */
}



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

body .twocol {
  background : url(i/twocol-body-bg.gif) 50% 0 repeat-y
}
body div.home,
body div.threecol {
  background : url(i/threecol-body-bg.gif) 50% 0 repeat-y
}

.pgwrap {
  background : url(i/pgwrap-bg.png) 0 0 repeat-x;
}


.pgwrap2 {
  background : url(i/pgwrap-bg.png) 0 0 repeat-x;
  position : relative;
  width : 973px;
  margin : 0 auto;
  text-align : left;
}

.home .pgwrap2 .pgmain {
  background : url(i/home-pgwrap2-bg.gif) 1px 0 no-repeat;
}
.twocol .pgwrap2 .pgmain {
  background : url(i/twocol-pgwrap2-bg.gif) 0 0 no-repeat;
}
.threecol .pgwrap2 .pgmain {
  background : url(i/threecol-pgwrap2-bg.gif) 1px 0 no-repeat;
}


.pghead { height : 117px; position : relative; }
.pghead .brand { position : absolute; top : 10px; left : 35px; z-index : 99; }
.pghead .brand span { position:absolute;right:19999px;left:auto; }
.pghead .sitelogo { vertical-align : middle; }
.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float : left;
  padding-left : 200px;
  margin-bottom : -140px;
  min-height : 150px;
  width : 763px;
  _width /**/: 963px;
  _display : inline;
  position : relative;
  z-index : 1;
  padding-right : 9px;
}
.home .pgmain,
.threecol .pgmain {
  width : 570px;
  _width /**/: 779px;
  margin-right : 193px;
}
.onecol .pgmain {
  width : 100%;
  margin : 0;
  padding : 0;
}
.pgmain .wrap {
  padding : 0 10px 20px;
}
.home .pgmain .wrap {
  padding-top : 116px;
}
.onecol .pgmain .wrap {
  padding : 29px 0 0;
}
.pgextra2 {
  z-index : 5;
  float : left;
  width : 200px;
  margin-left : -972px;
  _display : inline;
  padding-top : 1px;
}
.onecol .pgextra2 {
  padding : 0;
  width : auto;
}
.pgextra1 {
  z-index : 5;
  float : left;
  width : 202px;
  _display : inline;
  margin-left : -202px;
}
.pgextra1 .wrap {
  padding-left : 16px;
}

.pgfoot {
  clear : both;
  display : block;
  _height:180px;min-height:180px; /* ie hasLayout fix */
}
.onecol .pgfoot { _height:60px;min-height:60px; }
.twocol .pgfoot {
  background : url(i/pe5-bg.gif) 1px 0 no-repeat;
}
.home .pgfoot,
.threecol .pgfoot {
  background : url(i/threecol-pe5-bg.gif) 0 0 no-repeat;
  background-position : 1px 0;
}



/*
  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 */
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.pgextra1 .box,
.pgextra2 .box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  z-index : 5;
  margin-bottom : 1em;
}

.pgextra2 .box {
  margin-left : 6px;
}
.onecol .pgextra2 .box {
  display : none;
}
.boxhead { padding-top : 0; margin-top: 0; }
.twocol .pgmain .boxhead,
.threecol .pgmain .boxhead {
  line-height : 47px;
  font-size : 1.5em;
  font-weight : normal;
  margin-bottom : 1em;
  padding : 5px 14px 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #06566E;
}

.twocol .sbox .boxhead,
.threecol .sbox .boxhead,
.home .pgmain .articlelist .boxhead {
  font-size : 1.17em;
  border-bottom : 2px solid #eceeee;
  margin : 12px 14px 8px;
  font-family: Trebuchet MS;
}

.twocol .sbox .boxhead,
.threecol .sbox .boxhead {
  font-weight: bold;
  line-height: 1.2;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  padding: 2px 0;
}

.pgextra1 .boxhead,
.pgextra2 .boxhead {
  font-size : 1.09em;
}
.boxbody { _height:0;min-height:0; /* ie hasLayout fix */ }
.pgmain .boxbody { padding : 0 14px; ~padding-top: 4px; }
.pgmain .boxbody .boxbody { padding : 0; }


.pgmain .boxbody {
  padding-bottom: 1em;
}

.home .pgmain .boxbody {
  padding-bottom: 0;
}

.wrap .boxhead a {
  color: #06566E;
}



/* ******  pbbox  ****** */

.pbbox {
  margin : 0 -8px .7em;
  background : url(i/pbbox-top.gif) 0 0 no-repeat;
  overflow: hidden;
  _overflow: visible;
}
.pbbox .pbboxwrap {
  background : url(i/pbbox-bottom.gif) 0 100% no-repeat;
  padding : 12px 8px 1em 8px;
  width: 100%;
  overflow: hidden;
}
.wrap .pbbox .boxhead {
  line-height : 1.4;
  font-size : 1.17em;
  margin : 0;
  font-weight : bold;
  padding : 0 14px 0;
}
.pbboxcol {
  float : left;
  background : url(i/pbbox-sep.gif) 0 50% no-repeat;
  padding-left : 6px;
}

.twocolumns .pbboxcol {
  width : 51%;
}
.threecolumns .pbboxcol {
  width : 33%;
  _width : 32%;
}
.pbboxwrap .firstcol { 
  padding-left : 0;
  background : none;
}
.twocolumns .firstcol { width : 47%; }
.threecolumns .firstcol { width : 31%; }

.pbboxwrap { _height:0;min-height:0; /* ie hasLayout fix */ }
.pbboxwrap:after { display:block; clear:both; boxbody:"."; visibility:hidden; font-size:1px; height:0; }

.pbbox .more {
  text-align : right;
}
.wrap .pbbox .more a {
  padding-right : 0;
  white-space : normal;
}
.pbbox ul {
  margin-bottom : .7em;
}
.pbbox li {
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pbbox li a {
  display : block;
  background : url(i/arrow-gold.gif) 0 .8em no-repeat;
  padding : 3px 0 3px 12px;
  border-bottom : 1px solid #f0f0f0;
  text-decoration : none;
  color : #282828;
  _height:0;~min-height:0; /* ie hasLayout fix */
}



/* ******  pbbox  ****** */
.wrap .bbox {
  float : left;
  width : 258px;
  margin-left : 10px;
}

.wrap .bbox .boxhead {
  line-height : 1.4;
  font-size : 1.17em;
  font-weight : bold;
  margin : .5em 0;
  padding : 0;
  border-bottom : 2px solid #eceeee;
}
.wrap .bbox .boxbody {
  padding : 0;
}


/* ******  greenbox  ****** */
.greenbox {
  width : 178px;
  background : url(i/greenbox-top.png) 0 0 no-repeat;
  _background : url(i/greenbox-top.gif) 0 0 no-repeat;
  padding-top : 12px;
}
.greenbox .boxbody {
  background : url(i/greenbox-bottom.gif) 0 100% no-repeat;
  padding : 0 12px 12px;
}

.greenbox .boxhead {
  background : url(i/circle-green.png) 0 50% no-repeat;
  _background : url(i/circle-green.gif) 0 50% no-repeat;
  margin : 0 12px .5em;
  line-height : 17px;
  padding-left : 20px;
}


/* ******  goldbox  ****** */
.goldbox {
  width : 178px;
  background : url(i/goldbox-top.png) 0 0 no-repeat;
  _background : url(i/goldbox-top.gif) 0 0 no-repeat;
  padding-top : 12px;
}
.goldbox .boxbody {
  background : url(i/goldbox-bottom.gif) 0 100% no-repeat;
  padding : 0 12px 12px;
}

.goldbox .boxhead {
  background : url(i/circle-gold.png) 0 50% no-repeat;
  _background : url(i/circle-gold.gif) 0 50% no-repeat;
  margin : 0 12px .5em;
  line-height : 17px;
  padding-left : 20px;
}

.goldbox li {
  margin-bottom : .2em;
  font-size: .92em;
}

.goldbox li a {
  padding-left : 12px;
  background : url(i/arrow-double-gold.gif) 0 .5em no-repeat;
  text-decoration : none;
  color : #282828;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}


/* ******  whitebox  ****** */
.whitebox {
  padding-top : 12px;
  width : 178px;
  background : url(i/whitebox-top.png) 0 0 no-repeat;
  _background-image : url(i/whitebox-top.gif);
}
.whitebox .boxbody {
  background : url(i/whitebox-bottom.gif) 0 100% no-repeat;
  padding : 0 12px 12px;
}

.whitebox .boxhead {
  margin : 0 12px .5em;
  line-height : 17px;
  border-bottom : 2px solid #eceeee;
}
.whitebox .boxbody .item {
  margin-bottom : 0;
}

/* ******  quicklinks  ****** */
.quicklinks li {
  padding : 2px 10px;
  background : url(i/arrow-green.gif) 0 .5em no-repeat;
}

/* ******  infobox  ****** */
.infobox .boxbody { position : relative; }
.infobox .boxhead { position:absolute;right:19999px;left:auto; }
.infobox p {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  background : url(i/infobox.png) 0 0 no-repeat;
  width : 176px;
  height : 90px;
}
.infobox a {
  position : absolute;
  display : block;
  overflow : hidden;
  text-indent : -9999em;
  height : 13px;
  width : 107px;
  top : 63px;
  left : 33px;
}

/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #7a7a7a;
  display : block; 
  font-weight : normal;
}
.meta span { padding-right : .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color : #777; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  
  margin-top : .2em;
}

.wrap .more a,
.wrap .moreolder a,
.wrap .archivelink a {
  padding : 0 10px 0 12px;
  text-decoration : none;
  white-space : nowrap;
  background : url(i/arrow-double-gold.gif) 0% .4em no-repeat;
  font-size: .92em;
}


.buttons {
  margin-top: 1.33em;
  clear: both;
  overflow: hidden;
  padding: 18px 8px 12px 8px;
}

.wrap .buttons a {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 70px;
  height: 26px;
  background: url(i/btn-back.png) no-repeat 0 0;
  float: left;
}

.wrap .buttons a.prenta {
  background: url(i/btn-prenta.png) 0 0 no-repeat;
  float: right;
}
.wrap .buttons a.facebook {
  background: url(i/btn-facebook.png) 0 0 no-repeat;
  float: right;
  width: 158px;
  margin-left: 10px;
}

.wrap .buttons .senda { display: none; }




/* ******  articlelist  ****** */
.events .boxbody .item,
.articlelist .item {
  margin-bottom : 1em;
}
.nopadding .item {
  padding: 0;
}
.events .item h3,
.articlelist .item h3 {
  margin : 0;
}
.events .item h3 .meta,
.articlelist .item h3 .meta {
  font-size : 0.83em;
}
.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img {
  border: 1px solid #b1b3b4;
  float : right;
  margin : .2em 0 .5em 1.5em;
}

.articlelist ul {
  clear : both;
}
.articlelist li {
  padding-bottom : .3em;
  clear : left;
}
.articlelist li .meta {
  float : left;
  font-size: .92em;
  width: 6em;
  padding-right: 5px;
  text-align: right;
}
.articlelist li a {
  color : #272727;
  text-decoration : none;
}



.yearindex h3 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0;
}
.yearindex h3 a { color: #06566e; }
.yearindex p { font-size: .92em; }
.yearindex p a { color: #272727; text-decoration: none; }



/* ******  article  ****** */

.article .boxbody {
  font-size : 1.09em;
  position: relative;
  z-index: 1;
  ~overflow: visible;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.article .boxbody .boxbody {
  font-size : 1em;
}

.article .boxbody h1 {
  font-size: 1.2em;
  font-family: Arial;
  color: #272727;
  margin-bottom: .3em;
}

.article .subtitle {
  clear : none;
  margin-top : -.54em;
  font-size : 1em;
}
.article .summary {
  color : #777;
  padding : 4px 0;
  margin : 0 0 .7em 0;
}
.article .summary p { margin : 0; }

.article .meta {
  margin-bottom: 0;
  font-size: .92em;
}

.article a {
  text-decoration : none;
}

.article img { clear : both; vertical-align : text-bottom; }
.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;}

.people table,
.article table {
  border : none;
}
.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}
.people th,
.article th {
  font-weight : bold;
  padding : .2em .4em;
  border : none;
  background : #06566e url(i/th-bg.gif) 0 0 repeat-x;
  color : #fff;
}
.people td,
.article td {
  padding : .2em .4em;
  border : none;
}
.people tr.alt td,
.article tr.alt td {
  background-color : #ececec;
}
.people tr:hover td,
.article tr:hover td {
 background-color: #e4eff9;
}


.article table.grid,
.article table.grid td {
  background : transparent none;
  border : none;
  padding : 0
}


.article ul {
  margin-bottom : .7em;
}
.article li {
  padding-left : 10px;
  background : url(i/list-dot.gif) 0 .5em no-repeat;
  margin-bottom : .54em; 
}

.article .compact li {
  background-image: url(i/list-dot-compact.png);
  margin-bottom: .25em;
}

.article hr {
  border: 1px solid #ddd;
}



/*  *** lightbox/darkbox (extends:article) *** */
.wrap .darkbox,
.wrap .darkerbox,
.wrap .lightbox {
  background: #F2F5F6;
  ~background : url(i/lightbox-top.gif) 0 0 no-repeat;
  margin : 0 -12px 1em;
  padding : 10px 13px;
  clear : both;
  border: 1px solid #f0f0f0;
  ~border: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.wrap .darkbox {
  background-color: #004054;
  border-color: #004054; 
  ~background-color : #transparent;
  ~background-image : url(i/darkbox-top.gif);
}
.wrap .darkerbox {
  background-color: #E5ECEE;
  ~background-color : #transparent;
  ~background-image : url(i/darkerbox-top.gif);
}

.wrap .darkbox .wrapper {
  background : url(i/darkbox-bottom.gif) 0 100% no-repeat;
}
.wrap .darkbox *,
.wrap .darkbox .wrapper * {
  color : #fff;
}
.wrapper .darkerbox .wrapper {
  background : url(i/darkerbox-bottom.gif) 0 100% no-repeat;
}
.wrap .darkbox h3,
.wrap .darkerbox h3,
.wrap .lightbox h3 {
  margin : 0 0 .2em;
}
.wrap .darkbox .checklist li {
  background-image : url(i/checked-white.gif);
}


/*  *** checklist (extends:article) *** */
.wrap .checklist {
  list-style : none;
  padding : 0;
}
.checklist li {
  padding-left : 15px;
  background : url(i/checked-green.gif) 0 .2em no-repeat;
}

/*  *** chapters (extends:article) *** */
.chapters {
  clear : both;
  background : url(i/chapters-bottom.gif) 0 100% no-repeat;
  padding-bottom : 20px;
}
.chapters ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.threecol .chapters {
  background-image : url(i/threecol-chapters-bottom.gif);
}
.chapters h3 {
  margin : 0;
  padding : 20px 13px 3px;
  background : url(i/chapters-top.gif) 0 0 no-repeat;
  color : #02536b;
}
.threecol .chapters h3 {
  background-image : url(i/threecol-chapters-top.gif);
}
.chapters ul {
  border-top : 1px solid #dadada;
  padding : 5px 0 1px;
  list-style : none;
  margin : 0 13px;
  _height:0;min-height:0; /* ie hasLayout fix */
  display : inline-block;
}
.chapters li {
  float : left;
  margin : 0 13px 0 0;
  background : none;
  padding : 0;
}
.chapters li a {
  display : block;
  padding-left : 10px;
  text-decoration : none;
  background : url(i/arrow-double-green.gif) 0 50% no-repeat;
}

.chapters ul:after { display:block; clear:both; boxbody:"."; visibility:hidden; font-size:1px; height:0; }




/*  *** urskurdir (extends:article) *** */
.urskurdir { margin : 0 -9px; clear : both; }
.urskurdir .boxhead { position:absolute;right:19999px;left:auto; }
.urskurdir .boxbody {
  font-size : 1em;
}
.urskurdir table { width: 99%; }
.urskurdir .th th {
  vertical-align : middle;
  height:38px;
}
.urskurdir th, .urskurdir td { padding : 0.4em 0.7em; vertical-align : middle; }
.urskurdir .th .tcol1 { width : 27%; border-right : none; }
.urskurdir .th .tcol2 { width : 22%; border-right : none; }
.urskurdir .th .tcol3 { width : 9%; border-right : none; }
.urskurdir .th .tcol4 { width : 33%; }

.urskurdir span { display : block; }


/* ******  ynav / tabbox  ****** */
.ynav { margin-left : -10px }
.tabbox .index { margin-left : 10px; }
.ynav .boxhead { position:absolute;right:19999px;left:auto; }
.ynav li {
  float : left;
  _display : inline;
  margin-right : 2px;
  background : url(i/ynav-left.gif) 0 0 no-repeat;
}
.ynav li.current { background-image : url(i/ynav-current-left.gif); }
.ynav a {
  display : block;
  padding : 6px 10px 5px;
  text-decoration : none;
  color : #000;
  background : url(i/ynav-right.gif) 100% 0 no-repeat;
}
.ynav li.current a { background-image : url(i/ynav-current-right.gif); color : #06566e; }


.details li { clear : left; }
.details strong {
  display : block;
  float : left;
  width : 12em;
  padding : 1px 10px 1px 0;
}

.group {
  clear : left;
  margin-bottom: .7em;

}
.group .boxbody {
  display : block;
  border : 1px solid #dadada;
  padding : 10px;
}
.group .boxhead { position:absolute;right:19999px;left:auto; }
.section-closed .boxbody { display : none; }
.group li {
  margin-bottom : .3em;
  padding-right : 15px;
  clear : left;
  overflow: hidden;
  _overflow: visible;
}
.flist li {
  clear : none;
  float : left;
  width : 45%;
}
.group li li {
  float : none;
  width : auto;
  margin-bottom : .2em;
}
.group strong {
  display : block;
  float : left;
  width : 22em;
  padding-right : 15px;
}
.group li li stron { width : auto; padding-right : 5px; }
.flist strong { float : none; width : auto; }
.group li img { margin-right : 4px; }


/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .boxbody {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  border: 1px solid #B1B3B4;
}
.imgbox .imgboxbody { width : 200px; }
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width : auto; }




/* *** 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: 250;
  width: 100%;
  top: 29px;
  left: 0;
}


.ipopup-container-wrapper {
  background: #fff;
  padding: 4px;
  border: 1px solid #c9c9c9;
  display : inline-block;
  position: relative;
  width: 600px;
}
.ipopup-container .img {
  display: block;
}
.ipopup-container .image img {
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  display: block;
  padding : 5px 0;
  color: #000;
  font-size: 1.33em;
  position: relative;
  z-index: 10;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}
.ipopup-container .status { display: none; }
.ipopup-container .paging,
.ipopup-container .paging ul
.ipopup-container .paging ul li {
  ~height:0;
}
.ipopup-container .paging .next a,
.ipopup-container .paging .prev a {
  background: url(i/popup-prev.png) -100px 50% no-repeat;
  _background-image: url(i/popup-prev.gif);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 4px;
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
}
.ipopup-container .paging .next a {
  background: url(i/popup-next.png) 150% 50% no-repeat;
  _background-image: url(i/popup-next.gif);
  right: 4px;
  left: auto;
  z-index: 2;
}
.ipopup-container .paging .prev a:hover,
.ipopup-container .paging .prev a:focus {
  background-position: 0 50%;
}
.ipopup-container .paging .next a:hover,
.ipopup-container .paging .next a:focus {
  background-position: 100% 50%;
}
.ipopup-container .paging li.nav-end { display: none; }
.ipopup-container .paging .close a {
  background: url(i/popup-close.png) 0 0 no-repeat;
  _background-image: url(i/popup-close.gif);
  position: absolute;
  z-index: 5;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999em;
}






.faqlist h3 {
  font-weight: normal;
}
.faqlist h3 a {
  color: #06566E;
  text-decoration: underline;
}


/* ******  quizbox  ****** */
.quizbox .question { font-weight : bold; }
.quizbox h3 {
  margin : .5em 0;
}
.quizbox .thanks {
  color : #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom : .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display : inline; }
.quizbox .options li {}
.quizbox span.stat { display : block; }
.quizbox span.stat i {
  font-style : normal;
  color : #777;
  padding-left : .5em;
}
.quizbox span.bar {
  display : block; 
  background-color : #ddd;
}
.quizbox .results .bar img {
  height : .91em;
  background : #888;
}
.pgmain p.morequizes { margin : 0; }


/* ******  quizlist  ****** */
.quizlist .quiz {
  float : left;
  width : 45%;
  margin-right : 4.5%;
  _display : inline;
  padding-bottom : 1em;
  border-bottom : 1px solid #eee;
  margin-bottom : 1em;
  min-height : 23.5em;
  _height : 23.5em;
}
.quizlist .dates,
.quizlist .totalnum {
  clear : both;
  font-size : .92em;
  color : #777;
  margin : 0;
}
.quizlist .totalnum { margin-top : .7em; }
.quizlist .dates b,
.quizlist .totalnum b {
  float : left;
  margin-bottom : .09em;
  margin-right : .5em;
  font-weight : normal;
  width : 10em;
}






/* ******  contactform  ****** */
.contactform .boxbody { 
  padding-bottom : 2em;
}
.contactform p { clear : both; }
.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width : 9em;
  float : left;
  margin-top : .2em;
}
.contactform .fi_btn {
  margin-left : 9em;
  _margin-left : 9.2em;
}
.contactform textarea { width : 50%; }





/* ******  breadcrumbs  ****** */
.breadcrumbs {
  text-align : right;
  color : #7a7a7a;
  position : absolute;
  right : 35px;
  top : 122px;
  z-index : 5;
  width : 710px;
  text-align : right;
  font-size: .92em;
}
.threecol .breadcrumbs {
  right : 230px;
}
.onecol .breadcrumbs { top : 118px; }
.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999em;left:auto; }

.breadcrumbs .boxbody {}

.breadcrumbs,
.breadcrumbs a {
  text-decoration : none;
  color : #7a7a7a;
}

.breadcrumbs i { font-style: normal; }



/* ******  mnav  ****** */
.mnav {
  position : absolute;
  top : 66px;
  left : 210px;
  height : 40px;
  width : 750px;
}
.mnav .boxhead { position:absolute;right:9999em;left:auto; }
.mnav .boxbody { padding : 0; }

.mnav ul {}
.mnav li {
  margin-top : 6px;
  display : inline;
  padding-bottom : 0;
  float : left;
  margin-right : 1px;
  line-height : 30px;
  background : url(i/mnav-left.png) 0 0 no-repeat;
}

.mnav .boxbody a {
  color : #3a3a3a;
  display : block;
  text-decoration : none;
  font-weight : bold;
  padding : 4px 14px 0;
  background : url(i/mnav-right.png) 100% 0 no-repeat;
}

.mnav .mnavli,
.mnav li:hover,
.mnav li:focus,
.mnav .parent,
.mnav .current {
  background : url(i/mnav-current-left.png) 0 0 no-repeat;
  margin-top : 0;
}
.wrap .mnav .mnavli a,
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav .parent a,
.wrap .mnav .current a {
  padding-top : 10px;
  background : url(i/mnav-current-right.png) 100% 0 no-repeat;
  color : inherit;
  text-decoration : none;
}

.wrap .mnav .parent a,
.wrap .mnav .current a {
  color : #06566e;
}




/* ******  snav  ****** */
.snav .boxhead { font-size: 1em; }
.snav {
  position : relative;
  z-index : 5;
  width : 185px;
  margin-bottom : 1em;
  background : url(i/snav-bottom.png) 0 100% no-repeat;
}
.onecol .snav {
  display : none;
}
.snav .boxhead {
  background : url(i/snav-boxhead-top.png) 0 0 no-repeat;
  color : #fff;
  padding : 0 20px;
  line-height : 30px;
  margin : 0;
  white-space : nowrap;
  overflow : hidden;
  height : 124px;
  margin-bottom: -94px;
}
.snav .boxbody { 
  padding : 2px 20px 10px;
  _height:100px;
  min-height:100px;
}

.snav ul {}
.snav li {
  padding-bottom : 0;
  border-bottom : 1px solid #f0f0f0;
}


.snav .boxbody a {
  display : block;
  text-decoration : none;
  color : #272727;
  padding : 5px 0;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  color : inherit;
}

.snav .current,
.snav .parent {
  padding-bottom : 1px;
  border-bottom : 1px solid #f0f0f0;
}
.snav .current a,
.snav .parent a {
  border-bottom : none;
  margin-bottom : 0;
  font-weight : bold;
}

.snav .level2 {
  background : #f2f5f6 url(i/snav-level2-bottom.png) 0 100% no-repeat;
  border-top : 1px solid #f0f0f0;
  margin-top : 1px;
}
.snav .level2 > li:first-child {
  background : url(i/snav-level2-top.png) 0 0 no-repeat;
}
.snav .level2 li {
  border : none;
}
.snav .level2 a {
  font-weight : normal;  
  padding-left : 1.4em;
  padding-right: 5px;
  font-size: .92em;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight : bold;
  color : #05556d;
}

.snav .level2 .level3 a {
  color : #272727;
  font-weight : normal;  
  padding-left : 2.8em;
}
.snav .level3 .current a {
  font-weight : bold;
  color : #05556d;
}
.snav .level2 .level3 a:hover,
.snav .level2 .level3 a:focus {
}



/* ******  enav  ****** */
.enav {
  position : absolute;
  top : 10px;
  right : 2px;
  width : 66px;
}
.enav .boxhead { position:absolute;right:9999em;left:auto; }
.enav ul {
  overflow : hidden;
  width : auto;
}
.enav li {
  float : left;
  display : inline;
}
.enav li.cat1 { border : none; }

.enav .boxbody a {
  margin-right : 7px;
  height : 16px;
  width : 15px;
  overflow : hidden;
  display : block;
  text-indent : -9999em;
  background : url(i/rss.gif) 0 0 no-repeat;
}
.enav .english a {
  background-image : url(i/english.gif);
}
.enav .stillingar a {
  background-image : url(i/stillingar.gif);
}

.enav .boxbody a:hover,
.enav .boxbody a:focus {
  background-position : 0 -16px;
}



/* ******  flnav  ****** */

.flnav {
  position : absolute;
  top : 18px;
  margin-top : -.5em;
  right : 75px;
  text-align : right;
  color : #fff;
  line-height : 1.1;
}

.flnav .boxhead { position:absolute;right:9999em;left:auto; }

.flnav ul {
  overflow : hidden;
  width : auto;
  float : right;
  font-size: .92em;
}

.flnav li {
  float : left;
  display : inline;
  padding : 0 7px;
  border-left : 1px solid #ccc;
}

.flnav li.home { border : none; }

.flnav li.cat1 { border : none; }

.flnav .boxbody a {
  color : #fff;
  text-decoration : none;
}

.flnav .parent a,
.flnav .current a { font-weight : bold; }




/* ******  hnav  ****** */
.onecol .hnav {
  display : none;
}
.hnav .boxhead { position:absolute;right:9999em;left:auto; }
.hnav ul {
  overflow : hidden;
  width : auto;
}
.hnav li {
  margin : 0 0 1em;
}
.hnav .vefsja {
  margin-bottom : 0;
}
.hnav .boxbody a {
  height : 49px;
  width : 176px;
  overflow : hidden;
  display : block;
  text-indent : -9999em;
  background : url(i/hnav-skipulag.png) 0 0 no-repeat;
  _background : url(i/hnav-skipulag.gif) 0 0 no-repeat;
}
.hnav .mat a {
  background-image : url(i/hnav-mat.png);
  _background-image : url(i/hnav-mat.gif);
}
.hnav .adgengi a {
  background-image : url(i/hnav-adgengi.png);
  _background-image : url(i/hnav-adgengi.gif);
}
.hnav .rannsoknir a {
  background-image : url(i/hnav-rannsoknir.png);
  _background-image : url(i/hnav-rannsoknir.gif);
}
.hnav .urskurdir a {
  background-image : url(i/hnav-urskurdir.png);
}
.hnav .vefsja a {
  background-image : url(i/hnav-vefsja.png);
  _background-image : url(i/hnav-vefsja.gif);
}
.hnav .umhverfisraduneytid a {
  background-image : url(i/hnav-umhverfisraduneyti.png);
}

.hnav .boxbody a:hover,
.hnav .boxbody a:focus {
  background-position : 0 -49px;
}




.wrap .btntempl {
  background: url(i/buttontempl-bg.png) -178px 50% no-repeat;
  width: 118px;
  padding: 10px 48px 10px 12px;
  overflow: hidden;
  display: block;
  font-size: 11px;
  color: #fff;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
  text-decoration: none;
  line-height: 1.2;
  min-height: 30px;
  _height: 30px;
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
  vertical-align: middle;
}
.pgextra2 .btntempl {
  margin-left: 6px;
}
.wrap .btntempl:hover,
.wrap .btntempl:focus {
  background-position: 0 50%;
  color: #fff;
  text-decoration: none;
}
.wrap .btntempl strong { font-size: 1.09em; vertical-align: middle; }



.wrap .btntempl .c_tr,
.wrap .btntempl .c_tl,
.wrap .btntempl .c_bl,
.wrap .btntempl .c_br {
  background: url(i/btntempl-round.png) 0 0 no-repeat;
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
}
.wrap .btntempl .c_tr {
  background-position: 100% 0;
  top: 0;
  right: 0;
}
.wrap .btntempl .c_tl {
  background-position: 0 0;
  top: 0;
  left: -1px;
}
.wrap .btntempl .c_bl {
  background-position: 0 100%;
  bottom: 0;
  left: -1px;
}
.wrap .btntempl .c_br {
  background-position: 100% 100%;
  bottom: 0;
  right: 0;
}


/* ******  people ****** */
.people table {
  width : 100%;
}




/* ******  stafflist ****** */
.stafflist table {
  width : 100%;
}
.stafflist table th {
  padding: 6px 8px;
  color: #06566e;
  font-weight: bold;
  font-size: 1.17em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #eceeee;
}
.stafflist table td {
  padding: 6px 8px;
  border-bottom: 1px solid #eceeee;
}



/* ******  monthlist ****** */
.pgmain td table.calendar {
  font-size : .92em;
}
.monthlist table.grid { width : 100%; }
.monthlist td {
  padding : 0 0 10px 0;
}

.events li {
  margin-bottom : .7em;
}

.events,
.monthlist {
  
}

.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  ****** */
.calendar { margin : 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width : 100%; }

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .1em;
  font-size : 1.08em;
}
.calendar th {
  text-align : center;
  font-size : .92em;
  padding : .2em;
  border-bottom : 1px solid #666;
}
.calendar td {
  padding : 0;
  text-align : right;
  border-bottom : 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color : #555; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : 2px;
}
.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; }




/* ******  advert  ****** */
.advert {
  overflow : hidden;
  width : 100%;
}
.advert .boxhead { display : none; }
.advert .boxbody { padding : 0; }
.advert img { }





/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left : 7em;
}





/* ******  qsearch  ****** */
.qsearch {
  position : absolute;
  top : 45px;
  margin-top : -.8em;
  right : 10px;
  width : 210px;
  text-align : right;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999em;left:auto; }
.qsearch .boxbody { padding : 0; }
.qsearch .fi_txt input { width : 120px; padding : 2px; margin : 0; }
.qsearch .fi_btn input {
  width : 3.5em;
  font-size: .92em;
}





/* ******  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 : #aaa25d; }
.sitemap .boxbody i:hover { border-color : #aaa; }







/* ******  galleries  ****** */
.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}


/* ******  gallery  ****** */
.gallery .boxbody {
  padding-right : 0;
}
.gallery td {
  padding-right : 12px;
  padding-bottom : 12px;
  text-align : center;
  vertical-align : bottom;
}
.gallery img {
  margin : 0 auto;
}


/* ******  galleryitem  ****** */
.galleryitem .boxbody {
  text-align : center;
}
.galleryitem .ctrls a {
  padding : 0 .3em;
}
.galleryitem img {
  margin : .5em 0;
}




/* ******  footer  ****** */
.footer {
  padding-top : 140px;
  text-align : center;
  font-size: .92em;
}
.onecol .footer { padding-top : 20px; }
.footer .boxhead { display : none; }
.footer a {
  font-weight : bold;
  text-decoration : none;
}
.footer p {
  margin : 0;
}
.footer i {
  padding : 0 4px;
}


/* ******  byggiraeplica  ****** */
.byggiraeplica {
  position : absolute;
  right : 35px;
  margin-top : -30px;
  width : 127px;
  height : 24px;
  overflow : hidden;
  text-indent : -999999em;
}




/* ******  imgbanner  ****** */
.imgbanner {
  width : 550px;
  height : 138px;
  overflow : hidden;
  display : none;
  position : absolute;
  top : 116px;
  left : 210px;
  text-align : center;
  z-index : 99;
}
.home .imgbanner {
  display : block;
}




/* ****** pagestyle  ****** */
.pagestyle { 
  position : absolute;
  right : 135px;
  top : 40px;
  margin-right : 4em;
  width : 70px;
}
.pagestyle h2 { position:absolute;right:9999em;left:auto; }
.pagestyle li {
  float : right;
  margin-right : 5px;
}
.pagestyle a {
  display : block;
  width : 17px;
  height : 10px;
  overflow : hidden;
  text-indent : -9999em;
  background : url(i/font-dwn.gif) 0 0 no-repeat;
}

.pagestyle .up a {
  background-image : url(i/font-up.gif);
}
.pagestyle .userstyles { display: none; }
.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
  background-position : 0 -10px;
}





/* =================================================== */
/* Kortasíđa (onecol + stór iframe frá Loftmyndum)     */
/* =================================================== */

.kortasida .pgwrap {
  padding: 0 120px;
}
.kortasida .pgmain iframe.kortagluggi {
  margin: 0 -120px;
  position: relative;
  z-index: 1;
}





/* * links * */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #aaa25d;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }










