/* encoding: utf-8 */

.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;
}

.pghead .skiplink {
  position:absolute;
  right:9999px;
  left:auto;
  white-space:nowrap;
  top:10px;
  font-size:1em;
}
.pghead .skiplink a:active,
.pghead .skiplink a:focus {
  position:absolute;
  right:-9999px;
  background:#fff;
  border:1px solid #029;
  margin:0;
  padding:3px 5px;
  color:#c00;
  z-index:9999;
  font-size:1em;
  white-space:nowrap;
}

.print { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; }


body {
  background: #fff url(i/body-bg.png) repeat-x;
  margin: 5px 0;
  padding: 0;
  color: #272727;
  line-height: 1.25;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size: 12px; } body.msie      { font-size:  75.00%; }
body.zoom2 { font-size: 14px; } body.msie.zoom2 { font-size:  87.50%; }
body.zoom3 { font-size: 16px; } body.msie.zoom3 { font-size: 100.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: 0;
  margin-bottom: 1.2em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a {
  /* color: #00559E; #005AA7; #1e5cce; */
  color: #0d59dd;
  text-decoration: none;
}
a:visited {
  /*color: #4500a6; #4d21a6; #704fbc;*/
  color: #7c54d8;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


hr {
  clear: both;
  border: none;
  border-top: 1px solid #D3D3D3;
  border-bottom: 5px solid #F5F6F7;
  ~height: 6px;
  margin-bottom: 1.2em;
}


abbr {
  cursor: help;
  border: none;
}
abbr:hover { border-bottom: 1px dotted #bbb; }


img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 1.33em;
  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: .64em;
}
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 abbr: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 {
  overflow: hidden;
  _overflow: visible;
  margin-bottom: .7em;
}
.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 15px;
  float: left;
}
.fi_inl li {
  float: left;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  color: #333;
  display: block;
  font-size: 1em;
  padding-bottom: 2px;
  font-weight: normal;
}

label i {
  font-style: normal;
  font-size: .92em;
  color: #6c6c6c;
}


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 #DCDCD9;
  background: #fff;
  color: #555;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #ccc;
}

.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: #686B6D;
  border: 1px solid #8A8A8A;
  color: #fff;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {

}


.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; }


abbr.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
abbr.req:hover { border: none; }






/* *****  clear  ***** */
.clear {height:0;line-height:0;font-size:1px;clear:both;}




/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 978px;
  margin: 0 auto;
  text-align: left;
  background: url(i/pgwrap-bg.png) repeat-y;
}



.pghead {
  background: #fff url(i/pghead-bg.png) no-repeat 0 100%;
  padding-bottom: 34px;
}

.pghead .wrap {
  min-height: 182px; _height: 182px;
  background: url(i/pghead-wrap-bg.png) no-repeat 0 93px;
}

.pghead .brand {
  font-size: 1em;
  margin: 0;
}
.pghead .brand a {
  display : block;
  position : relative;
  z-index: 10;
  float: left;
}

.pghead .brand a:hover,
.pghead .brand a:focus,
.pghead .brand a:active {
  text-decoration: none;
}

.pghead .brand img.logo {
  vertical-align: middle;
  margin: 7px 0;
}

.pghead .brand .slogan {
  font-size: 1.7em;
  font-family: Georgia, serif;
  text-transform: uppercase;
  color: #0D0D0F;
  letter-spacing: 1px;
  top: 50px;
  position: absolute;
  z-index: 1;
}

.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */

.pgmain {
  float: left;
  margin-left: 241px;
  width: 722px;
  _display: inline;
}

.threecol .pgmain {
  width: 578px;
  margin-right: 144px;
}
.onecol .pgmain {
  margin-top: -1px;
  margin-left: 15px;
  background: #fff none;
  width: 948px;
}

.pgmain .wrap {
  padding: 0 42px 16px;
  min-height: 300px; _height: 300px;
}
.pgmain .wrap .wrap {
  padding: 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}

/* .(left|right)col defined in 2col-split.jsp */
.pgmain .leftcol,
.pgmain .rightcol {
  clear: both;
  width: 306px;
  float: left;
}
.pgmain .rightcol {
  float: right;
  clear: none;
}




.pgextra1 {
  float: left;
  width: 144px;
  margin-left: -144px;
  _margin-left: -145px;
  _display: inline;
}

.pgextra2 {
  float: left;
  width: 218px;
  margin-left: -940px;
  _display: inline;
}

.pgextra2 .wrap {
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pgfoot {
  clear: both;
  background: #fff url(i/p5-bg.png) 0 0 no-repeat;
  padding-top: 24px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.onecol .pgfoot {
  background-position: 0 -1px;
}


.pgfoot .wrap {
  padding: 10px 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pgfoot .wrap .wrap {
  padding: 0;
}


.pgutils {
  position: absolute;
  top: 15px;
  margin-top: -.5em;
  right: 13px;
  text-align: right;
}
.pgutils > *,
.pgutils > .wrap > * { /* backwards compatibility */
  display: inline-block;
  ~display: inline;
  ~zoom:1;
  vertical-align: middle;
}







/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.pgmain h1.pagetitle,
.article .boxbody h1,
.boxhead {
  padding: 9px 0 4px;
  margin: 0 0 .3em;
  font-size : 1.17em;
  font-family: Georgia, serif;
  font-size: 1.8em;
  font-weight: normal;
  color: #002B7C;
  background: url(i/boxhead-bot.png) no-repeat 0 100%;
  line-height: 1.2;
}

.threecol .pgmain h1.pagetitle,
.threecol .article .boxbody h1,
.threecol .boxhead {
  background-image: url(i/boxhead-bot-3col.png);
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }

.nohead .boxhead { display: none; }


.pgextra2 .boxhead {
  font-size: 1.2em;
  font-weight: bold;
  background: none;
}

.pgextra2 .sbox {
  margin: 0 16px 1em;
  clear: both;
}

.pgextra1 .sbox {
  border-top: 9px solid #0052A2;
  margin-top: -1px;
  margin-bottom: 1em;
  clear: both;
}

.pgextra1 .sbox .boxhead {
  display: block;
  padding: 8px 12px 9px 29px;
  color: #272A2C;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: #fff url(i/more-arrow.png) no-repeat 16px 1.2em;
  margin: 0;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.pgextra1 .sbox .boxbody {
  background: url(i/snav-sep.png) no-repeat;
  padding: 7px 16px;
  line-height: 1.4;
}



.mboxes {
  border: 1px solid #E0E0E0;
  background: #F4F4F4;
  margin-bottom: 10px;
  padding: 0 0 8px;
  position: relative;
}

.mboxes:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.mbox {
  float: left;
  margin: 10px 0 0 14px;
  _display: inline;
  position: relative;
}

.mbox,
.mbox-1_4 { width: 227px; } /* == 1colW */
.mbox-2_4 { width: 468px; } /* == (1colW * 2) + 14 */
.mbox-3_4 { width: 709px; } /* == (1colW * 3) + (14 * 2) */
.mbox-4_4 { width: 950px; } /* == (1colW * 4) + (14 * 3) */
.mbox-1_6 { width: 347px; }
.mbox-1_3 { width: 306px; }

.wrap .mbox .boxhead {
  background: #fff;
  font-size: 1.3em;
  float: left;
  padding: 9px 18px 2px 13px;
  margin: 0 0 -1px;
  position: relative;
  z-index: 10;
  right: auto;
  left: auto;
  color: #343434;
  background: url(i/mbox-boxhead-left.png) no-repeat;
}
.mbox.mbox-notab .boxhead {
  float: none;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
}

.pgmain .mbox .boxhead {
}

.mbox .boxhead span {
  background: url(i/mbox-boxhead-right.png) no-repeat 100% 0;
  margin: -9px -18px -2px -13px;
  padding: 9px 18px 2px 13px;
  display: block;
}
.mbox.mbox-notab .boxhead span {
  margin: 0;
  padding: 0;
  display: inline;
  background: 0;
}

.mbox .boxbody {
  border-top: 1px solid #e2e2e2;
  padding: 26px 12px 12px 12px;
  clear: left;
  background: url(i/mbox-bottom.png) no-repeat 0 100%;
}
.mbox.mbox-notab .boxbody {
  padding-top:    10px;
}

.mbox-2_4 .boxbody { background-image: url(i/mbox-bottom-2_4.png); }
.mbox-3_4 .boxbody { background-image: url(i/mbox-bottom-3_4.png); }
.mbox-4_4 .boxbody { background-image: url(i/mbox-bottom-4_4.png); }
.mbox-1_6 .boxbody { background-image: url(i/mbox-bottom-1_6.png); }




/* Full column mbox*/
/* FIXME:  Test case missing. -- Már 2012-02  */
.home .mbox-1_1 .boxbody { /* global */ padding-left: 0; }
.mbox-1_1,
.home .news.mbox-1_1 .items { position: relative; width: 948px; }

.home .pgmain .news.mbox-1_1 .boxbody {
  background-image: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.home .news.mbox-1_1 .item {
  width: 410px;
  float: left;
  margin-left: 55px;
  background: none;
  padding-bottom: 12px;
}
.home .mbox-1_1 .item:nth-child(2n+1) {
  clear: left;
}

.mbox .boxbody .boxbody {
  background: none;
  padding: 0;
  clear: none;
  border: none;
}

.mbox .moreolder {
  position: absolute;
  right: 0;
  top: 8px;
  margin-left: 10px;
  line-height: 1.2;
}

.mboxes .moreolder.static {
  position: absolute;
  left: 160px;
  top: 18px;
  line-height: 1.2;
}




.qbox {
  width: 306px;
  float: left;
  margin-left: 25px;
  width: 48.03%;
  margin-left: 3.93%;
}
/* .(left|right)col defined in 2col-split.jsp */
.pgmain .leftcol .qbox,
.pgmain .rightcol .qbox {
  float: none;
  margin-left: 0;
  width: auto;
}

.qbox-first {
  margin-left: 0;
  clear: both;
}
.qbox-first:before {
  content: " ";
  display : block;
  width: 200%;
  overflow : hidden;
}

.qbox .boxhead {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  color: #272727;
  background: #dfdfdf url(i/qbox-boxhead.png) 0 0 repeat-x;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 5px 2px 5px 12px;
}

.qbox .boxbody {
  padding: 8px 12px 10px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.qbox .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.qbox-1_3 {
  width: 196px;
  width: 30.71%;
}
.qbox .item h3 {
  font-size: 1.1em;
}








.rbox {
  width: 306px;
  float: left;
  padding-left: 20px;
  margin-left: 5px;
  background: url(i/rbox-sep.png) no-repeat;
  min-height: 300px; _height: 300px;
}

.rbox-big {
  width: auto;
  float: none;
  padding-left: 0;
  margin-left: 0;
  background: none;
  min-height: 0; _height: 0;
}

.rbox .boxhead {
  font-size: 1.45em;
  color: #272727;
  background: none;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}

.rbox .boxbody {
  padding: 8px 0 10px 12px;
  background: none;
}

.rbox-left {
  padding-left: 0;
  margin-left: 0;
  background: none;
}

.rbox-left .boxbody {
  padding-right: 12px;
}




.wrap .tabpane-hidden,
.wrap .tabpane-active .boxhead,
.tabarticle .tabpane-active h2 { position:absolute;right:9999px;left:auto; }




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */



/* ******  meta  ****** */
.meta {
  color: #6c6c6c;
  display: block;
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.meta span span { padding: 0; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #6c6c6c; }





/* ****** external/file link icons ****** */
/*
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"],
a[href$=".xlsx"],
*/



a.external span.icon,
a.file_doc span.icon,
a.file_docx span.icon,
a.file_pdf span.icon,
a.file_xls span.icon,
a.file_xlsx span.icon {
  margin: 0 2px 0 0;
  background: url(i/file-icons.png) 100% 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 16px;
}

a.external span.icon {
  background-position: 100% -125px;
  width: 13px;
  height: 10px;
  vertical-align: middle;
}

/*
a[href$=".doc"],
a[href$=".docx"],
*/
a.file_doc span.icon,
a.file_docx span.icon { background-position: 100% -40px; }

/*
a[href$=".xls"],
a[href$=".xlsx"],
*/
a.file_xls span.icon,
a.file_xlsx span.icon { background-position: 100% -80px; }


a.file_audio span.icon {
  display:inline-block;
  --display: inline;
  --zoom:1;
  margin: 0 2px 0 4px;
  width: 18px;
  height: 16px;
  background: transparent url(i/file-audio.png) no-repeat left 0px;
}

ul .mediaplayer {
  padding-top: 4px;
  display: block;
}




/* ******  buttons  ****** */
.more,
.buttons,
.moreolder {
  display: block;
  white-space: nowrap;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a {
  float: left;
  padding: 0 10px 0 0;
  border: none;
}
.wrap .more a {
  text-decoration: underline;
}

div.wrap .moreolder a {
  padding-left: 18px;
  background: url(i/moreolder-arrow.png) no-repeat 0 .2em;
  font-size: .92em;
  text-decoration: none;
}

.wrap .buttons {
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
  min-height: 21px;w
}
.wrap .buttons a {
  float: left;
  background: none no-repeat 0 50%;
  padding: 1px 10px 1px 20px;
  margin-right: 13px;
}

.wrap .buttons .btnback {
  padding-left: 14px;
  background-image: url(i/moreolder-arrow-back.png);
}
.wrap .buttons .senda {
  display: none;
}
.wrap .buttons .btnfacebook {
  background-image: url(i/btn-facebook.png);
}
.wrap .buttons span {
  float: left;
}
.wrap .buttons .twitter,
.wrap .buttons .facebook {
  margin-right: 20px;
}

.wrap .buttons .prenta {
  float: right;
  background-image: url(i/btn-print.png);
  padding-left: 22px;
  margin-right: 0;
  margin-left: 13px;
}





/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1.5em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1.2em;
  margin: 0;
}

.articlelist .item h3 a {
  color: #404040;
}

.articlelist .item h3 .meta {
  font-size: .75em;
}

.articlelist .summary { line-height: 1.5; }

.articlelist .summary p { margin: 0; }

.articlelist img {
  float: right;
  margin: .2em 0 .33em 1.2em;
  padding: 1px;
  border: 1px solid #d4d4d4;
  border-radius: 1px;
  -webkit-box-shadow: rgba(0,0,0, .25) 0 0 2px;
  box-shadow:         rgba(0,0,0, .25) 0 0 2px;
}

.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: 1em;
}
.articlelist li a {
  color: #272727;
}
.twocol .articlelist .item.col-1_2 {
  float: left;
  width: 302px;
  margin-right: 16px;
  margin-bottom: 2.5em;
}


.articlelist.imgbox-left img {
  float: none;
  margin: 0;
}
.articlelist.imgbox-left .img {
  float: left;
  margin: .2em 1.2em .33em 0;
}






/* ****  news (extends: articlelist)  **** */

.news .boxbody {
  padding-left: 34px;
  padding-right: 0;
}

.home .news .boxbody {
  padding-left: 50px;
  padding-right: 0;
}

.news .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.news .items {
  float: left;
  width: 370px;
  padding-top: 2px;
}

.home .news .item,
.home .news .items {
  width: 360px;
}

.news .item {
  position: relative;
  overflow: visible;
}

.home .news .item {
  background: url(i/news-sep.png) no-repeat 0 100%;
  padding-bottom: 20px;
}
.home .news.mbox-1_1 .item .more a {
 color: #272727;
}

.news .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.news .itm2 {
  background: none;
}

.js-active .news .item .meta span {
  display: block;
  padding: 0;
  margin: 0;
}
.js-active .news .item .meta .date,
.js-active .news .item .meta .time {
  text-align: center;
  left: -38px;
  top: 5px;
  position: absolute;
  background: url(i/news-meta.png) no-repeat 0 100%;
  border-top: 3px solid #AF001E;
  width: 28px;
  padding-bottom: 7px;
  line-height: 1;
}
.js-active .news .item .meta .date {
  font-family: Georgia, serif;
}
.js-active .news .item .meta .time {
  border-top: none;
  top: 10px;
  margin-top: 2.5em;
}

.news .item .meta .day {
  font-size: 1.5em;
  padding-bottom: 2px;
}

.news .item h3 {
  font-size: 1em;
}

.news ul {
  float: right;
  clear: none;
  width: 250px;
}
.news ul li a {
  font-weight: bold;
}

.news .moreolder-clone {
  clear: right;
  float: right;
  position: static;
  margin: 0;
  width: 250px;
  overflow: hidden;
}


.home .news ul,
.home .news .moreolder {
  padding-right: 10px;
}

a.rsslink {
  position: absolute;
  top: 8px;
  right: 10px;
  background: url(i/icn-rss.gif) 0 .1em no-repeat;
  font-size: .92em;
  padding-left: 18px;
  margin: 10px 15px 0 0;
}
.news a.rsslink {
  margin: 0;
}



/* ******  article  ****** */

.article .boxhead { position:absolute;right:19999px;left:auto; }
.boxtitle .boxhead { position : static; }

.article .boxbody {
  line-height: 1.55;
  ~zoom:1;
}
.article .boxbody:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.article .meta {
  margin-bottom: 0;
}

.article a {
  border-bottom: 1px dotted #bbb;
}
.article .boxbody a:hover,
.article .boxbody a:focus,
.article .boxbody a:active {
  text-decoration: none;
  border-bottom-color: #cf546b;
  border-bottom-color: #b70022;
}

.wrap .boxtitle .boxbody h1 {
  color: #404040;
  font-size: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  background: none;
  padding-bottom: 0;
  padding-top: 0;
  font-weight: bold;
}

.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  margin-top: 0;
  /* margin-bottom: -4px; */
  margin-bottom: 0;
  color: #606060;
}

.article .boxbody h2 {
  font-size: 1.5em;
  font-weight: normal;
}

.article .boxbody h3 {
  font-size: 1.2em;
}

.article .boxbody h4 {
  margin-bottom: 0;
}

.article .boxbody h2 a,
.article .boxbody h3 a,
.article .boxbody h4 a {
  color: #404040;
}


.article .boxbody .subtitle {
  color: #606060;
  clear: none;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 1.2em;
  font-weight: bold;
}
.article .summary {
  color: #6c6c6c;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }

.article img {
  /* clear: both; */
  vertical-align: text-bottom;
}
.article img.border,
.article img.borderl,
.article img.borderr,
.article img.borderc {
  padding: 1px;
  border: 1px solid #d4d4d4;
  border-radius: 1px;
  -webkit-box-shadow: rgba(0,0,0, .25) 0 0 2px;
     -moz-box-shadow: rgba(0,0,0, .25) 0 0 2px;
      -ms-box-shadow: rgba(0,0,0, .25) 0 0 2px;
       -o-box-shadow: rgba(0,0,0, .25) 0 0 2px;
          box-shadow: rgba(0,0,0, .25) 0 0 2px;
}

.article img, /* legacy problem? */
.article img.left,
.article img.borderl {
  float: left;
  margin: .2em 2em 1.2em 0;
}

.article img.right,
.article img.borderr {
  float: right;
  margin: .2em 0 1.2em 2em;
}
.article img.center,
.article img.borderc {
  float: none;
  display: block;
  margin: 0 auto 1.2em auto;
  text-align: center;
}




/* old (pre 2009) styles */
.article .cimgbox {
  float: right;
  padding: .2em 0 1.2em 2em;
}
.article .cimgbox-left {
  float: left;
  padding: .2em 2em 1.2em 0;
}
.article .cimgbox img ,
.article .cimgbox-left img {
  float: none;
}
.article .cimgbox b,
.article .cimgbox-left b,
.article .cimgbox strong,
.article .cimgbox-left strong {
  display: block;
  width: 200px;
}
.article .cimgbox img,
.article .cimgbox-left img { margin: 0; }





.article table,
.article table[width] {
  width: auto;
}
.article table[align="center"] {
  margin-left: 0;
  margin-right: 0;
}

.article th,
.article td {
  font-weight: normal;
  padding: 5px;
}

.article caption {
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}

.article table.bframe, /* <-- discontinued */
.article table.frame {
  border: 1px solid #ddd;
}
.article table.frame thead th {
  border-left: 1px solid #bcd;
}
.article table.frame th,
.article table.frame td {
  border-left: 1px solid #e3e3e3;
}
.article table.frame th:first-child,
.article table.frame td:first-child {
  border-left: none;
}

.article table.bframel, /* <-- discontinued */
.article table.framel {
  border: 1px solid #ddd;
  width: auto;
  float: left;
  margin-right: 15px;
}
.article table.bframer, /* <-- discontinued */
.article table.framer {
  border: 1px solid #ddd;
  width: auto;
  float: right;
  margin-left: 15px;
}
.article table.bframec, /* <-- discontinued */
.article table.framec {
  border: 1px solid #ddd;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  text-align: center;
}


.article .compact th,
.article .compact td {
  padding-left: 5px;
  padding-right: 5px;
}

.article .th th,
.article thead th {
  background-color: #003E8F;
  color: #fff;
}
.article tr.odd th,
.article tr.odd td {
  background-color: #f8f8f8;
  border-top: 1px solid #eee;
}



.article th.accent,
.article td.accent { background : #f0f4ff; }
.article tr.odd th.accent,
.article tr.odd td.accent { background : #e4e8fa; }


.article table.compact tr {
  font-size: .92em;
}
.article th.small,
.article td.small{
  padding-top: 4px;
  font-size: .92em;
}




.article ul {
  padding-left: 8px;
  margin-bottom: 1.2em;
}
.article li { margin-bottom: .54em; }

.article ul li {
  background: url(i/article-dot.png) no-repeat 0 .7em;
  padding-left: 13px;
}


.article blockquote {
  border: 1px solid #E2E2E2;
  background: #F4F4F4;
  margin: 0 8px 1.2em;
  padding: 10px 18px 4px;
  /* font-size: .92em; */
  line-height: 1.4;
  color: #555;
}

.article .boxbody blockquote h2,
.article .boxbody blockquote h3,
.article .boxbody blockquote h4 {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #00559E;
  margin-bottom: 0;
}


.article .boxbody blockquote p,
.article .boxbody blockquote ul,
.article .boxbody blockquote ol {
  margin-bottom: .8em;
}



.paging ul { list-style: none; padding: 0; }
.paging li { clear: none; }
.paging .prev { float: left; margin-right: 1em; }



.article .chapters {
  width: 147px;
  background: url(i/chapters-bot.png) no-repeat 0 100%;
  float: right;
  margin: 0 -43px 15px 20px;
  border-right: 1px solid #eee;
}
.js-active .threecol .article .chapters {
  position: absolute;
  right: 15px;
  top: 251px;
  border-right: none;
  margin: 0 0 15px 0;
}

.article .chapters h3 {
  padding: 8px 0 0 18px;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 1.3em;
  color: #00559E;
  background: url(i/chapters-top.png) no-repeat;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.article .chapters ul {
  list-style: none;
  padding: 1px 14px 7px 19px;
  margin: 0;
  margin-left: -1px;
  margin-bottom: -1px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.article .chapters li {
  border-top: 1px solid #E2E2E2;
  margin: 0;
  background: none;
  padding-left: 0;
}

.article .chapters li:first-child {
  border: none;
}

.article .chapters li a {
  display: block;
  padding: 4px 0 3px;
  color: #272727;
  font-size: .92em;
  border: none;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.article .chapters li a:hover,
.article .chapters li a:focus,
.article .chapters li a:active {
  text-decoration: none;
}






/* ******  (DataMarket) div.widget layout  ****** */
.widget.right {
  float: right;
  margin: 0 0 10px 10px;
}
.widget.left {
  float: left;
  margin: 0 10px 10px 0;
}






/* ******  .article.legaltext  ****** */
.legaltext h1 + p,
.legaltext h1 + div,
.legaltext h2.subtitle + p,
.legaltext h2.subtitle + div {
  margin-top: 1.5em;
}

.legaltext .boxbody h2 {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 2em 0 .6em 0;
}
.legaltext .boxbody h2.subtitle {
  text-align: left;
}
.legaltext .boxbody h2 strong {
  display: block;
}

.legaltext .boxbody h3 {
  font-size: 1em;
  font-weight: bold;
  color: #272727;
  text-align: center;
  padding: 0;
  margin: 1.2em 0 .6em 0;
}
.legaltext .boxbody h3 strong {
  display: block;
}
.legaltext .boxbody h3 em {
  color: #000;
  font-weight: normal;
  font-style: italic;
  display: block;
}
.legaltext .boxbody ol {
  padding-left: 0;
}
.legaltext .boxbody ol li {
  list-style-position: inside;
}





/* ******  shortcuts (extends: article)  ****** */

.shortcuts ul li {
  background-image: url(i/more-arrow.png);
}

.shortcuts li a {
  color: #404040;
}


/* ******  minister (extends: article)  ****** */

.minister .boxbody {
  min-height: 132px;
  _height: 132px;
  padding-right: 135px;
  padding-bottom: 32px;
}
.minister.mbox-1_4 .boxbody {
  padding-right: 12px;
}


.wrap .minister img {
  position: absolute;
  right: 2px;
  bottom: 4px;
  border: none;
  padding: 0;
  margin: 0;
}

.wrap .minister h4 {
  margin-bottom: 6px;
  color: #343434;
}

.minister ul {
  margin-bottom: 1.5em;
  margin-left: -6px;
}

.minister ul.horiz {
  border-top: 1px solid #E2E2E2;
  padding-top: 3px;
  margin: 0;
  position: absolute;
  bottom: 12px;
}

.minister ul.horiz li {
  float: left;
  background-image: url(i/more-arrow.png);
  padding-right: 10px;
}
.minister ul.horiz a {
  color: #262626;
  border-width: 0;
}
.minister ul.horiz a:hover,
.minister ul.horiz a:focus,
.minister ul.horiz a:active {
  border-width: 1px;
}







/* ******  collapse-h4 (extends: article)  ****** */
.collapse-h4 .boxhead,
.collapse-h4 .boxbody h1 {
  margin-bottom: 2px;
}

.collapse-h4 h4 {
  padding: 8px 20px;
  background: url(i/collapse-icons.png) 2px 13px no-repeat;
  border-bottom: 1px solid #e8e8e8;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.collapse-h4 .collapsebox h4 {
  background: transparent none;
}
.collapse-h4 .collapsebox h4 a {
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
  border: none;
  position: relative;
  background: url(i/collapse-icons.png) 2px 13px no-repeat;
  padding: 8px 20px;
  margin: -8px -20px;
  outline: none;
}
.collapse-h4 .boxbody .collapsebox-open h4 a {
  background-position: 2px -87px;
  color: #0052a2;
}

.collapse-h4 .collapsecontent {
  display: none;
  padding: 8px 20px 1px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 10px 0;
}
.collapse-h4 .collapsebox-open .collapsecontent {
  display: block;
}
.collapsebox .collapsecontent p,
.collapsebox .collapsecontent ul,
.collapsebox .collapsecontent ol {
  margin-bottom: .5em;
}

.collapse-h4 .boxbody h2,
.collapse-h4 .boxbody h3 {
  margin-top: 1em;
}






/* ******  imagebox  ****** */

.imgbox,
.imagebox {
  -webkit-box-sizing:    border-box;
  -moz-box-sizing:       border-box;
  box-sizing:            border-box;
  line-height: 1.2;
  font-size: .85em;
  float: right;
  clear: right;
  padding: 0 0 .75em 12px;
  background: #fff;
  color: #666;
  max-width: 270px;
  *max-width: 258px;
}
.imgbox.left,
.imgbox-left .imgbox,
.imgbox-left .imagebox {
  float: left;
  clear: left;
  padding-left:   0;
  padding-right:  15px;
  padding-bottom: 0; /* asssume that articles with left-aligned imagebox are short */
  max-width: 273px;
  *max-width: 258px;
}

p[class].imgbox {
  max-width: 75%;
  *max-width: 258px;
}

.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.imgbox .boxbody,
.imagebox li.image {
  margin: 0 0 1em 0;
  padding: 0;
  background: none;
}

.imagebox .imagelist .img {
  width: auto;
  height: auto;
  display: block;
  text-align: center;
}
.wrap .imgbox a,
.wrap .imagebox a {
  border: 0;
}

.imgbox img[src],
.imagebox img[src] {
  -webkit-box-sizing:    border-box;
  -moz-box-sizing:       border-box;
  box-sizing:            border-box;
  float: none;
  clear: none;
  margin: 2px;
  padding: 1px;
  border: 1px solid #d4d4d4;
  border-radius: 1px;
  -webkit-box-shadow: rgba(0,0,0, .25) 0 0 2px;
     -moz-box-shadow: rgba(0,0,0, .25) 0 0 2px;
      -ms-box-shadow: rgba(0,0,0, .25) 0 0 2px;
       -o-box-shadow: rgba(0,0,0, .25) 0 0 2px;
          box-shadow: rgba(0,0,0, .25) 0 0 2px;
  max-width: 100%;
  *max-width: 250px;
}


.imgbox b,
.imgbox strong,
.imgbox i,
.imgbox em,
.imgbox .imgcontent,
.imagebox .longdesc,
.imagebox small.credit {
  display: block;
  font-style: normal;
  background-color: #f2f2f2;
  padding: 6px 4% 10px 4%;
  margin-top: 4px;
  max-width: 100px;
  min-width: 92%;
  *max-width: 250px;
  *min-width: none;
}
.imgbox b + i,
.imgbox strong + em {
  position: relative;
  padding-top: 0;
  margin-top: -10px;
}

p.imgbox.center {
  float: none;
  padding: 0;
  display: block;
  max-width: 100%;
  margin: 0 auto .7em auto;
  text-align: center;
}
.imgbox.center img[src] {
  margin-left:  0;
  margin-right: 0;
  *max-width: 98%;
}

.imagebox small.credit {
  position: relative;
  padding-top: 0;
  margin-top: -5px;
  padding-bottom: 8px;
  font-size: .91em;
  color: #aaa;
}

.imgbox .imgcontent strong,
.imagebox .longdesc strong.title {
  display: block;
  background: 0;
  padding: 0;
  margin: 0;
  max-width: none;
}

.imgbox .pgno,
.imgbox .pgr {
  display: inline-block;
  margin: 4px;
}

.imgbox .pgr {
  float: right;
}

.imgbox .pgs .current {
  display: inline;
  padding: 0;
  margin-left: 4px;
  background-color: #ffffff;
}



/* *** imgdec *** */

.imgdec {
  clear: both;
}

.imgdec .boxbody {
  padding-bottom: 7px;
}

.imgdec .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.imgdec img {
  float: left;
  margin-left: 25px;
  padding: 1px;
  border: 4px solid #eee;
  /*border: 4px solid #d4d4d4;*/
  border-radius: 1px;
  -webkit-box-shadow: rgba(0,0,0, .25) 0 0 2px;
     -moz-box-shadow: rgba(0,0,0, .25) 0 0 2px;
      -ms-box-shadow: rgba(0,0,0, .25) 0 0 2px;
       -o-box-shadow: rgba(0,0,0, .25) 0 0 2px;
          box-shadow: rgba(0,0,0, .25) 0 0 2px;
}

.imgdec img.first,
.imgdec img:first-child {
  margin-left: 0;
}



/* ****  qlinks  **** */

.qlinks li {
  background: url(i/more-arrow.png) no-repeat 0 .6em;
  padding: 2px 7px 2px 14px;
  display: block;
  margin-bottom: 3px;
}

.qlinks li a {
  color: #272727;
}



/* *** modal popup *** */

.modalpop {
    position: absolute;
    top:  0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    text-align: center;
}
.modalpop .curtain {
    position: fixed;
    top:  0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .75);
}
.msie .modalpop .curtain {
    background-color: #000;
    filter: alpha(opacity=75);
}

.modalpop .popwin {
    position: relative;
    top: 32px;
    margin: 0 0 32px 0;
    padding: 20px 20px 10px;

    width: 666px;
    border: 1px solid #c8c8c8;
    background: #fff;
    text-align: left;
    display: inline-block;
    *display:inline;*zoom:1;
}

.modalpop a.closebtn {
    position: absolute;
    z-index: 5;
    top: 4px;
    right: 4px;

    overflow:hidden;
    white-space: nowrap;
    letter-spacing: -.4em;
    text-indent: 150%;
    text-align: left;

    background: url(i/popup-close.png) 0 0 no-repeat;
    width: 28px;
    height: 24px;
}


.imgpopper .popwin {
    width: 600px;
    padding: 4px;
    text-align: center;
}
.imgpopper .img {
    display: block;
}
.imgpopper .image img {
    max-width: 100%;
}
.imgpopper .longdesc {
  margin-top: .5em;
  min-height: 3em;
}
.imgpopper .title {
    color: #666;
}
.imgpopper .descr {
    display: block;
    padding: 0;
    color: #666;
    /*font-size: 1.33em;*/
    position: relative;
    z-index: 10;
}

.imgpopper .paging a {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;

    overflow:hidden;
    white-space: nowrap;
    letter-spacing: -.4em;
    text-indent: 150%;
    text-align: left;

    width: 50%;
    height: 100%;
    outline: 0;

    opacity: .25;
    filter: alpha(opacity=25);
    background: url(i/popup-prev.png) 0 50% no-repeat;
    *background-position: -100% 50%;
}
.imgpopper .paging a:hover,
.imgpopper .paging a:focus,
.imgpopper .paging a:active {
    opacity: 1;
    filter: none;
    *background-position: 0 50%;
}

.imgpopper .paging .next a {
    z-index: 2;
    right: 4px;
    left: auto;
    background: url(i/popup-next.png) 100% 50% no-repeat;
    *background-position: 150% 50%;
}
.imgpopper .paging .next a:hover,
.imgpopper .paging .next a:focus,
.imgpopper .paging .next a:active {
    *background-position: 100% 50%;
}
.imgpopper .paging li.nav-end { display: none; }

.imgpopper .paging .status {
    font-size: .918em;
    margin-top: .5em;
}
.imgpopper .paging .status b,
.imgpopper .paging .status strong {
    font-weight: normal;
}













/* ******  virtualbrowser  ****** */
.virtualiframe-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:10;
  background-color: rgba(41,41,47, .90);
}
.msie .virtualiframe-container {
  background: url(i/vb-curtain.png) 0 0 repeat;
}

.virtualiframe {
  background-color: #f4f4f4;
  border: 2px solid #fff;
  border-bottom:none;
  width:648px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
  position: relative;
}
.virtualiframe .closebtn {
  background-color: #0052a2;
  padding: 4px 8px;
  color: #fff;
  font-size: .847em;
  position: absolute;
  top:-2px;
  right:-2px;
}
.virtualiframe .boxhead {
  background-color: #fff;
  color: #0052a2;
  padding: 16px 0 18px 36px;
  font-size: 2em;
}

/* ******  virtualbrowser - loginbox/subscr  ****** */
.virtualiframe .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.virtualiframe .boxbody {
  width:390px;
  margin: 0 auto;
  padding-right: 100px;
  padding-top: 27px;
}
.virtualiframe .boxbody h2 { position:absolute;right:9999px;left:auto; }
.virtualiframe .boxbody p {
  font-weight: bold;
  color: #606060;
  font-size: 1.167em;
}
.virtualiframe .boxbody p.fi_txt,
.virtualiframe .boxbody p.more,
.virtualiframe .boxbody p.fi_btn {
  font-weight: normal;
  font-size: 1em;
}
.virtualiframe .fi_btn,
.virtualiframe .fi_txt {
  clear: both;
  margin-bottom: 10px;
  float: left;
}
.virtualiframe .fi_txt {
  width:387px;
}
.virtualiframe .fi_txt label {
  color: #606060;
  float: left;
  padding: 6px 0;
  width:100px;
  text-align: right;
  margin-right: 4px;
}
.virtualiframe .fi_txt input {
  float: left;
  width:277px;
  padding: 6px 2px;
}
.virtualiframe .f_row {
  clear: both;
}
.virtualiframe .f_row .fi_txt {
  padding-right: 0;
}
.virtualiframe .more,
.virtualiframe .fi_btn {
  clear: both;
  float: right;
  ~float:none;
}
.virtualiframe .more:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.virtualiframe .more {
  margin-top: 15px;
}
.virtualiframe .fi_btn input {
  padding: 4px 6px;
  border-color:#686b6d;
  float: right;
  margin-right: 3px;
}
.virtualiframe .more {
  margin-right: 3px;
}
.virtualiframe .more a {
  background-color: #fff;
  border: 1px solid #dad8d2;
  color: #686b6d;
  display: block;
  padding: 4px 6px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
}
.virtualiframe .subscriptions {
  color: #606060;
}
.virtualiframe .subscriptions .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.virtualiframe .subscriptions .boxbody {
  width:310px;
  margin: 0 auto;
}
.virtualiframe .subscriptions .boxbody .tcol3,
.virtualiframe .subscriptions .boxbody .act { position:absolute;right:9999px;left:auto; }
.virtualiframe td.fi_chk {
  width: 50px;
}
.virtualiframe td.fi_chk + td {
  width: 450px;
}
.subscriptions .boxbody thead th,
.virtualiframe .subscriptions .boxbody thead th  { position:absolute;right:9999px;left:auto; }
.virtualiframe .subscriptions .boxbody th,
.virtualiframe .subscriptions .boxbody td {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 6px 2px;
}
.virtualiframe .subscriptions .fi_btn input {
  border-color:#e0dfd8;
}
.virtualiframe .subscriptions div {
    padding-left: 35px;
}







/* ******  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: #6c6c6c;
  padding-left: .5em;
}
.quizbox span.bar {
  display: block;
  background-color: #ddd;
}
.quizbox .results .bar img {
  height: .91em;
  background: #888;
}
.pgmain p.morequizes { overflow: hidden; }


/* ******  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: #6c6c6c;
  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,
.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 {
  width: 9em;
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {
  margin-left: 9em;
  _margin-left: 9.2em;
}
.contactform textarea { width: 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  top: 154px;
  right: 33px;
  width: 900px;
  font-size: 0.92em;
  text-align: right;
  color: #fff;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.wrap .breadcrumbs b a,
.wrap .breadcrumbs a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
.breadcrumbs i { font-style: normal; }


.wrap .breadcrumbs a:hover,
.wrap .breadcrumbs a:focus,
.wrap .breadcrumbs a:active {
  color: #fff;
}


/* ******  mnav  ****** */

.mnav {
  position: absolute;
  top: 123px;
  left: 1px;
  width: 973px;
  margin-top: -1em;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody {
  padding: 0;
  font-size: 1.08em;
  font-weight: bold;
}

.mnav ul {}
.mnav li {
  _display: inline;
  float: left;
  background: url(i/mnav-sep.png) no-repeat 100% 100%;
}

.mnav .boxbody a {
  display: block;
  padding: 8px 16px 6px;
  color: #fff;
}

.wrap .mnav .parent a,
.wrap .mnav .current a {
  outline: none;
  background: #005CAB url(i/mnav-current.png) repeat-x;
  border-right: 1px solid #464a4d;
  color: #fff;
  text-decoration: none;
}

.wrap .mnav .homecurrent a {
  background: #005CAB url(i/mnav-homecurrent.png) repeat-x;
}

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  color: #fff;
}



/* ******  snav  ****** */
.snav {
  margin-top: -1px;
  margin-bottom: 1em;
}
.home .snav { display: none; }

.snav .boxhead {
  position: absolute;
  top: 161px;
  left: 20px;
  color: #fff;
  margin-top: -.6em;
  background: none;
  padding: 0;
  font-size: 1.7em;
  font-weight: normal;
  width: 500px;
}
.snav .boxbody {
  border-top: 9px solid #0052A2;
}

.snav li {
  _display: inline;
}

.snav li a {
  display: block;
  padding: 8px 12px 9px 29px;
  color: #272A2C;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: url(i/more-arrow.png) no-repeat 16px 1.2em;
}

.snav .parent,
.snav .current {
  background: #fff url(i/snav-sep-w-arrow.png) no-repeat;
}

.snav .parent a,
.snav .current a {
  background: url(i/snav-sep.png) no-repeat 0 100%;
  font-weight: bold;
}

.snav li.menu-seperator {
  border-top: 3px double #ddd;
}


/* l2 */

.snav .level2 {
  background: #F4F4F4;
  border-right: 1px solid #E2E2E2;
  padding: 4px 0;
}

.snav .level2 li {
  background: none;
}

.snav .level2 li a {
  background: none;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 4px;
  color: #404040;
  padding-left: 39px;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
  color: #0052A2;
}

/* l3 */

.snav .level2 .level3 {
  background: #fafafa url(i/snav-l3-bg.png) no-repeat 14px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 2px 0 4px 0;
  padding: 2px 0;
}

.snav .level2 .level3 li a {
  font-weight: normal;
  background: none;
  color: #404040;
  font-size: .92em;
  padding-left: 50px;
}
.snav .level2 .level3 .parent a,
.snav .level2 .level3 .current a {
  color: #0052A2;
}


.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  color: #000;
}

/* l4 */
.snav .level2 .level3 .level4 {
  margin: 1px 0 6px 0;
}
.snav .level2 .level3 .level4 li a {
  color: #404040;
  padding-left: 67px;
}

.snav .level2 .level3 .level4 .parent a,
.snav .level2 .level3 .level4 .current a {
  color: #0052A2;
}




/* ******  yearindex  ****** */

.yearindex {
  width: 147px;
  background: url(i/chapters-bot.png) no-repeat 0 100%;
  margin: 33px -1px 15px -5px;
  border-right: 1px solid #E2E2E2;
  float: right;
}

.yearindex .boxhead {
  padding: 12px 0 0 18px;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 1.3em;
  color: #00559E;
  background: url(i/chapters-top.png) no-repeat;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.yearindex .boxbody {
  list-style: none;
  padding: 1px 14px 7px 19px;
  margin: 0;
  margin-left: -1px;
  margin-bottom: -1px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.yearindex li {
  border-top: 1px solid #E2E2E2;
  margin: 0;
  background: none;
  padding-left: 0;
}

.yearindex li:first-child {
  border: none;
}

.yearindex li a {
  display: block;
  padding: 4px 0 3px;
  color: #272727;
  font-size: 1em;
  font-weight: bold;
  border: none;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.yearindex span {
  display: none;
}

/* l2 */

.yearindex ul ul {

}

.yearindex ul ul li {
  border: none;
}

.yearindex ul ul li a {
  font-size: .92em;
  font-weight: normal;
}





/* *******  droplinks-trigger  ******* */

.droplinks-trigger {
  position: absolute;
  top: 85px;
  right: 0;
  width: 200px;
  line-height: 1.2;
}

.droplinks-trigger ul {
  float: right;
}

.droplinks-trigger li {
  background: url(i/dtrigger-left.png) no-repeat;
  float: left;
}

.wrap .droplinks-trigger a {
  background: url(i/dtrigger-right.png) no-repeat 100% 0;
  padding-right: 14px;
  color: #fff;
  font-size: .92em;
  padding: 6px 32px 6px 18px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  font-weight: bold;
  float: left;
  outline: none;
}

.wrap .droplinks-trigger a:hover,
.wrap .droplinks-trigger a:focus,
.wrap .droplinks-trigger a:active {
  text-decoration: underline;
  color: #fff;
}





/* ******  monthlist ****** */

.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.monthlist table {
  width: 100%;
}

.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 .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; }



.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: #272727;
}
.dateinfo ul {
}
.dateinfo li {
  border-top: 1px solid #ccc;
}
.dateinfo li a {
  padding: 2px 8px 2px 4px;
}
.evwrap .dateinfo li a {
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
  font-weight: normal;
}





/* ******  advert  ****** */

.advert,          /* depricated (trips up AdBlock) */
.advert-noborder, /* depricated (trips up AdBlock) */

.imglink,
.imglink-noborder {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.advert .boxhead,          /* depricated (trips up AdBlock) */
.advert-noborder .boxhead, /* depricated (trips up AdBlock) */

.imglink .boxhead,
.imglink-noborder .boxhead { text-align: left; }

.advert .boxbody,          /* depricated (trips up AdBlock) */
.advert-noborder .boxbody, /* depricated (trips up AdBlock) */

.imglink .boxbody,
.imglink-noborder .boxbody { text-align: center; }


.advert img,          /* depricated (trips up AdBlock) */
.advert-noborder img, /* depricated (trips up AdBlock) */

.imglink img,
.imglink-noborder img { margin-bottom: 1em; }


.advertlist, /* depricated (trips up AdBlock) */

.imglinklist {
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 6px;
  padding-top: 1em;
  background: url(i/advertlist-bg.png) no-repeat 0 100%;
}

.advertlist:after, /* depricated (trips up AdBlock) */

.imglinklist:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.advertlist .advert,           /* depricated (trips up AdBlock) */
.advertlist .advert-noborder,  /* depricated (trips up AdBlock) */
.advertlist .imglink,          /* depricated (trips up AdBlock) */
.advertlist .imglink-noborder, /* depricated (trips up AdBlock) */
.imglinklist .advert,          /* depricated (trips up AdBlock) */
.imglinklist .advert-noborder, /* depricated (trips up AdBlock) */

.imglinklist .imglink,
.imglinklist .imglink-noborder {
  float: left;
  width: auto;
  margin: 0 8px 0;
  _display: inline;
  background: url(i/advertlist-advert.png) no-repeat;
  padding: 3px;
  width: 139px;
  min-height: 67px; _height: 67px;
}

.EPLICA_loggedin .imglinklist .advert,          /* depricated (trips up AdBlock) */
.EPLICA_loggedin .imglinklist .advert-noborder {/* depricated (trips up AdBlock) */
  background-color: #ff9;  /* to help webmasters find .advert boxes that still need renaming to .imglink */
}


.advertlist .advert-noborder,  /* depricated (trips up AdBlock) */
.advertlist .imglink-noborder, /* depricated (trips up AdBlock) */
.imglinklist .advert-noborder, /* depricated (trips up AdBlock) */

.imglinklist .imglink-noborder {
  background: none;
}

.advertlist .advert img,            /* depricated (trips up AdBlock) */
.advertlist .advert-noborder img,   /* depricated (trips up AdBlock) */
.advertlist .imglink img,          /* depricated (trips up AdBlock) */
.advertlist .imglink-noborder img, /* depricated (trips up AdBlock) */

.imglinklist .imglink img,
.imglinklist .imglink-noborder img {
  margin-bottom: 0;
}

.home .imglinklist .imglink.col-1_4 {
  float: left;
  margin: 0 8px 0;
  _display: inline;
  background: none;
  padding: 0;
  width: 226px;
  min-height: 73px; _height: 73px;
}

/* ****** adparent ***** */

.adparent {
  background: url(i/adparent-bot.png) no-repeat 0 100%;
  text-align: center;
  width: 645px;
  clear: both;
  _margin: 0 -5px;
}

.adparent .wrap {
  padding: 0;
  margin: 0;
  min-height:0; _height:0;
}

.adparent .boxhead {
  text-align: left;
  font-size: 1.5em;
  margin-bottom: 24px;
}

.adparent .advert {
  display: inline;
  margin: 0 10px;
}

.wrap .adparent .advert a:hover,
.wrap .adparent .advert a:focus,
.wrap .adparent .advert a:active {
  text-decoration: none;
}




/* ******  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: 54px;
  margin-top: -.8em;
  right: 13px;
  width: 350px;
  text-align: right;
}

.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody { padding: 0; }

.qsearch .fi_txt input {
  width: 151px;
  padding: 2px 1px 1px 2px;
}

.qsearch .fi_btn input {
  width: 4.4em;
  padding-bottom: 1px;
  ~padding-bottom: 0;
}









/* ******  sitemap  ****** */
.sitemap .boxbody {
  padding-bottom: 3em;
}
.sitemap .level1 ul {
  margin: 0;
  padding: 5px 0 1px;
  clear: both;
}
.sitemap li {
  width: 15em;
  margin-bottom: 1em;
  position: relative;
}
.sitemap .level2 li {
  padding: 1px 0 0 26px;
  margin-bottom: .5em;
  width: 17em;
  background: url(i/sitemap-step.png) 11px 0 no-repeat;
}
.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 18px 2px 25px;
  background: #f8f8f8 none 98% 45% no-repeat;
  font-size: 1.17em;
  border: 1px solid #d9d9d9;
  color: #3f3f40;
  min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/sitemap-lock.png);
}
.sitemap .level2 a,
.sitemap .level2 i { background-color: #fff; border-color: #d9d9d9; font-size: 1em; }
.sitemap .level3 a,
.sitemap .level3 i { background-color: #f8f8f8; }
.sitemap .level4 a,
.sitemap .level4 i { background-color: #fff; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active {
  border-color: #595959;
  background-color: #747474;
  color: #fff;
  text-decoration: none;
}
.sitemap .boxbody i:hover { border-color: #aaa; }



.sitemap li.closed ul {
  display: none;
}
.sitemap .boxbody a.expand {
  position: absolute;
  top:0;
  left: 0;
  display: block;
  margin: 3px;
  padding: 0;
  width: 14px;
  height: 1.25em;
  min-height: 14px;
  overflow: hidden;
  text-indent: -999em;
  border: none;
  background: url(i/sitemap-expand.png) 0 50% no-repeat;
}
.sitemap .boxbody .level2 a.expand {
  left: 26px;
}
.sitemap .boxbody .open > a.expand {
  background-position: -500px 50%;
}
.sitemap .boxbody a.expand:hover,
.sitemap .boxbody a.expand:focus {
  background-color: transparent;
}


.wrap .sitemap .level1 a > *,
.wrap .sitemap .level1 i > * {
  display: inline;
  background: 0;
  padding: 0;
  font-size: 1em;
  border: 0;
  color: inherit;
}






/* ****** 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 6px 6px;
  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 {}




/* imgalbum-bigimage (extends: mediagallery) */

.singleimage img {
}

.singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.singleimage .imgcontent .imgtext {
  text-align: left;
  margin: 0;
}

.singleimage .pgs {
}




/* ******  gallery  ***** */

.gallery table {
  width: 100%;
}

.gallery td {
  padding: 12px;
}

.galleryitem .ctrls {
  text-align: center;
  margin-bottom: 1em;
}

.galleryitem .image,
.galleryitem .imgcontent {
  text-align: center;
  padding: 2px 0;
}




/* ******  people  ******* */

.people h3 {
}

.people table {
  width: 100%;
}

.people table th,
.people table td {
  padding: 6px 6px 6px 11px;
  border-bottom: 1px solid #F7F7F6;
}

.people th.col1 { width: 30%; }
.people th.col2 { width: 30%; }
.people th.col3 { width: 20%; }
.people th.col4 { width: 30%; }

.people table th {
  font-family: Georgia, serif;
  color: #686B6D;
  border-bottom: 1px solid #EAEAE9;
}

.people .odd td {
  background: #F7F7F6;
}

.people table td>a {
  color: #272727;
}

.people table .netfang a {
  color: #002B7C;
  text-decoration: underline;
}

.wrap .people a.close {
  display: block;
  background: #0052a2 none;
  padding: 3px 10px;
  color: #fff;
  font-size: .92em;
  margin: 0;
}
.wrap .people a.close:hover,
.wrap .people a.close:focus,
.wrap .people a.close:active {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.people .open {
  display: none;
}
.people .subrow td {
  padding: 0;
}



/* .qlinks lookalike */
.people.qlinks thead,
.people.qlinks th {
  display: none;
}
.people.qlinks td {
  border: none;
  padding: 0;
}
.people.qlinks table td>a {
  background: url(i/more-arrow.png) no-repeat 0 .6em;
  padding: 2px 7px 2px 14px;
  display: block;
  margin-bottom: 3px;
}




/* ******  persona  ******* */

.persona h3 {
  font-size: 1.67em;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.persona .imgbox {
  padding: 0 0 .75em 20px;
  float: right;
}
.persona ul {
}
.persona li {
  margin-bottom: .5em;
  background: url(i/more-arrow.png) no-repeat 2px .33em;
  padding-left: 12px;
}
.persona li b {
  display: inline;
  font-weight: normal;
}
.persona .title {
}
.persona .info {
  margin-right: 20px;
}

td .persona {
  padding: 10px;
  margin: 0;
  width: auto;
  background: 0;
  border: 1px solid #ccc;
  border-top: none;
}
td .persona .boxbody {
  padding: 0;
  margin: 0;
}
td .persona h3 {
  padding: 0;
  margin: 0 0 .7em 0;
  font-size: 1.16em;
}



/* ******  xnav  ****** */

.xnav {
  border: 1px solid #E0E0E0;
  margin-bottom: 10px;
}

.xnav .boxhead { position:absolute;right:9999px;left:auto; }

.xnav .boxbody {
  padding-bottom: 12px;
  background: url(i/xnav-sep.png) repeat-x 0 35px;
  padding-left: 29px;
}

.xnav .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.xnav li {
  float: left;
  width: 16.6%;
}

.xnav li a {
  color: #343434;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
  font-weight: bold;
  font-size: 1.1em;
  padding: 9px 10px 9px 10px;
  white-space: nowrap;
  background: url(i/article-dot.png) no-repeat 0 1.1em;
}

.xnav .level2 {
  padding: 8px 10px 0 5px;
}

.xnav .level2 li {
  width: auto;
  float: none;
}

.xnav .level2 li.menu-seperator {
  margin-top: 3px;
  padding-top: 2px;
  border-top: 1px solid #e9e9e9;
}

.xnav .level2 li a {
  font-weight: normal;
  padding: 2px 0 2px 5px;
  white-space: normal;
  font-size: .92em;
  background: none;
}


/* ******  iWebreader (via .js)  ****** */


#webreaderContainer {
    float: right;
    margin-top: 8px;
}
#webreaderContainer a {
    border-bottom: none;
}

.home.webreader .articlelist #webreaderContainer,
.home.webreader .article #webreaderContainer {
    margin-top: 4px;
}
.home.webreader a.rsslink {
    right: 440px;
}
.home.webreader.rssmiddle a.rsslink {
    right: 330px;
}




/* ******  footer  ****** */

.footer {
  border: 1px solid #E1E1E1;
  padding: 1px;
}

.footer .boxhead { display: none; }

.footer .boxbody {
  color: #fff;
  background: #34383A url(i/footer-bg.png) repeat-x;
  border-top: 4px solid #C5001D;
  padding: 10px 28px;
  line-height: 1.6;
}

.footer .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.footer ul {
  float: left;
  width: 26.5%;
}

.wrap .footer a,
.wrap .footer a:hover,
.wrap .footer a:focus,
.wrap .footer a:active {
  color: #fff;
}

.wrap .footer a:hover,
.wrap .footer a:focus,
.wrap .footer a:active,
.footer ul:first-child a {
  text-decoration: underline;
}




/* ******  byggiraeplica  ****** */
.byggiraeplica {
/*
  padding: 20px 0;
  text-align: right;
  background: #fff;
*/
  display: none;
  _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 {}




/* ******  flnav  ****** */
.flnav {
  position: absolute;
  top: 21px;
  margin-top: -.5em;
  right: 6px;
  clear: both;
  font-size: .92em;
  line-height: .9;
  width: 12.5em;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav ul {
  float: right;
}
.flnav li {
  float: left;
  border-left: 1px solid #777;
}

.flnav li a {
  color: #60605E;
  padding: 2px 7px;
}

.flnav li:first-child {
  border: none;
}

.flnav .parent a,
.flnav .current a { font-weight: bold; }

.wrap .flnav li a:hover,
.wrap .flnav li a:focus,
.wrap .flnav li a:active {
  color: #333;
}






/* ******  langnav  ***** */

.langnav {
  position: absolute;
  top: 8px;
  right: 12.5em;
  font-size: .92em;
  clear: both;
  width: 26px;
}
body.twolang .langnav { /* (for .langnav menus with 2 flags) */
  width: 53px;
}
.langnav {
  font-size: .92em;
  margin-left:   5px;
}

.langnav .boxhead { position:absolute;right:9999px;left:auto; }
.langnav li {
  float: left;
}
.langnav li a {
  display: block;
  overflow: hidden;text-indent: 100%;white-space: nowrap;text-align: left;
  width: 26px;
  height: 26px;
  background: url(i/langnav2.png) 0 50% no-repeat; /* default: lang-en */
}
.langnav li.lang-en a:hover,
.langnav li.lang-en a:focus,
.langnav li.lang-en a:active {
  background-position: -30px 50%;
}

.langnav li.lang-is a { background-position:  -60px  50%; }
.langnav li.lang-is a:hover,
.langnav li.lang-is a:focus,
.langnav li.lang-is a:active {
  background-position: -90px 50%
}

.langnav li.lang-dk a { background-position: -120px  50%; }
.langnav li.lang-dk a:hover,
.langnav li.lang-dk a:focus,
.langnav li.lang-dk a:active {
  background-position: -150px 50%;
}






/* ******  utilnav  ****** */
.utilnav {
  font-size: .92em;
  line-height: 1.091;
}
.utilnav .boxhead { position:absolute;right:9999px;left:auto; }

.utilnav li {
  display: inline-block;
  ~display: inline;
  ~zoom:1;
  border-right:  1px solid #bbb;
  vertical-align: middle;
  text-align: left;
}
.utilnav a {
  display: block;
  color: #60605E;
  padding: 4px 7px;
  margin: -4px 0;
}


.utilnav li.taknmal {
  margin-right:  2px;
}
.utilnav li.taknmal a {
  overflow: hidden;text-indent: 100%;white-space: nowrap;text-align: left;
  width: 20px;
  padding: 7px 0;
  margin: -7px 7px -7px 0;
  background: url(i/pagestyle2.png) -180px 50% no-repeat;
}
.utilnav li.taknmal a:hover,
.utilnav li.taknmal a:focus,
.utilnav li.taknmal a:active {
  background-position: -210px 50%;
}



.utilnav li.lang-en,
.utilnav li.lang-is,
.utilnav li.lang-dk {
  border-right:  0;
}
.utilnav li.lang-en a,
.utilnav li.lang-is a,
.utilnav li.lang-dk a {
  overflow: hidden;text-indent: 100%;white-space: nowrap;text-align: left;
  padding: 0;
  width: 26px;
  padding: 7px 0;
  margin: -6px -3px -8px 3px;
  background: url(i/langnav2.png) no-repeat;
}
.utilnav li.lang-en a { background-position:  0  50%; }
.utilnav li.lang-en a:hover,
.utilnav li.lang-en a:focus,
.utilnav li.lang-en a:active { background-position: -30px 50%; }

.utilnav li.lang-is a { background-position:  -60px  50%; }
.utilnav li.lang-is a:hover,
.utilnav li.lang-is a:focus,
.utilnav li.lang-is a:active { background-position: -90px 50% }

.utilnav li.lang-dk a { background-position: -120px  50%; }
.utilnav li.lang-dk a:hover,
.utilnav li.lang-dk a:focus,
.utilnav li.lang-dk a:active { background-position: -150px 50%; }






/* ****** pagestyle  ****** */
.pagestyle { /* old defaults */
  position: absolute;
  top: 6px;
  right: 12.5em;
  margin-right: 30px;
  width: 100px;
  text-align: right;
}
body.twolang .pagestyle { /* (for .langnav menus with 2 flags) */
  margin-right: 56px;
}
div.pgutils .pagestyle { /* undo old defaults */
  position: static;
  top: auto;
  right: auto;
  margin-right: 0;
  width: auto;
}

.pagestyle {
  font-size: .92em;
  margin-left:   4px;
}

.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }

.pagestyle li {
  display: inline-block;
  ~display: inline;
  ~zoom:1;
}

.pagestyle li a {
  display: block;
  overflow: hidden;text-indent: 100%;white-space: nowrap;text-align: left;
  width: 23px;
  height: 30px;
  background: url(i/pagestyle2.png) 0 50% no-repeat;
}
.pagestyle li a:hover,
.pagestyle li a:focus,
.pagestyle li a:active {
  background-position: -30px 50%;
}

.pagestyle li.dwn a {
  width: 21px;
  background-position: -60px 50%;
}
.pagestyle li.dwn a:hover,
.pagestyle li.dwn a:focus,
.pagestyle li.dwn a:active {
  background-position: -90px 50%;
}

.pagestyle li.userstyles a {
  width: 28px;
  background-position: -120px 50%;
}
.pagestyle .userstyles a:hover,
.pagestyle .userstyles a:focus,
.pagestyle .userstyles a:active {
  background-position: -150px 50%;
}








/* ******  gallery  ****** */

.gallery .ctrls {
  text-align: center;
}




/* ******  droplinks & dbox  ****** */

.droplinks {
  width: 380px;
  clear: both;
  background: url(i/droplinks-bot.png) no-repeat 0 100%;
  _background-image: url(i/droplinks-bot.gif);
}

.js-active .droplinks {
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 10;
}

.wrap .droplinks .wrap {
  background: url(i/droplinks-top.png) no-repeat;
  padding: 5px;
}

.droplinks .close {
  position: absolute;
  top: 7px;
  right: 5px;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 23px;
  height: 23px;
  background: url(i/droplinks-close.png) no-repeat 50% 50%;
}


.dbox {
  border-bottom: 1px solid #fff;
}

.dbox .boxhead {
  background: #DDE6EE;
  color: #363A3C;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 4px 10px 5px;
  display: block;
  margin-bottom: 0;
}

.dbox .boxbody {
  font-size: .92em;
  padding-bottom: 8px;
  padding-top: 4px;
}

.dbox .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.dbox ul {
  width: 49.9%;
  float: left;
}

.dbox li a {
  color: #005BAA;
  background: url(i/article-dot.png) no-repeat 10px .65em;
  padding: 2px 0 2px 21px;
  display: block;
}

.dbox-first .boxbody {
  font-size: 1em;
  background: url(i/dbox-first-boxbody.png) repeat-x 50% 100%;
  padding-bottom: 4px;
}





/* ******  links  ****** */
body a[href]:hover,
body a[href]:focus,
body a[href]:active { color: #B70022;  text-decoration: underline; }
a:hover,
a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit !important; text-decoration: inherit !important; }






/*************************/
/********  HOME  *********/
/*************************/


.home .pghead {
  background: #fff;
  padding-bottom: 12px;
}

.home .pghead .wrap {
  min-height: 170px; _height: 170px;
}

.home .pgmain {
  position: relative; /* to allow absolute positioning of links inside it. */
  margin: 0;
  width: 976px;
  border: 1px solid #E0E0E0;
  background: #F4F4F4;
}

.home .pgmain .wrap {
  padding: 0 0 11px;
}

.home .pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.home .pgextra3 .wrap {
  position: relative;
}

.home .pgextra4 {
  background: #fff;
  padding-bottom: 10px;
}

.home .pgextra4 .wrap {
  padding: 0 0 16px 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
  border-bottom: 1px solid #E0E0E0;
  background: #F4F4F4;
  border: 1px solid #E0E0E0;
}


.home .pgfoot {
  padding-top: 0;
  background: #fff;
}






/* ****  box  **** */

.home .pgmain .mbox .boxbody {
  min-height: 292px; _height: 292px;
}

.home .pgmain .mbox .boxbody .boxbody {
  _height:0;min-height:0; /* ie hasLayout fix */
}

.home .alt .pgmain .mbox .boxbody {
  min-height: 250px; _height: 250px;
}

.home .alt .pgmain .mbox .boxbody .boxbody {
  _height:0;min-height:0; /* ie hasLayout fix */
}




/* ***** tabs  ****** */
.tab-box {
  line-height: 1;
  position: relative;
  margin: 10px -10px 12px -10px;
  border-bottom: 1px solid #E2E2E2;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgextra4 .tab-box {
  margin: 11px 17px -12px 17px;
}
.tab-box .boxhead {
  margin-left: 10px;
  margin-bottom: .5em;
}


.tab-box ul {
  list-style: none;
  margin: 0;
  padding: 0; /* <-- .tabarticle */

  width: 100%;
  overflow: hidden;
  font-family: Georgia, serif;
  position: relative;
  margin-bottom: -1px;
  padding-left: 10px;
}
.pgextra4 .tab-box ul {
  padding-left: 0;
}


.tab-box ul li {
  margin: 0;
  padding: 0; /* <-- .tabarticle */

  background: url(i/tabbox-left.png) no-repeat;
  float: left;
  margin-right: 4px;
  margin-top: .25em;
}
.pgextra4 .tab-box ul li {
  margin-top: .25em;
}

.tab-box li a {
  border: none;
  text-decoration: none; /* <-- .tabarticle */

  background: url(i/tabbox-right.png) no-repeat 100% 0;
  float: left;
  display: block;
  padding: .92em 12px 7px 12px;
  color: #A1A3A4;
}
.pgextra4 .tab-box li a {
  padding-right: 18px;
  padding-left: 16px;
  padding-top: .59em;
  font-size: 1.18em;
}

.tab-box ul li.current {
  position: relative;
  background-image: url(i/mbox-boxhead-left.png);
  margin-top: 0;
}

.tab-box li.current a {
  color: #00559E;
  padding-top: .63em;
  padding-bottom: 8px;
  font-size: 1.33em;
  background-image: url(i/mbox-boxhead-right.png);
}
.pgextra4 .tab-box li.current a {
  font-size: 1.42em;
  padding-top: .52em;
  padding-bottom: 7px;
}
.tab-box li a strong {
  font-weight: normal;
}




/* **** tbox ***/

.tbox {
  background: url(i/tabpane-bottom.png) no-repeat 0 100%;
  border-top: 1px solid #E2E2E2;
}
.pgextra4 .tbox {
  margin: 11px 17px 0 17px;
}

.tbox .boxbody {
  padding: 14px 18px 10px;
  min-height: 135px; _height: 135px;
  position: relative;
}

.tbox .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.tbox img {
  border: 1px solid #E3E3E3;
  padding: 1px;
  background: #fff;
  position: absolute;
  right: 16px;
  top: 11px;
}

.tbox ul {
  float: left;
  width: 234px;
}

.tbox li {
  background: url(i/more-arrow.png) no-repeat 0 .44em;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: .9em;
}

.tbox li a {
  color: #292D2F;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}


/* ******  searchresults  ****** */
.searchresults form.search {
  margin: 2.2em 0;
  font-size: 1.24em;
}
.searchresults .search .fi_txt label {
  margin-right: .6em;
}
.searchresults .search .fi_txt input {
  padding: 4px 4px;
}
.searchresults .search .fi_btn input {
  padding: 3px 4px;
}
.searchresults .search .fi_txt label { display: inline; }
.searchresults .search strong,
.searchresults .search .fi_chk {
  display: block;
  margin-bottom: .3em;
}
.searchresults .search strong { margin-top: .4em; }

.searchresults h1 {
  margin: 1em 0;
}
.searchresults .item  {
  margin-bottom: 1.75em;
}
.searchresults .item h3 small {
  font-size: 1em;
  color: #999;
  width:30px;
  display: inline-block;
  margin-left: -34px;
  text-align: right;
}
.searchresults .item h3 {
  margin-bottom: 0.18em;
}
.searchresults .item h3 a {
  font-size: 1.09em;
}
.searchresults .item .more a {
  padding: 0;
  background: none;
  float: none;
  color: #999;
}
.searchresults .item .more a .icon { position:absolute;right:9999px;left:auto; }

.searchresults .paging {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 4px 0;
  margin: 2em 0;
}
.searchresults .paging-top {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.searchresults .paging .status {
  float: left;
  margin: 0;
}
.searchresults .paging .status strong { font-weight: normal; }
.searchresults .paging li {
  margin: 0 4px;
}
.searchresults .paging .stepper {
  float: right;
  padding-right: 20px;
  position: relative;
  line-height: 16px;
}
.searchresults .paging .next {
  position: absolute;
  right: 0;
}
.searchresults .paging .prev {
  float: left;
}
.searchresults .paging .next a,
.searchresults .paging .prev a {
  background: url(i/search-paging.png) 0 0 no-repeat;
  display:block;overflow:hidden;line-height:0;text-indent:-9999px;text-align:left;font-size:1px;
  width: 15px;
  height: 15px;
}
.searchresults .paging .prev a:hover,
.searchresults .paging .prev a:focus {
  background-position: 0 -15px;
}
.searchresults .paging .next a {
  background-position: -15px 0;
}
.searchresults .paging .next a:hover,
.searchresults .paging .next a:focus {
  background-position: -15px -15px;
}
.searchresults .paging .jump {
  float: left;
  max-width: 22em;
}
.searchresults .paging .jump strong { font-weight: normal; }
.searchresults .paging .jump a,
.searchresults .paging .jump b {
  padding: 0 6px;
  border-left: 1px solid #d2d1d1;
  display: inline-block;
  ~display: inline;
  ~zoom: 1;
  font-size: 1em;
  width:auto;
  background:none;
  color: #1e5cce;
  line-height:1.4;
  float:none;
}
.searchresults .paging .jump :first-child { border: 0; }
.searchresults .paging .jump i { position:absolute;right:9999px;left:auto; }




/* ******  spurlsearchtabs  ****** */
.spurlsearchtabs { position:absolute;right:9999px;left:auto; }



/* ******  spurlsearch  ****** */

.pgmain .spurlsearch {}
.pgmain .spurlsearch .boxbody {}

.pgmain .spurlsearch h4 {
  margin-bottom: 1em;
}


/* ******  spurlsearch-directions  ***** */

.spurlsearch-directions .boxbody {
  line-height: 1.6;
}
.spurlsearch-directions .boxbody h2,
.spurlsearch-directions .boxbody h3,
.spurlsearch-directions .boxbody h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.spurlsearch-directions .boxbody h2 {
  font-size: 1.5em;
  font-weight: normal;
}

.spurlsearch-directions .boxbody h3 {
  font-size: 1.2em;
}

.spurlsearch-directions .boxbody h4 {
  margin-bottom: 0;
}

.spurlsearch-directions ul {
  padding-left: 8px;
  margin-bottom: 1.2em;
}

.spurlsearch-directions li { margin-bottom: .54em; }

.spurlsearch-directions ul li {
  background: url(i/article-dot.png) no-repeat 0 .7em;
  padding-left: 13px;
}


.js-active .explainer {
  position: absolute;
  z-index: 99;
  right: 56px;
  top: 303px;
  width: 300px;
  padding: 16px;
  border: 1px solid #ccc;
  background: #fff;
}



/* generic list-scroller .jump paging styles */
.paging .jump:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.paging .jump strong {
  display: none;
}
.paging .jump a {
  font-size: .833em;
  line-height: 1;
  float: left;
  background: url(i/jumppager-mini.png) no-repeat 0 50%;
  width: 18px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}
.wrap .paging .jump a:hover,
.wrap .paging .jump a:focus,
.wrap .paging .jump a:active,
.wrap .paging .jump a.current {
  background-position: -18px 50%;
  text-decoration: none;
  outline: none;
  color: #fff;
}




/* ****  bluebox  **** */

.bluebox {
  background: #005cab url(i/bluebox-bot.jpg) no-repeat 0 100%;
  position: relative;
  color: #fff;
  z-index: 10;
  margin-top: -41px;
  border-bottom: 10px solid #fff;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.bluebox-v2 { background-image: url(i/bluebox-bot2.jpg); }
.bluebox-v3 { background-image: url(i/bluebox-bot3.jpg); }

.bluebox-v5 { background-image: url(i/bluebox-bot-extra.jpg); }

.bluebox .boxbody {
  padding: 22px 40px 28px 275px;
  min-height: 110px; _height: 110px;
  background: url(i/bluebox-top.png) no-repeat;
  font-size: 1.2em;
}

.bluebox-v2 .boxbody {
  background-image: url(i/bluebox-top2.png);
  padding-left: 514px;
}

.bluebox-v3 .boxbody {
  background-image: url(i/bluebox-top3.png);
  padding-left: 753px;
}

.bluebox-v4 .boxbody {
  padding: 13px 16px;
}

.bluebox-v5 .boxbody {
  padding-right: 190px;
  background-image: url(i/bluebox-top-extra.png);
}

.wrap .bluebox a,
.wrap .bluebox a:hover,
.wrap .bluebox a:focus,
.wrap .bluebox a:active {
  color: #fff;
}

.bluebox img {
  border: 1px solid #fff;
  position: absolute;
  left: 15px;
  top: 13px;
}

.bluebox-v4 img {
  position: static;
}

.bluebox .listscroller-clip img {
  left: -260px;
  top: -9px;
}

.bluebox-v2 .listscroller-clip img {
  left: -499px;
}

.bluebox-v3 .listscroller-clip img {
  left: -738px;
}

.bluebox h1,
.bluebox h2,
.bluebox .item h3 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 1.4em;
  margin-bottom: 0;
  margin-top: 0;
}


.bluebox ul {
  font-size: .8em;
  width: 100%;
  overflow: hidden;
}

.bluebox li {
  background: url(i/bluebox-dot.png) no-repeat 0 .36em;
  padding-left: 11px;
  float: left;
  padding-right: 19px;
}

.bluebox-v4 li {
  background: none;
  margin: 0;
  padding: 0;
  float: left;
}

.bluebox-v4 .listscroller-wrapper {
  overflow: hidden;
  width: 944px;
}

.bluebox-v4 .listscroller-clip {
  width: 10000px;
}


.bluebox .paging .prev,
.bluebox .paging .next {
  display: none;
}


.bluebox .paging .prev a,
.bluebox .paging .next 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: 32px;
  height: 32px;
  background: url(i/bluebox-arrow-left.png) no-repeat;
  _background-image: url(i/bluebox-arrow-left.gif);
  position: absolute;
  top: 64px;
  left: 6px;
}

.bluebox .paging .next a {
  background-image: url(i/bluebox-arrow-right.png);
  _background-image: url(i/bluebox-arrow-right.gif);
  left: auto;
  right: 6px;
}

.bluebox .paging .prev a:hover,
.bluebox .paging .prev a:focus,
.bluebox .paging .prev a:active,
.bluebox .paging .next a:hover,
.bluebox .paging .next a:focus,
.bluebox .paging .next a:active {
  background-position: 0 -32px;
}
.bluebox .paging .jump {
  background: none;
  padding: 0;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 1.32em;
  position: absolute;
  bottom: 23px;
}
.bluebox .paging .jump a {
  font-size: 1em;
  background-image: url(i/bluebox-paging.png);
  width: 22px;
  padding: 2px 0 9px 0;
  margin-right: 4px;
}

.bluebox .paging .jump a:hover,
.bluebox .paging .jump a:focus,
.bluebox .paging .jump a:active,
.bluebox .paging .jump a.current {
  background-position: -22px 50%;
  color: #00559E;
}

.bluebox .paging .jump a.current  {
  color: #333;
}
.bluebox-v4 .paging .prev,
.bluebox-v4 .paging .next {
  display: block;
}


.bluebox .item .summary p {
  display: inline;
  margin: 0 15px 0 0;
}
.bluebox span.more {
  display: inline ;
  font-size: .8em;
  background: url(i/bluebox-dot.png) no-repeat 0 .36em;
  padding-left: 11px;
  vertical-align: baseline;
}
.bluebox span.more a {
  float: none;
  padding: 0;
}
.bluebox span.more a:after {
  content: "...";
}






/* ****  talkbox  **** */

.talkbox {
  position: absolute;
  z-index: 10;
  right: 18px;
  top: 13px;
  width: 140px;
}

.talkbox .boxhead {
  color: #fff;
  background: none;
  font-size: 1.3em;
}

.talkbox .boxbody {
  color: #fff;
}

.talkbox a {
  background: url(i/talkbox-a.png) no-repeat 50% 8px;
  display: block;
  padding-top: 60px;

}

.talkbox a,
.wrap .talkbox a:hover,
.wrap .talkbox a:focus,
.wrap .talkbox a:active {
  color: #fff;
}





/* ****  news  **** */

.home .news .boxbody {
  padding-left: 50px;
}

.home .news .items {
  width: 360px;
}

.home .news .item h3 {
  font-size: 1.1em;
}
.home .news .item h3 .meta {
  font-size: .833em;
}
.home .news .item h3 .date,
.home .news .item h3 .time {
  font-size: .91em;
}

.home .news .item h3 a {
  color: #404040;
}





/* ****  ginfo (extends: article)  **** */

.ginfo a {
  text-decoration: underline;
  border: 0;
}

.ginfo p {
  margin-bottom: .7em;
}

.ginfo ul {
  padding-left: 0;
}

.ginfo li {
  margin-bottom: 0;
}





/* ****  accordion  ***** */

.accordion {
  float: left;
  width: 225px;
  margin-left: 14px;
  margin-top: 10px;
  margin-right: 2px;
  padding-bottom: 4px;
  _display: inline;
}




/* ****  linklist  **** */

.linklist {
  padding-bottom: 1px;
  background: url(i/linklist-boxbody-bot.png) no-repeat 0 100%;
}

.linklist .boxhead {
  background: url(i/linklist-trigger-on-top.png) no-repeat;
  color: #fff;
  padding: 5px 10px 6px 30px;
  margin: 0;
  font-size: 1.2em;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.ui-accordion .linklist .boxhead {
  padding: 0;
}
.linklist .boxhead a,
.linklist .boxhead i {
  color: #fff;
  display: block;
  padding: 5px 10px 6px 30px;
  background: url(i/linklist-trigger-on-bot.png) no-repeat 0 100%;
  _height:0;~min-height:0; /* ie hasLayout fix */
  font-style: normal;
}

.linklist .boxhead i {
  margin: -5px -10px -6px -30px;
}

.ui-accordion .linklist .ui-state-active { background-image: url(i/linklist-trigger-on-top.png); }
.ui-accordion .linklist .ui-state-active a { background-image: url(i/linklist-trigger-on-bot.png); }



.wrap .linklist .boxhead a:hover,
.wrap .linklist .boxhead a:focus,
.wrap .linklist .boxhead a:active {
  color: #fff;
}

.linklist .boxbody {
  background: url(i/linklist-boxbody-top.png) no-repeat;
  position: relative;
  padding: 10px 16px 30px;
  /* min-height: 233px; _height: 233px; */
}

.ui-accordion .linklist .boxbody {
  height: 165px;
  min-height: 0;
}

.linklist .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.linklist li a,
div.linklist .moreolder a {
  background: url(i/more-arrow.png) no-repeat 0 .8em;
  padding: 4px 0 5px 14px;
  display: block;
  color: #404040;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
div.linklist .moreolder a {
  font-size: 1em;
  width: 185px;
  margin: 0;
}

.linklist .moreolder {
  position: absolute;
  bottom: 3px;
  left: 0;
  margin: 0;
  padding: 0 16px;
  width: 191px;
  overflow: hidden;
  float: none;
  background: url(i/linklist-moreolder.png) no-repeat;
}



.linklist .moreolder a:hover,
.linklist .moreolder a:focus,
.linklist .moreolder a:active {
  color: #272727;
}





/* *******  lnav  ******* */

.lnav .boxbody {
  font-size: .92em;
}

.lnav li a {
  color: #000063;
  padding-left: 23px;
  background: url(i/lnav-flag1.png) no-repeat 0 50%;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  padding: 3px 0 3px 23px;
}
.lnav .cat2 a { background-image: url(i/lnav-flag2.png); }
.lnav .cat3 a { background-image: url(i/lnav-flag3.png); }
.lnav .cat4 a { background-image: url(i/lnav-flag4.png); }
.lnav .cat5 a { background-image: url(i/lnav-flag5.png); }
.lnav .cat6 a { background-image: url(i/lnav-flag6.png); }
.lnav .cat7 a { background-image: url(i/lnav-flag7.png); }
.lnav .cat8 a { background-image: url(i/lnav-flag8.png); }


/**** anav *****/
.wrap .anav { /* global */
  position: absolute;
  top: 5px;
  left: 7.5em;
  width: auto;
}
.anav li { /* global */
  float: left;
  padding: 0 10px 0 0;
  border: none;
  margin-right: 10px;
}
.anav li a { /* global */
  padding-left: 14px;
  background: url(i/moreolder-arrow-02.png) no-repeat 0 .24em;
  font-size: .92em;
  text-decoration: none;
  color: #005aa7;
}



/* Facebook tengill á forsíðu */
.home .pgmain .twitterlink,
.home .pgmain .facebooklink {
  position: absolute;
  top: 18px;
  left: 555px;
}
.home .pgmain .twitterlink a,
.home .pgmain .facebooklink a {
  display: block;
  display: inline-block;
  ~float: right;
  background: url(i/icn-facebook.png) 0 .1em no-repeat;
  font-size: .92em;
  padding-left: 18px;
}
.home .pgmain .twitterlink a .icon,
.home .pgmain .facebooklink a .icon {
  display: none;
}
.home .pgmain .twitterlink a {
  background-image: url(i/icn-twitter.png);
}
.home .pgmain .twitterlink {
  right:233px;
}



/* *******  basic forms  ******* */
.form table {
  width: 100%;
}
.form table td,
.form table th {
  padding: 3px;
}
.form table td input[type=text] { width: 90%; }

.form table [align=center] { text-align: center; }



/* *******  vefþula forms  ******* */

    .thula {
      float: right;
    }

    a.play {
      display: inline-block;
      background-color: #f5f5f5;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(225, 225, 225)));
      background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(225, 225, 225));
      background-image: -moz-linear-gradient(top, rgb(245, 245, 245), rgb(225, 225, 225));
      background-image: -o-linear-gradient(top, rgb(245, 245, 245), rgb(225, 225, 225));
      background-image: -ms-linear-gradient(top, rgb(245, 245, 245), rgb(225, 225, 225));
      background-image: linear-gradient(top, rgb(245, 245, 245), rgb(225, 225, 225));
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f5f5f5', EndColorStr='#e1e1e1');
      font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
      font-size: 13px;
      font-weight: bold;
      color: #222;
      padding: 5px 15px;
      text-decoration: none;
      border-radius: 2em;
      margin-bottom: 10px;
      text-transform: uppercase;
      border: 1px solid #b1b1b1;
    }

    a.play svg {
      margin-bottom: -1px;
    }

    a.play:hover {
      text-decoration: none;
      background-color: #e1e1e1;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 225, 225)), to(rgb(245, 245, 245)));
      background-image: -webkit-linear-gradient(top, rgb(225, 225, 225), rgb(245, 245, 245));
      background-image: -moz-linear-gradient(top, rgb(225, 225, 225), rgb(245, 245, 245));
      background-image: -o-linear-gradient(top, rgb(225, 225, 225), rgb(245, 245, 245));
      background-image: -ms-linear-gradient(top, rgb(225, 225, 225), rgb(245, 245, 245));
      background-image: linear-gradient(top, rgb(225, 225, 225), rgb(245, 245, 245));
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e1e1e1', EndColorStr='#f5f5f5');
      color: #222;
    }