.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;
}

.not-screen,
.print-only { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; -ms-overflow-y: scroll; }


body {
  background: #fff url(i/bg-top.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.25;
  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 28px 0 18px;
  padding: 10px 12px 12px 32px;
  font-style: italic;
  background: #f4f4f4 url(i/bquote.png) 0 0 no-repeat;
}
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: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


hr {
  padding: 0;
  height: 1px;
  border: none;
  background: #ddd;
  width: 90%;
  margin: 1em 0 1em 5%;
  _margin-top: .5em;
}


a {
  color: #369;
  text-decoration: none;
}

a span {
  cursor: pointer;
  _cursor: hand;
}



a.external .icon,
a.file_doc .icon,
a.file_pdf .icon,
a.file_xls .icon {
  margin: 0 2px 0 0;
  background: url(i/file-icons.png) 100% 0 no-repeat;
  display: inline-block;
  height: 1.3em;
  _height:17px;
  min-height:17px;
  margin-bottom: -3px;
  overflow: hidden;
  text-indent: 18px;
}
a.file_doc .icon { background-position: 100% -40px; ~background-position: 0 -40px; width: 18px; }
a.file_pdf .icon { background-position: 100% 0; ~background-position: 0 0; width: 18px; }
a.file_xls .icon { background-position: 100% -80px; ~background-position: 0 -80px; width: 18px; }





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,
.popup .boxhead,
.pgmain .boxhead {
  color: #234e8a;
  font-size: 1.69em;
  font-weight: normal;
  margin-bottom: .25em;
  line-height: 1.2;
}
h2 {
  color: #234e8a;
  font-size: 1.38em;
  margin-top: 1.57em;
  margin-bottom: .55em;
}
h3 {
  font-size: 1.31em;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: .1em;
}
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;
}
th.r, td.r {
  text-align: right;
}
th.c, td.c {
  text-align: center;
}






form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0 0 1em;
  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 #ccc;
  background: #fff;
  color: #333;
}


label,
.fi_rdo h4 {
  color: #666;
}


.fi_txt,
.fi_sel,
.fi_bdy,
.fi_rdo,
.fi_chk {
  margin-bottom: 1em;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label {
  display: block;
}

.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_bdy,
.f_row .fi_file,
.f_row .fi_rdo,
.f_row .fi_chk {
  padding-right: 12px;
  float: left;
}

.f_row {
  clear: left;
}


select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #999;
}

.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: #555;
  border: 1px solid #000;
  padding: 2px 10px;
  font-size: .92em;
  font-weight: bold;
  color: #eee;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  background-color: #666;
  color: #fff;
}


.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;
  text-align: center;
  background: url(i/bg-bottom.png) 0 100% repeat-x;
  padding-bottom: 32px;
}


.pghead,
.pgmain,
.pgextra1,
.pgextra2 {
  text-align: left;
}



.pghead {
  width: 965px;
  height: 186px;
  background: url(i/bg-blue.jpg) 100% 100% no-repeat;
  margin: 0 auto;
}
.pghead .brand {
  padding: 8px 0 0 14px;
  margin: 0;
}
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */



.pgmiddle {
  width: 965px;
  margin: 0 auto;
  text-align: left;
  background: #fff url(i/bg-column.png) 0 0 no-repeat;
}
.pgmiddle:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }



.pgmain {
  font-size: 1.08em;
}
.pgmain .wrap {
  padding: 20px 15px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.twocol .pgmain,
.threecol .pgmain {
  float: left;
  _display: inline;
  background-color: #fff;
  margin: 0 1px 0 168px;
  width: 796px;
}
.threecol .pgmain {
  margin-right: 155px;
  width: 642px;
}



.pgextra1 {
  background: url(i/pe1-bg.png) 0 0 repeat-y;
  float: left;
  width: 154px;
  margin-left: -155px;
  _display: inline;
  padding-top: 15px;
}
.pgextra1 .wrap {
  background: url(i/pe1w-bg.png) 0 100% no-repeat;
  padding-bottom: 120px;
  _height:80px;min-height:80px;
}

.pgextra2 {
  float: left;
  width: 167px;
  margin-left: -964px;
  _display: inline;
  padding-top: 15px;
}




.pgextra3 {
  clear: both;
  background: url(i/bg-footer.png) 0 0 repeat-x;
  border-top: 1px solid #e5e5e5;
}
.pgextra3 .wrap {
  width: 965px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 7px;
  text-align: left;
}


.pgfoot {
  clear: both;
  background-color: #292b2c;
  color: #e2e2e2;
  padding: 12px 0 13px 0;
}
.pgfoot .wrap {
  width: 965px;
  margin: 0 auto;
  text-align: left;
}
.pgfoot a {
  color: #e2e2e2;
  text-decoration: none;
}
.pgfoot .wrap a:hover,
.pgfoot .wrap a:focus,
.pgfoot .wrap a:active {
  color: #fff;
  text-decoration: underline;
}





/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
}

.boxhead {
  padding: 0;
  margin: 0;
  font-size : 1.17em;
}
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }
.boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.nohead .boxhead { position:absolute;right:9999px;left:auto; }


.pgmain .boxhead,
.pgmain .boxbody {
  padding: 0 5px;
}
.pgmain .boxbody {
  margin-bottom: 1.5em;
  line-height: 1.39;
}



.pgextra2 .boxhead,
.pgextra1 .boxhead,
.pgextra1 .boxbody,
.pgextra2 .boxbody {
  padding: 8px 14px;
  background: url(i/sidebar-head.png) 0 0 no-repeat;
}
.pgextra2 .boxhead,
.pgextra1 .boxhead {
  font-size: 1em;
  color: #111;
  font-weight: normal;
  padding-right: 9px;
  background-color: #fff;
}
.pgextra1 .boxbody,
.pgextra2 .boxbody {
  background-position: 0 -150px;
}







/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #777;
  display: block;
  font-weight: normal;
  font-size: .92em;
}
.pgmain .meta {
  font-size: .85em;
}
.meta span { padding-right: .5em; }
.meta span span { padding-right: 0; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
  margin-bottom: 0;
}
.more {
  margin-top: 2px;
}

.buttons,
.moreolder,
.archivelink {
  font-size: 1em;
  margin-top: 8px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.buttons:after,
.moreolder:after,
.archivelink:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  margin-right: 15px;
}

.wrap .moreolder a,
.wrap .archivelink a {
  float: right;
  padding: 0 5px;
  margin-right: 5px;
}


.buttons {
  border-top: 1px solid #e9e9e9;
  margin-top: 1.5em;
  padding-top: 10px;
  clear: both;
}
.wrap .buttons a {
  background: url(i/arrow-fwd.png) 0 50% no-repeat;
  padding-left: 14px;
}

.wrap .buttons a.btnback {
  background-image: url(i/arrow-back.png);
}

/* ******  articlelist  ****** */

.articlelist .boxbody {
  font-size: .92em;
}
.articlelist .item {
  padding: 12px 0 10px 0;
  border-bottom: 1px solid #e1e1e1;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.articlelist .itm1,
.articlelist .item:first-child {
}

.articlelist .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.articlelist .item h3 {
  font-size: 1.18em;
  font-weight: bold;
  margin: 0;
  color: #234e8a;
}
.articlelist .item h3 a {
  color: #234e8a;
}
.articlelist .item h3 .meta {
  line-height: 1.18;
  font-size: .73em;
}
.articlelist .summary {}
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
  padding: 3px;
  border: 1px solid #ddd;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}

.articlelist ul {
  padding: 12px 0 10px 0;
}
.articlelist li {
  padding-bottom: .17em;
  clear: left;
}
.articlelist li .meta {
  float: left;
  width: 5.3em;
  line-height: 1;
  margin: .27em 1.2em .2em 0;
  border-right: 1px solid #aaa;
  font-size: .91em;
  _display: inline;
}
.articlelist li a {
}

.articlelist .moreolder {
  border-top: 1px solid #eee;
  padding-top: 8px;
  margin-top: -1px;
}




.newslist .boxbody {
  padding-left: 50px;
}
.newslist .date-split {
  float: left;
  margin-top: -2px;
  margin-left: -50px;
  width: 48px;
  background: url(i/date-split.png) 50% 100% no-repeat;
  padding: 0 0 6px 0;
  text-align: center;
  font-size: .91em;
  color: #222;
}
.newslist .date-split i {
  font-style: normal;
  display: block;
}
.newslist .date-split i span { position:absolute;right:9999px;left:auto; }
.newslist .date-split i.d {
  background: url(i/date-split-top.png) 50% 0 no-repeat;
  font-size: 1.63em;
  color: #666;
  margin-bottom: 1px;
  padding-top: 8px;
  font-weight: bold;
}
.newslist .date-split i.m {
  margin: 0 9px;
  background: #345c93;
  padding: 1px 0;
  color: #fff;
}
.newslist .date-split i.y {
  display: none;
}

.newslist ul {
  padding-left: 5.5em;
}
.newslist li .meta {
  white-space: nowrap;
  margin-right: 0;
  margin-left: -6.5em;
}
.home .newslist li a {
  display:block;
  *margin-top:-16px;
}





/* ******  .subpagelist (extends: .articlelist)  ****** */
.subpagelist {}
.subpagelist .boxhead {}

.subpagelist .boxbody,
.subpagelistwrap {
  overflow: hidden;
  font-size: .92em;
  border-top: 2px solid #ddd;
  background: url(i/bg-pgmainfade.png) 50% 0 no-repeat;
  padding: 13px 0 0 0;
}
.subpagelist .item,
.subpagelistwrap .articlelist {
  float: left;
  width: 230px;
  margin: 0 5px 0 -5px;
  padding: 5px 10px 10px 15px;
  background: url(i/vline.png) 0 0 no-repeat;
}




.subpagelistwrap .wrap {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.subpagelistwrap .articlelist {
}
.subpagelistwrap .boxbody,
.subpagelistwrap .item {
  padding: 0;
  margin: 0;
}
.subpagelistwrap .item {
  border: none;
}








/* ******  article  ****** */
.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 .boxbody h2,
.article .boxbody h3.clear,
.article .boxbody h4.clear {
  display: block;
  clear: both;
}

.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 table {
  font-size: .92em;
  border-top: 1px solid #ddd;
}
.article table[align=right],
.article table.right {
  float: right;
  margin: .2em 0 .5em 1em;
}
.article table[align=left],
.article table.left {
  float: left;
  margin: .2em 1em .5em 0;
}
.article table.fullsize {
  width: 100%;
}
.article table.right {
  float: right;  
  margin: .2em 0 .5em 2em;
}
.article table.left {
  float: left;  
  margin: .2em 2em .2em 0;
}
.article table.center {
  margin: 0 auto .7em auto;
}
.article caption {
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article thead {
  border: 1px solid #ddd;
}
.article thead th,
.article .th th {
  color: #000;
  padding: 5px 10px 3px 10px;
  border-bottom: 1px solid #ddd;
  background: #e6e6e6 url(i/thead.png) 0 0 repeat-x;
}
.article thead .th th {
  background: #f4f4f6 none;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: bold;
}

.article th,
.article td {
  font-weight: normal;
  padding: 6px 10px 5px 10px;
  border-bottom: 1px solid #ddd;
}
.article tr.alt th,
.article tr.alt td {
  background-color: #f7f7f7;
  padding: 5px 10px 3px 10px;
}
.article tbody tr:nth-child(even) th, 
.article tbody tr:nth-child(even) td { /* this ruleblock can't be joined with previous block cause then FF3 won't apply any styles*/
  background-color: #f7f7f7;
  padding: 3px 10px;
}


.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  list-style: disc;
  padding-left: 2.5em;
  margin-bottom: .7em;
}
.article li { margin-bottom: .54em; }


.chapters ul { list-style: none; padding: 0; overflow: hidden; }
.chapters li { float: left; margin-right: 1em; }




.article .relatedfiles {
  background: url(i/relatedfiles-bg.png) 0 0 repeat-x;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  
}
.article .relatedfiles h2 {
  font-size: .92em;
  color: #858585;
  float: left;
  padding: 11px 11px 0 15px;
  margin: 0;
}
.article .relatedfiles ul {
  background: url(i/relatedfiles-sep.png) 0 100% no-repeat;
  display: block;
  float: left;
  list-style: none;
  padding: 9px 0 2px 12px;
}
.article .relatedfiles ul li {
  margin: 0 0 3px;
  padding: 0;
}
.article .relatedfiles ul li a {
  display: block;
  padding-left: 16px;
  background: url(i/arrow-blue.png) 0 50% no-repeat;
  font-size: .92em;
}
.article .relatedfiles small { position:absolute;right:9999px;left:auto; }


.article .detailedrelatedfiles h2 { position:absolute;right:9999px;left:auto; }
.article .detailedrelatedfiles ul {
  padding: 0;
  list-style: none;
}
.article .detailedrelatedfiles li {
  border-top: 1px solid #e8e8e8;
  padding: 10px 0;
  margin: 0;
}
.article .detailedrelatedfiles li.rel1 { border: none; }
.article .detailedrelatedfiles h3 {
  font-size: 1.09em;
  font-weight: bold;
  margin: 0 0 .2em;
  color: #234E8A;
}
.article .detailedrelatedfiles h3 a { 
  color: #234E8A;
  padding: 0;
  background: none;
}
.article .detailedrelatedfiles .summary {
  margin: 0;
  padding: 0;
  color: #222;
}
.article .detailedrelatedfiles p {
  margin-bottom: .2em;
}


.article .detailedrelatedfiles .summary .more a {
  background: url(i/arrow-dwn.png) 0 75% no-repeat;
  display: block;
  padding: 0 0 0 18px;
  font-weight: bold;
  color: #3699B7;
}
.article .detailedrelatedfiles .summary .more a span {
  font-weight: normal;
}

/* ******  catintro  ****** */
.catintro .boxbody {
  margin-bottom: 7px;
}






/* ******  imgbox  ****** */

.imgbox,
.imagebox {
  position: relative;
  float: right;
  margin: 10px 0 .75em 22px;
  padding: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.js-active .imgbox,
.js-active .imagebox {
  margin: 5px 0 .75em 12px;
  border: none;
  background: url(i/imgbox-shade.png) 0 0 no-repeat;
}

.imagebox ul,
.imagebox li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.imgbox .c_,
.imagebox .c_ {
  display: block;
  position: relative;
  z-index: 1;
  height: 7px;
  margin: 0 0 -8px 10px;
  background: url(i/imgbox-shade.png) 100% 0 no-repeat;
  width: 289px;
}
.imgbox .c_bl,
.imagebox .c_bl {
  background-position: 0 100%;
  margin: -7px 0 0 0;
  width: 7px;
}
.imgbox .c_tl,
.imagebox .c_tl,
.imgbox .c_br,
.imagebox .c_br {
  display: none;
}


.imgbox div.boxbody,
.imagebox .imagelist {
  position: relative;
  padding: 5px 10px 9px 5px;
  background: url(i/imgbox-shade.png) 100% 100% no-repeat;
  margin: -1px 0 0 -1px;
  font-size: .85em;
  line-height: 1.18;
  width: 280px;
}

.js-active .imgbox div.boxbody,
.js-active .imagebox .imagelist {
  padding: 10px 10px 9px 10px;
}

.imgbox div.boxbody {
  text-align: center;
}

.imagebox li.image {
  width: 100%;
  margin: 0;
  text-align: center;
}

.imgbox img,
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
}
.imgbox .imgcontent,
.imagebox .caption,
.imagebox .longdesc {
  color: #666;
  text-align: left;
  padding: 6px 5px 4px 6px;
}
.imgbox .imgname,
.imagebox .longdesc strong {
  color: #333;
  font-weight: normal;
}
.imgbox .imgmeta,
.imagebox .credit {
  display: block;
  color: #777;
  font-weight: normal;
  font-size: .91em;
  text-align: left;
  padding: 0 5px 4px 6px;
}
.imagebox .credit {
  padding: 4px 0 0 0;
}


.imagebox .listscroller-wrapper {
  overflow: hidden;
  position: relative;
}
.imagebox .listscroller-clip {
  width: 5000px;
}
.imagebox .listscroller-clip li.image {
  float: left;
  width: 280px;
  padding-right: 2px;
}
.imagebox .listscroller-clip li.overflow {
  /* display: none; */
}


.imagebox .paging {
  font-size: .91em;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 4px 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.imagebox .paging:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.imagebox .paging .status {
  background-color: #e4e4e4;
  color: #555;
  text-align: right;
  margin-right: 35px;
  min-height: 13px;
  _height: 13px;
  padding: 1px 5px;
}
.imagebox .paging .status strong {
  display: none;
}
.imagebox .paging .status b,
.imagebox .paging .status i {
  font-style: normal;
  font-weight: normal;
}

.imagebox .paging .next,
.imagebox .paging .prev {
  position: absolute;
  top: -1px;
  right: 16px;
}
.imagebox .paging .next {
  right: -1px;
}
.imagebox .paging .next a,
.imagebox .paging .prev 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: 17px;
  height: 17px;
  background: url(i/imgbox-stepper.png) 0 0 no-repeat;
}
.imagebox .paging .next a {
  background-position: -17px 0;
}

.imagebox .paging .prev a:hover,
.imagebox .paging .prev a:focus,
.imagebox .paging .prev a:active {
  background-position: 0 -17px;
}
.imagebox .paging .next a:hover,
.imagebox .paging .next a:focus,
.imagebox .paging .next a:active {
  background-position: -17px -17px;
}














/* ******  contactform  ****** */
.contactform .boxbody {
  padding-bottom: 2em;
}
.contactform p { clear: both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_file,
.contactform .fi_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  width: 10em;
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {
  margin-left: 10em;
  _margin-left: 10.2em;
}
.contactform textarea { width: 70%; }
.contactform .fi_postal_is label { 
  display: inline;
  }




/* ******  breadcrumbs  ****** */
.breadcrumbs {
  position: absolute;
  top: 172px;
  margin-top: -.5em;
  right: 50%;
  margin-right: -460px;
  line-height: 1;
  font-size: 0.92em;
  padding: 0 0 4px 0;
  color: #f4f4f4;
}
.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b { font-weight: normal; }
.breadcrumbs i {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left: 5px;
  padding-top: 10px;
  margin: 0 1px 0 3px;
  background: url(i/more-arrow.png) -800px 50% no-repeat;
}
.breadcrumbs a {
  text-decoration: none;
  color: #f4f4f4;
}
.wrap .breadcrumbs a:hover,
.wrap .breadcrumbs a:focus,
.wrap .breadcrumbs a:active {
  color: #fff;
}






/* ******  mnav  ****** */
.mnav {
  font-size: 1.17em;
  position: absolute;
  top: 88px;
  right: 50%;
  margin-top: -.5em;
  margin-right: -483px;
  width: 800px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody {
  padding: 0;
  background: transparent none;
  text-align: right;
}

.mnav ul {
  margin-right: -24px;
  ~float: right;
  ~padding-left: 2em;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.mnav a,
.mnav li {
  display: inline;
  display: inline-block;
  padding: 5px 0; margin: -5px 0; /* <-- for FF2 which doesn't support inline-block */
}
.mnav li {
  margin: 0 30px 0 -2em;
  ~float: left;
  _display: inline;
}

.mnav .boxbody a {
  color: #555; 
  padding: 5px 9px 5px 5px;
  margin-left: 4px;
}
.mnav .boxbody a strong {
  font-weight: normal;
}

.wrap .mnav li:hover {
  background: url(i/mnav-hover.png) 0 50% no-repeat;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  color: #333;
  outline : 0;
  text-decoration: none;
  background: url(i/mnav-hover.png) 100% 50% no-repeat;
}


.mnav li.parent,
.mnav li.current {
  background: url(i/mnav-current.png) 0 50% no-repeat;
}

.mnav .parent a,
.mnav .current a {
  color: #000;
  padding-right: 12px;
  padding-left: 8px;
  background: url(i/mnav-current.png) 100% 50% no-repeat;
}



.mnav .boxbody li.icelandic,
.mnav .boxbody li.english {
  position: absolute;
  top: -77px;
  right: 10px;
  margin: .5em 0 0 0;
  background: transparent none;
}
.mnav .boxbody li.icelandic a,
.mnav .boxbody li.english 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: 25px;
  height: 25px;
  background: url(i/icn-pagestyle.png) -50px 0 no-repeat;
}
.mnav .boxbody li.english a:hover,
.mnav .boxbody li.english a:focus,
.mnav .boxbody li.english a:active {
  background-position: -50px -24px;
}
.mnav .boxbody li.icelandic a {
  background-position: -75px 0;
}
.mnav .boxbody li.icelandic a:hover,
.mnav .boxbody li.icelandic a:focus,
.mnav .boxbody li.icelandic a:active {
  background-position: -75px -24px;
}




/* ******  snav  ****** */
.snav {
  position: relative;
  background: url(i/snav.png) 29px 0 no-repeat;
  margin: -15px 0 1em 0;
  padding-top: 15px;
}
.snav .boxhead {
  position: absolute;
  background: transparent none;
  left: 14px;
  top: -1.2em;
  margin-top: -8px;
  color: #fff;
  font-size: 1.83em;
  font-weight: normal;
  white-space: nowrap;
  padding: 0;
}
.snav .boxbody {
  padding-top: 5px;
  background: transparent none;
}
.snav ul {
  line-height: 1;
}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding-bottom: 0;
  border-bottom: 1px solid #e2e2e2;
}

.snav .boxbody a {
  display: block;
  padding: 6px 10px 7px 2px;
  color: #222;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}
.snav .parent a,
.snav .current a {
  font-weight: bold;
  color: #444;
}
.snav .current a {
  color: #369;
}
 

.snav .level2 {
  padding: 4px 0 12px 6px;
  border-top: 1px solid #eee;
}
.snav .level2 li {
  border-bottom: none;
}

.snav .level2 a {
  color: #222;
  font-weight: normal;
  padding: 2px 10px 3px 9px;
  background: url(i/more-arrow.png) 0 .5em no-repeat;
}
.snav .level2 .parent a,
.snav .level2 .current a {
  background-position: -400px .5em;
  font-weight: bold;
  color: #444;
}
.snav .level2 .current a {
  color: #369;
}


.snav .level3 {
  padding: 2px 0 4px 14px;
  font-size: .92em;
}
.snav .level2 .level3 a {
  color: #222;
  padding: 2px 10px 3px 6px;
  font-weight: normal;
  background: transparent none;
}
.snav .level3 .current a {
  font-weight: bold;
  color: #369;
  background: url(i/more-arrow.png) -400px .45em no-repeat;
}







/* ******  nav ****** */
.nav a {
  color: #444;
  display: block;
  background: url(i/more-arrow.png) 0 .5em no-repeat;
  padding: 2px 0 3px 9px;
}






/* ******  cnav ****** */

.cnav {
  margin-bottom: 8px;
}

.cnav ul {
  padding-top: 5px;
}

.cnav li {
  background: url(i/cnav-sep.png) no-repeat 0 100%;
  _background: none;
}

.cnav a {
  color: #444;
  font-size: 1.08em;
  display: block;
  padding: 10px 40px 23px 11px;
  background: url(i/contactus-link.png) 94% .1em no-repeat;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.cnav .cat2 a {
  background-image: url(i/letter-icn.png);
}






/* ******  monthlist ****** */
.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.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;
}

.event .paging { display: none; }




/* ******  calendar  ****** */
.monthlist .boxbody {
  position: relative;
}
.calendar { margin: 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }

.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: #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 2px;
}
.calendar td.today i {
  font-style: italic;
}
.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; }










/* ******  loginpagebox  ****** */
.loginpagebox label {
  width: 7em;
  float: left;
  margin-top: .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left: 7em;
}









/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  top: 15px;
  right: 50%;
  margin: -.27em -386px 0 0;
  width: 210px;
  font-size: .92em;
}
.qsearch label,
.qsearch .boxhead { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody {
  background: transparent none;
  padding: 0;
}
.qsearch .fi_txt input {
  border: none;
  background: transparent url(i/qsearch-inp.png) 0 50% no-repeat;
  width: 147px;
  padding-top: 5px;
  padding-left: 4px;
  height: 19px;
}
.qsearch .fi_txt input:focus {
  background-position: -200px 50%;
}

.qsearch .fi_btn input {
  margin-left: 3px;
  width: 50px;
  height: 19px;
  border: none;
  padding: 0;
  padding-bottom: 2px;
  font-size: 1em;
  background: transparent url(i/qsearch-btn.png) 50% 0 no-repeat;
}
.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus {
  background-color: transparent;
  background-position: 50% -25px;
  color: #fff;
}






/* ******  pnav  ****** */

.pnav {
  background: #F4F4F4 url(i/pnav-bg.png) repeat-x 0 100%;
  position: absolute;
  top: 216px;
  margin-top: 2.2em;
  border: 1px solid #DBDBDB;
  width: 766px;
  ~width: 764px;
  margin-left: -1px;
  ~margin-left: 0;
}

.pnav .boxhead { display: none; }

.pnav .boxbody {
  padding: 5px 5px 4px;
  margin: 0;
  font-size: .92em;
}

.pnav li {
  float: left;
}

.pnav li a {
  float: left;
  color: #737373;
  padding: 3px 12px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pnav li.parent,
.pnav li.current {
  background: url(i/pnav-li.png) no-repeat 0 50%;
}

.pnav li.parent a,
.pnav li.current a,
.pnav li.parent a:hover,
.pnav li.parent a:focus,
.pnav li.parent a:active,
.pnav li.current a:hover,
.pnav li.current a:focus,
.pnav li.current a:active {
  color: #fff;
  background: url(i/pnav-li-a.png) no-repeat 100% 50%;
}




/* ******  pplsearch  ****** */
.pplsearch {
  position: absolute;
  z-index: 1;
  top: 220px;
  right: 50%;
  margin-right: -450px;
  width: 187px;
  margin-top: 2.2em;
  padding: 5px 0;
  background: url(i/pplsearch.png) 0 50% no-repeat;
  text-align: right;
}
.pplsearch .boxhead,
.pplsearch .fi_btn { position:absolute;right:9999px;left:auto; }

.pplsearch .boxbody {
  padding: 0;
  margin: 0;
}

.pplsearch .fi_txt {
  margin: 0;
}
.pplsearch .fi_txt input {
  width: 155px;
  margin-right: 6px;
  border: none;
  font-size: .85em;
  background: transparent none;
}
.pplsearch .fi_txt input.labelized {
  color: #999;
}







/* ******  people  ******* */

.people .boxhead {
  padding-bottom: 21px;
}
.people .boxbody {
  padding-top: 2em;
}

.people .tab-box {
  border: 1px solid #7e7e7e;
  background: #7e8187 url(i/people-tabbox.png) repeat-x;
  font-size: .83em;
  padding: 6px 6px 3px;
  margin: -.6em -6px 20px;
  position: relative;
}

.people .tab-box ul {
  width: 100%;
  overflow: hidden;
}

.people .tab-box li {
  float: left;
  margin: 0 4px 0 1px;
  _display: inline;
}

.people .tab-box li a {
  float: left;
  color: #fff;
  padding: 0 9px 2px 9px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.people .tab-box li.current {
  padding-right: 9px;
  background: url(i/people-tabbox-right.png) no-repeat 100% 50%;
}

.people .tab-box li.current a {
  padding-right: 0;
  background: url(i/people-tabbox-left.png) no-repeat 0 50%;
}

.people .tab-box li.current strong {
  font-weight: normal;
}
.people .tab-box li a:hover,
.people .tab-box li a:focus,
.people .tab-box li a:active {
  color: #fff;
}


.people-abc .tab-box li {
  font-weight: bold;
  margin: 0 -6px 0 0;
}
.people-abc .tab-box li.current strong {
  font-weight: bold;
}
.people .tab-box li.showall {
  font-weight: normal;
  margin: 0 5px 2px 1px;
}
.people .tab-box li.showall strong {
  font-weight: normal;
}


.people h3 {
  color: #234E8A;
  font-size: 1.4em;
  padding-left: 2px;
}
.people .tabpane h3 { position:absolute;right:9999px;left:auto; }
.people .persona h3,
.people .showall-active h3 { position:static; }


.people table {
  width: 100%;
}

.people table th,
.people table td {
  padding: 6px 6px 5px 4px;
  border-bottom: 1px solid #EDEDED;
}

.people th.col1 { width: 24%; }
.people th.col2 { width: 31%; }
.people th.col3 { width: 17%; }
.people th.col4 { width: 10%; }
.people th.col5 { width: 27%; }


.people table th {
  border-bottom: 1px solid #DBDBDB;
  color: #777;
  font-size: .83em;
  font-weight: normal;
  padding-bottom: 3px;
}

.people table td {
  font-size: .92em;
}

.people .even td {
  background: #fcfbd4;
}

.people tr:hover td {
  background: #F4F4F6 url(i/people-td-hover.png) repeat-x;
}

.people tr.subrow td {
  background: #fff;
  border-bottom: 1px solid #DBDBDB;
}


.people table a {
  font-weight: bold;
  color: #234E8A;
}

.people table .netfang a {
  font-weight: normal;
  color: #3F8AAA;
}

.people .close {
  display: block;
  background: #777A80 url(i/people-close.png) no-repeat 0 0;
  border-right: 1px solid #7E7E7E;
  border-left: 1px solid #7E7E7E;
  padding: 5px 28px 5px 30px;
  font-size: .92em;
  /* font-weight: normal; */
  color: #fff;
}
.people .close:hover {
  background-color: #5A5D63;
  color: #fff;
  text-decoration: none;
  background-position: -1000px 0;
}
.people .open {
  display: none;
}
.people .subrow td {
  padding: 10px 0 0;
}




/* ******  persona  ******* */
.persona .content {
  padding-bottom: 2em;
}

.persona h3 {
  font-size: 1.4em;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.persona .imgbox {
  float: left;
  background: none;
  padding: 0;
  margin: 0 21px 1em 0;
  width: 156px;
}
.persona .imgbox .c_ {
  display: none;
}
.persona .imgbox .boxbody {
  width: auto;
  background: none;
  padding: 0;
}
.persona .imgbox img {
  border: 1px solid #DBDBDB;
  padding: 2px;
  background: #fff;
}


.persona ul,
.persona li.title {
  background: url(i/persona-li-sep.png) no-repeat 177px 100%;
  padding-bottom: 5px;
}

.persona li.title {
  padding-top: 0;
  padding-bottom: 6px;
}
.persona li.title b {
  font-weight: bold;
  width: auto;
}

.persona li {
  margin-bottom: .3em;
  padding-top: 5px;
  padding-bottom: 0px;
}
.persona li b {
  font-weight: normal;
  display: inline-block;
  width: 80px;
}

.persona li.netfang a,
.persona li span {
  font-weight: bold;
}





/* ...when ajax loaded inside a .people table */

td .persona {
  padding: 12px 28px;
  margin: 0;
  width: auto;
  background: 0;
  border: 1px solid #DBDBDB;
  border-top: none;
  border-bottom: none;
  background: url(i/people-open-bg.png) repeat-x 0 100%;
}
td .persona .boxbody {
  padding: 0;
  margin: 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
  
}
td .persona .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }




/* ...when ajax loaded inside a "modal" .popup  */
.popup .persona .imgbox {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.popup .persona ul,
.popup .persona li.title {
  background-position: 0 100%;
}




/* ******  footer  ****** */
.footer {
  padding: 2px 10px;
}
.footer .boxhead { position:absolute;right:9999px;left:auto; }
.footer p { margin: 0; }
.footer i {
  font-style: normal;
  margin: 0 4px;
  color: #ccc;
}





/* ******  byggiraeplica  ****** */
.byggiraeplica {
  width: 965px;
  position: relative;
  margin: 13px auto 0 auto;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
  
  position:absolute;right:9999px;left:auto; /* hide eplica logo */
}

.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; /* + 1px height = 20px */
  background: url(http://codecentre.eplica.is/f/ba_e2-b33.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b33.png',sizingMethod='crop');
}







/* ****** pgextra3 boxes  ****** */
.pgextra3 .boxhead {
  padding: 12px 10px 0 10px;
  font-size: 1.17em;
  font-weight: normal;
  color: #000;
}
.pgextra3 .boxbody {
  padding: 8px 15px 15px 16px;
}
.pgextra3 a {
  color: #062a5c;
  text-decoration: none;
}

/* .qnav */
.pgextra3 .qnav {
  float: left;
  width: 246px;
  background: url(i/pe3-sep.png) 100% 0 no-repeat;
}

.pgextra3 .qnav-short {
  width: 180px;
}
  

.pgextra3 .qnav a {
  display: block;
  background: url(i/more-arrow.png) -400px 50% no-repeat;
  padding-left: 9px;
}
.pgextra3 .qnav li {
  margin: 0 0 4px 0;
}

/* .qnav.shortcuts */
.pgextra3 .shortcuts {
  width: 313px;
}
.pgextra3 .shortcuts li {
  float: left;
  width: 48%;
  margin-right: 1.3%;
  _display: inline;
}

/* .certs */
.pgextra3 .certs {
  float: left;
}
.pgextra3 .certs .boxbody {
  padding-right: 0;
}
.pgextra3 .certs ul {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  margin: 2px 0 12px 0;
  width: 210px;
  height: 42px;
  background: url(i/certifications2010.png) 0 0 no-repeat;
}
.pgextra3 .more {
  border-top: 1px dotted #ddd;
  padding: 4px;
}
.pgextra3 .more a {
  background: url(i/more-arrow.png) -400px 50% no-repeat;
  padding-left: 9px;
  float: left;
}







/* ****** pagestyle  ****** */
.pagestyle {
  position: absolute;
  top: 12px;
  right: 50%;
  margin-right: -443px;
  width: 55px;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle li {
  float: right;
  _display: inline;
  margin-left: 1px;
}
.pagestyle 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: 24px;
  height: 24px;
  background: url(i/icn-pagestyle.png) 0 -48px no-repeat;
}
.zoom2 .pagestyle a,
.zoom3 .pagestyle a { background-position: 0 0; }

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active { background-position: 0  -48px; }
.zoom2 .pagestyle a:hover,
.zoom2 .pagestyle a:focus,
.zoom2 .pagestyle a:active,
.zoom3 .pagestyle a:hover,
.zoom3 .pagestyle a:focus,
.zoom3 .pagestyle a:active { background-position: 0  -24px; }

.pagestyle .up a { background-position: -25px 0; }
.pagestyle .up a:hover,
.pagestyle .up a:focus,
.pagestyle .up a:active { background-position: -25px -24px; }
.zoom3 .pagestyle .up a:link { background-position: -25px -48px; }



/* *** 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;
  text-align: center;
}

.ipopup-container-wrapper { 
  margin: 100px auto; 
  padding: 62px 0 0;
  display : inline-block;
  background: #fff;
  width: 667px;
  position : relative;
  min-height: 454px; _height: 454px;
  background: url(i/popup-top.png) no-repeat;
}

.ipopup-container .image {
  display: block;
  text-align: center;
  background: url(i/popup-bot.png) no-repeat 0 100%;
  padding: 7px 0 41px;
}

.ipopup-container .image img {
  _width: 595px;
  max-width: 595px;
  margin-bottom: 1em;
}

.ipopup-container .title,
.ipopup-container .desc {
  text-align: left;
  font-size: 1.1em;
  margin-bottom: .6em;
  display : block;
  padding: 0 40px .6em;
  color: #7E7E7E;
  font-weight: normal;
  font-style: italic;
}


.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}

.ipopup-container .status {
  text-align: right;
  position: absolute;
  top: 49px;
  right: 105px;
  color: #6e6e6e;
  margin-top: -.6em;
}

.ipopup-container .status strong {
  display: none;
}

.ipopup-container .status b {
  font-weight: normal;
}

.ipopup-container .stepper {
  height: 0;
}

.ipopup-container .stepper .prev a,
.ipopup-container .stepper .next a {
  position : relative;
  top: -363px;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; 
  font-size:1px; letter-spacing:-1em;
  width : 27px;
  height : 27px;
  background: url(i/imgpop-prev.png) no-repeat;
  float: left;
}

.ipopup-container .stepper a:hover,
.ipopup-container .stepper a:focus,
.ipopup-container .stepper a:active {
  background-position: -27px 0;
}

.ipopup-container .stepper .prev a,
.ipopup-container .stepper .next a {
  position : absolute;
  right: 64px;
  top: 36px;
}

.ipopup-container .stepper .next a {
  background-image: url(i/imgpop-next.png);
  _background-image: url(i/imgpop-next.gif);
  right: 36px;
}

.ipopup-container .stepper .close a {
  background: url(i/imgpop-close.png) no-repeat 0 50%;
  padding-left: 30px;
  padding: 5px 10px 5px 41px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  position: absolute;
  left: 36px;
  top: 37px;
  color: #666;
}

.ipopup-container .stepper .close a:hover,
.ipopup-container .stepper .close a:focus,
.ipopup-container .stepper .close a:active {
  
}

/*
.ipopup-container .paging li.nav-end { display: none; }
*/




/* ****** forms ***** */


.twocol .forms .boxbody {
  padding-right: 240px;
}


.forms .boxbody h3,
.forms .boxbody h4,
.forms .boxbody td {
  color: #666;
}

.forms .fi_rdo .fi_txt {
  padding-left: 25px;
}



/* ****** birgjamat ***** */
.birgjamat h3 {
  font-weight: bold;
  font-size: 1.17em;
}
.birgjamat h4 {
  font-weight: normal;
}
.birgjamat p { margin-bottom: 1em; }

.birgjamat table {
  width: 100%;
}
.birgjamat td {
  padding: 3px;
  width: 50%;
}
.birgjamat th {
  padding: 3px;
}
.birgjamat .quadcol td,
.birgjamat .trecol td { width: auto; }
.birgjamat .trecol td.col1 { width: 60%; }
.birgjamat .trecol td.col2 { width: 10%; }
.birgjamat .trecol td.col3 { width: 30%; }

.birgjamat .quadcol .tcol1 { width: 40%; }
.birgjamat .quadcol .tcol2 { width: 5%; }
.birgjamat .quadcol .tcol3 { width: 5%; }
.birgjamat .quadcol .tcol4 { width: 50%; }

.birgjamat .fi_rdo p,
.birgjamat .fi_file label {
  margin-bottom: .2em;
}
.birgjamat .fi_rdo li {
  float: left;
  margin-right: 20px;
}
.birgjamat .fi_rdo li input { margin: 0 0 0 4px; }

.birgjamat .fi_txt label {
  width: 110px;
  float: left;
  padding-right: 6px;
}
.birgjamat .fi_txt input {
  padding: 2px 5px;
}

.birgjamat textarea {
  width: 87%;
  padding: 2px 5px;
}

.birgjamat .reqerror p, 
.birgjamat .reqerror h4, 
.birgjamat .typeerror p,
.birgjamat .typeerror h4 {
  color:#c33;
  font-weight:bold;
}





/* ****** catfiles ***** */
.catfiles ul {
  padding: 0;
  list-style: none;
}
.catfiles li {
  border-top: 1px solid #e8e8e8;
  padding: 10px 0;
  margin: 0;
}
.catfiles li.rel1 { border: none; }
.catfiles h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 .2em;
}
.catfiles h3 a,
.catfiles .more a { 
  padding: 0;
  background: none;
}
.catfiles .summary {
  margin: 0;
  padding: 0;
  color: #222;
}
.catfiles p {
  margin-bottom: .2em;
}

.catfiles .more a {
  background: url(i/arrow-dwn.png) 0 75% no-repeat;
  display: block;
  padding: 0 0 0 18px;
  font-weight: bold;
  color: #3699B7;
}
.catfiles .more a span {
  font-weight: normal;
}







/* .popup (generic modal popup container/curtain) */
.popup {
  background: url(i/pop/curtain-fs8.png);
  _background-image: url(i/pop/curtain-8bit.png);
}
.popup .popbox {
  position: relative;
  left: 80px;
  width: 527px;
  margin: 280px auto 0 auto;
  text-align: left;
  background: url(i/pop/sides-fs8.png) 0 0 repeat-y;
  _background: transparent none;
  padding: 1px 0;
}

.popbox a.focustarget,
.popbox .popboxbottom {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  position: absolute;
  top: -44px;
  left: 0;
  width: 100%;
  height: 44px;
  background: url(i/pop/corners-fs8.png) 0 0 no-repeat;
  _background: transparent none;
}
.popbox a.focustarget,
.popbox a.focustarget:focus,
.popbox a.focustarget:active {
  outline: none;
}
.popbox .popboxbottom {
  top: auto;
  bottom: -44px;
  background-position: 0 100%;
}
.popbox a.closebtn {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 44px;
  height: 44px;
  background: url(i/pop/closebtn-fs8.png) 0 0;
  position: absolute;
  z-index: 2;
  top: -40px;
  right: 2px;
}
.popbox a.closebtn:hover,
.popbox a.closebtn:focus,
.popbox a.closebtn:active {
  background-position: -44px 0;
  outline: none;
}


.popbody {
  position: relative;
  z-index: 1;
  margin: -24px 21px;
  padding: 18px 20px;
  min-height: 48px;
  _height: 48px;
  background-color: #fff;
  border: 4px solid #d8d8d8;
}

.popup .boxhead,
.popup .article h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

/* *** flashcontent *** */
.flashcontent {
  background: url(home/i/infoslide-frame-fs8.png) 0 0 no-repeat;
  width:461px;
  height:212px;
  padding:13px 12px 0;
  position: absolute;
  top:12px;
  right:50%;
  margin-right:-482px;
}      




/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #04d;  text-decoration: underline; }
a:hover,
a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }






