.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print-only { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; }


body {
  background: #ccc url(i/pgt-red.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  color: #313232;
  line-height: 1.3;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

body.zoom0 { font-size: 11px;  ~font-size:  68.75%; }
body,
body.zoom1 { font-size: 13px;  ~font-size:  81.25%; }
body.zoom2 { font-size: 15px;  ~font-size:  93.75%; }
body.zoom3 { font-size: 18px;  ~font-size: 112.50%; }

body.font-bold .pgwrap .wrap { font-weight: bold; }

div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }

sup, sub { line-height: .5;  ~display: inline-block;  ~line-height: 1; }
sup { vertical-align:  .4em;  ~margin-top:    -1em; }
sub { vertical-align: -.4em;  ~margin-bottom: -1em; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #ac0d0d;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 1.69em;
  margin-bottom: 2.5em;
  font-weight: normal;
  color: #ac0d0d;
}
h2 {
  font-size: 1.15em;
  margin-top: 1.57em;
  margin-bottom: .2em;
  color: #3b3b3b;
  font-weight: bold;
}
h3 {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: .3em;
  color: #3b3b3b;
  font-weight: bold;
}
h4 {
  font-size: 1em;
  margin-bottom: .2em;
  font-weight: normal;
  color: #ac0d0d;
}




table { border-collapse: collapse; }
table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}




form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_sel,
.fi_static,
.fi_rdo {
  margin-bottom: .7em;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  display: block;
}

.f_row {
  overflow: hidden;
}
.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 70%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #ccccce;
  background: #fff;
  color: #070707;
}

textarea,
.textinput,
.fi_txt input {
  background: #fff url(i/input-bg.png) 100% 0 no-repeat;
  padding: 4px 8px;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #070707;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 90%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #ccccce;
  color: #070707;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #c00;
  color: #c00;
}


.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear {height:0;line-height:0;font-size:1px;clear:both;} /* re-appreciated for IE6. */


/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pghead .wrap, 
.pgfoot .wrap, 
.pginnerwrap {
  width: 962px;
  margin: 0 auto;
  text-align: left;
}



.pghead { height: 145px; }
.pghead .brand { margin:0; font-size :1em; padding-top: 18px; }
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.yellow .brand a,
.red .brand a,
.green .brand a,
.blue .brand a,
.purple .brand a {
  background: 0 0 no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  width: 250px;
  height: 70px;
}
.yellow .brand a { background-image: url(i/sitelogo-yellow.png); }
.red .brand a { background-image: url(i/sitelogo.png); }
.green .brand a { background-image: url(i/sitelogo-green.png); }
.blue .brand a { background-image: url(i/sitelogo-blue.png); }
.purple .brand a { background-image: url(i/sitelogo-purple.png); }

.pginner {
  background: #fafafa url(i/pgi-bg.png) 0 100% repeat-x;
  padding: 15px 0 28px;
}
.pginnerwrap {
  background: url(i/pgiw-bg.png) 0 0 repeat-y;
  border-top: 1px solid #dededb;
  border-bottom: 1px solid #dededb;
}
.onecol .pginnerwrap {
  background: #fff;
  border: 1px solid #dededb;
}
.pginnerwrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.pgmain {
  float: left;
  padding: 50px 33px 20px 267px;
  width: 662px;
  _display: inline;
}

.onecol .pgmain {
  width: 896px;
  padding: 50px 32px 20px 32px;
}

.pgmain .wrap {
  _height:1px;min-height:1px; /* Floating layout fix */
}


.pgextra2 {
  float: left;
  width: 235px;
  margin-left: -961px;
  _display: inline;
}
.pgextra2 .wrap {
  border-top: 1px solid #fff;
  padding-top: 35px;
}
.onecol .pgextra2 .wrap,
.home .pgextra2 .wrap {
  padding: 0;
  border: 0;
}

.pgfoot {
  background: url(i/pgf-bg.png) 0 0 repeat-x;
  clear: both;
  padding-top: 19px;
  _height:100px;
  min-height:100px;
  _height:0;min-height:0; /* ie hasLayout fix */
}




/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 2em;
}
.boxhead { 
  padding-top: 0; 
  margin-top: 0; 
  font-size : 1.23em; 
  color: #070707;
  font-weight: normal;
}
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ _overflow: visible; }
.boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }



.pgmain .boxhead,
.article h1 {
  font-size: 1.69em;
  margin-bottom: 35px;
  color: #070707;
}



.pgextra2 .box .boxhead {
  padding: 0 22px 6px;
  border-bottom: 1px solid #dededb;
  margin: 0;
}
.pgextra2 .box .boxbody {
  padding: 12px 22px 6px;
}




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #868686;
  display: block; 
  font-weight: normal;
}
.meta span { padding-right: .5em; }
.home .meta .date {
  display: block;
  margin: .1em 0 .4em 0;
}
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
  border-top: 1px solid #dededb;
  padding-right: 67px;
  position: relative;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  font-size: .92em;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  padding-left: 10px;
  color: #070707;
  text-decoration: none;
  background: url(i/arrow-fwd.png) 0 50% no-repeat;
}

.wrap .buttons a {
  float: right;
  color: #000;
  padding: 8px 1.08em 0 10px;
  background-position: 0 75%;
}
.wrap .buttons a.btnback {
  background-image: url(i/arrow-back.png);
  float: left;
}
.wrap .buttons a.senda,
.wrap .buttons a.prenta,
.wrap .buttons a.btnfacebook {
  padding-right: 11px;
  padding-left: 21px;
  border-right: 1px solid #dededb;
}
.wrap .buttons a.senda {
  background-image: url(i/icn-senda.png);
  margin-right: 10px;
}
.wrap .buttons a.prenta {
  background-image: url(i/icn-prenta.png);
  border:none;
  position: absolute;
  right:0;
}
.wrap .buttons a.btnfacebook {
  background-image: url(i/icn-facebook.png);
  margin-right: 10px;
}

/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 2em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1.38em; 
  margin: 0;
  font-weight: normal;
}
.articlelist .item h3 .meta { font-size: .61em; }
.articlelist .item h4 {
  font-size: 1.08em;
}
.articlelist .summary { line-height: 1.54; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: left;
  margin: .2em 24px 2em 0;
  padding: 3px;
  border: 1px solid #aeaeb0;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li .meta { font-size: .85em; }
.articlelist li a {
}




/* ******  article  ****** */
.article .boxhead { position:absolute;right:9999px;left:auto; }
.article .boxbody { line-height: 1.54; position: relative; }
.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
}
.article p.meta { margin-top: -35px; }
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }

.article p,
.article ul,
.article ol,
.article table {
  margin-bottom: 1.9em;
}

.article hr {
  border: 0;
  border-top: 1px solid #DEDEDB;
  height: 0;
}

.article p a {
  text-decoration: underline;
}
.article p a:hover,
.article p a:focus {
  color: #000;
}

.article img { clear: both; vertical-align: text-bottom; }
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}


.article blockquote {
  background: #f5f5f5 url(i/bq-bg.png) 100% 100% no-repeat;
  padding: 14px 80px 14px 19px;
  margin: 0 0 2em;
  font-style: italic;
  color: #3d4b5a;
  min-height: 40px;
  _height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.article table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th,
.article td {
  padding: .2em .5em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.article .th th,
.article thead th {
  font-weight: bold;
  background-color: #eee;
}
.article tr.odd th,
.article tr.odd td {
  background-color: #f8f8f8;
}

.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article li { margin-bottom: .54em; }

.article ul li {
  padding-left: 13px;
  background: url(i/square-red.png) 1px .6em no-repeat;
}

.article .paging ul { list-style: none; padding: 0; }
.article .paging li { clear: none; }
.article .paging .prev { float: left; margin-right: 1em; }

.article .chapters ul { list-style: none; padding: 0; overflow: hidden; }



.article #raggaplay {
  position: absolute;
  z-index: 10;
  right: 0;
  top: -30px;
  padding-top: 27px;
}
.article #raggaplay a {
  position: absolute;
  right: 0;
  top: 0;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 83px;
  height: 24px;
  background: url(i/raggaplay.png) 0 0 no-repeat;
}
.article #raggaplay .raggaplayer {
  right: 0;
}





/* ajaxlist (spurt/stafflist) (extends:article) */
.ajaxlist .boxhead { position: static; }
.ajaxlist .item { border-bottom: 1px solid #efefef; }
.ajaxlist .summary {
  margin: 0;
  padding: 0;
  color: #313232;
}
.ajaxlist .summary { padding-bottom: 5px; }
.ajaxlist .summwrap p { margin-bottom: .5em }
.ajaxlist .summwrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.ajaxlist h3 { 
  font-weight: bold; 
  margin: 10px 0 6px;
  padding-left: 10px;
}
.ajaxlist .summwrap h3 { padding-left: 0; }
.ajaxlist h3 a {
  background: url(i/spurt-open.png) 0 0 no-repeat;
  padding-left: 23px;
}

.ajaxlist .open h3 a {
  background-image: url(i/spurt-close.png);
}

.ajaxlist .ajaxload {
  background: url(i/ajaxload.gif) 0 0 no-repeat;
}

.ajaxlist .summary {
  padding-left: 33px;
}

.stafflist .summwrap { padding: 8px 0 5px; }


/* ******  imagebox  ****** */
.imagebox {
  line-height: 1.2;
  font-size: .85em;
  float: right;
  margin: 0 0 .75em 24px;
  color: #666;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imagebox li.image {
  margin: 0 0 1em 0;
  padding: 0;
  background: none;
}

.imagebox .img {
  display: block;
  padding: 3px;
  border: 1px solid #ababad;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  max-width: 280px;
}

.imagebox .longdesc,
.imagebox small.credit {
  background-color: #ededed;
  padding: 7px 9px 12px 9px;
  margin-top: 5px;
  max-width: 248px;
  _width: 248px;
}
.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -3px;
  font-size: .91em;
  color: #aaa;
}






/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 250;
  width: 100%;
  top: 29px;
  left: 0;
}


.ipopup-container-wrapper {
  background: #fff;
  padding: 4px;
  border: 1px solid #c9c9c9;
  display : inline-block;
  position: relative;
  width: 600px;
}
.ipopup-container .img {
  display: block;
}
.ipopup-container .image img {
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  display: block;
  padding : 5px 0;
  color: #000;
  font-size: 1.33em;
  position: relative;
  z-index: 10;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}
.ipopup-container .status { display: none; }
.ipopup-container .paging,
.ipopup-container .paging ul
.ipopup-container .paging ul li {
  ~height:0;
}
.ipopup-container .paging .next a,
.ipopup-container .paging .prev a {
  background: url(i/popup-prev.png) -100px 50% no-repeat;
  _background-image: url(i/popup-prev.gif);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 4px;
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
}
.ipopup-container .paging .next a {
  background: url(i/popup-next.png) 150% 50% no-repeat;
  _background-image: url(i/popup-next.gif);
  right: 4px;
  left: auto;
  z-index: 2;
}
.ipopup-container .paging .prev a:hover,
.ipopup-container .paging .prev a:focus {
  background-position: 0 50%;
}
.ipopup-container .paging .next a:hover,
.ipopup-container .paging .next a:focus {
  background-position: 100% 50%;
}
.ipopup-container .paging li.nav-end { display: none; }
.ipopup-container .paging .close a {
  background: url(i/popup-close.png) 0 0 no-repeat;
  _background-image: url(i/popup-close.gif);
  position: absolute;
  z-index: 5;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999em;
}



/* ******  contactform  ****** */
.contactform .boxbody { 
  padding-bottom: 2em;
}
.contactform p { clear: both; }
.contactform  fieldset { margin: 0; }
.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: .7em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  width: 6.5em;
  padding-right: .5em;
  float: left;
  text-align: right;
  margin-top: .2em;
}
.contactform .fi_txt input { 
  width: 40%;
}
.contactform .fi_qty,
.contactform .fi_btn {
  margin-left: 7em;
}
.contactform .fi_qty label {
  width: auto; 
  text-align: left; 
}
.contactform .fi_qty input { width: 15%; }
.contactform textarea { width: 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -213px;
  margin-top: -.5em;
  width: 642px;
  font-size: 0.85em;
  color: #7c7c7c;
}
.onecol .breadcrumbs { margin-left: -448px; }
.home .breadcrumbs { display: none; }
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #7c7c7c;
  font-weight: normal;
}
.breadcrumbs i { font-style: normal; }



/* ******  mnav  ****** */
.mnav {
  background: url(i/mnav-bg.png) 0 0 no-repeat;
  position: absolute;
  top: 118px;
  margin-top: -1.3em;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  font-size: 1.077em;
  padding-top: 1px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { padding: 0; }

.mnav ul {}
.mnav li {
  _display: inline;
  float: left;
  padding: 0 1px;
}

.mnav .boxbody a {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  display: block;
  padding: 12px 0 6px;
  width: 158px;
  text-align: center;
  color: #606060;
  _height:17px;
  min-height:17px;
  overflow-x: hidden;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus {
  background: url(i/mnav-hover.png) 0 100% repeat-x;
  outline : 0;
  text-decoration: none;
}

.wrap .mnav .parent a,
.wrap .mnav .current a {
  font-weight: bold;
  color: #101111;
  font-size: 1.231em;
  margin: -.25em -1px 0;
  width: 160px;
  background: #e02626;
  min-height:23px;
}
.wrap .mnav .home.parent a,
.wrap .mnav .home.current a {
  color: #fff;
}



/* ******  snav  ****** */
.snav {
  border-top: 1px solid #dededb;
  margin-right: -1px;
  margin-bottom: 2em;
}
.home .snav,
.onecol .snav { display: none; }
.snav .boxhead { position:absolute;right:9999px;left:auto; }
.snav ul {}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding: 2px 2px 0;
  border-bottom: 1px solid #dededb;
}

.snav .boxbody a {
  display: block;
  padding: 12px 0 6px 17px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border-left: 6px solid #f5f5f5;
  margin-bottom: 2px;
  color: #070707;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  color: #ac0d0d;
}
.snav .parent,
.snav .current {
  background: #fff;
}
.snav .parent a,
.snav .current a {
  font-weight: bold;
  border-color: #e02626;
}

.snav .level2 {
  border-right: 1px solid #dededb;
  margin: 0 -2px;
  padding:0 0 1px;
}
.snav .level2 li {
  border-top: 1px solid #dededb;
  border-bottom: 0;
}

.snav .level2 a {
  font-weight: normal;  
  padding-left: 34px;
  border-color: #fff !important;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
  background: url(i/snav-sq-red.png) 18px 1.2em no-repeat;
}

.snav .level3 {
  margin: 0 -2px;
}
.snav .level1 .level2 .level3 a {
  font-weight: normal;  
  padding-left: 50px;
  background: none !important;
}
.snav .level1 .level2 .level3 .current a {
  font-weight: bold;
}





/* ******  flnav  ****** */

.flnav {
  position: absolute;
  z-index: 10;
  top: 22px;
  margin-top: -.5em;
  right: 50%;
  margin-right: -386px;
  width: 300px;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav .boxbody {
  position: relative;
  left: -1em;
}
.flnav ul {
  overflow: hidden;
  width: auto;
  float: right;
}
.flnav li {
  float: left;
  _display: inline;
  padding-left: 4px;
  background: url(i/flnav-sep.png) 0 50% no-repeat;
}
.flnav ul li:first-child,
.flnav li.cat1 { background: none; }
.flnav .boxbody a {
  padding: 0 6px;
  color: #070707;
  font-size: .92em;
}

.flnav .parent a,
.flnav .current a { font-weight: bold; }

.flnav .boxbody a:hover,
.flnav .boxbody a:focus {
  color: #ac0d0d;
}




/* ******  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;
}




/* ******  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;
}





/* ******  minningarkort  ****** */
.styrkja fieldset h3,
.minningarkort fieldset h3 {
  margin: 1.3em 0;
}
.styrkja .fi_txt label,
.minningarkort .fi_txt label {
  width:8.5em;
}
.styrkja .fi_qty,
.minningarkort .fi_qty {
  margin-left: 4.4em;
}
.styrkja .fi_chk label,
.styrkja .fi_sel label,
.minningarkort .fi_chk label,
.minningarkort .fi_sel label {
  float: left;
  width:9em;
  text-align: right;
  padding-right: .5em;
}
.styrkja .fi_sel,
.minningarkort .fi_sel {
  float: left;
  min-height:26px;
}
.styrkja .fi_chk,
.minningarkort .fi_chk {
  margin: 1em 0;
  float: left;
}
.styrkja .fi_sel select,
.minningarkort .fi_sel select {
  float: left;
}
.subreq {
  display: none;
}


/* ******  advert / imglink  ****** */
/*
  NOTE: this trips up many AdBlockers
  Only use this class-name for actual paid/commercial ad banners
  - not for generic ".imglink"s within the site.
*/
.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.advert .boxhead { text-align: left; }
.advert .boxbody { text-align: center; }
.advert img { margin-bottom: 1em; }





/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width: 7em;
  float: left;
  margin-top: .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left: 7em;
}





/* ******  qsearchlink  ****** */
.qsearchlink {
  position: absolute;
  top: 55px;
  line-height: 1;
  margin-top: -.5em;
  right: 50%;
  margin-right: -465px;
  width: 290px;
  text-align: right;
}
.qsearchlink a {
  display: inline-block;
  padding: 3px 10px;
  color: #777;
  font-weight: bold;
}
.qsearchlink a:before {
  content: "\00a0";
  display: inline-block;
  width: 26px;
  min-height: 30px;
  margin: -10px 5px -10px 0;
  vertical-align: middle;
  background: url(i/btn-search.png) 50% 50% no-repeat;
  opacity: .15;
}
.qsearchlink a:hover:before,
.qsearchlink a:focus:before,
.qsearchlink a:active:before {
  opacity: .40;
}

/* ******  qsearch  ****** */
/*
.qsearch {
  position: absolute;
  top: 53px;
  margin-top: -.8em;
  right: 50%;
  margin-right: -465px;
  width: 290px;
  text-align: right;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding: 0; }
.qsearch .fi_txt input { 
  width: 245px; 
  font-size: .92em;
  padding: 6px 30px 6px 8px;
}
.qsearch .fi_txt input.labelized {
  color: #9e9c9c;
  font-style: italic;
}
.qsearch .fi_btn {
  position: absolute;
  right: 5px;
  top: 4px;
}
.qsearch .fi_btn input { 
  /+ input-button image replacement +/padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-9999px; text-indent:-999em; text-align:left; overflow:hidden;
  background: url(i/btn-search.png) 0 0 no-repeat;
  width: 26px;
  height: 30px;
  opacity: .60;
}
.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus {
  opacity: 1;
}
.searchresults .more{
  text-indent:-9999px;
}
*/

  


/* ******  searchresults  ****** */
.searchresults form.search {
  margin-bottom: 1em;
}
.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 .item h3 small {
  font-size: 1em;
  width: 1.6em;
  display: inline-block;
}
.searchresults .item .summary {
  padding-left: 2em;
}
.searchresults .item .more a {
  padding: 0;
  background: none;
  float: none;
}

.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 li {
  margin: 0 4px;
}
.searchresults .paging .stepper {
  float: right;
  padding-right: 6em;
  position: relative;
}
.searchresults .paging .next {
  position: absolute;
  right: 0;
}
.searchresults .paging .prev {
  float: left;
}
.searchresults .paging .jump {
  float: left;
  max-width: 15em;
}




/* ******  sitemap  ****** */
.sitemap .boxbody {
  padding-bottom: 3em;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.sitemap .level1 ul {
  margin: 0;
  padding: 5px 0 1px;
  clear: both;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.sitemap li { 
  width: 15em;
  margin-bottom: 1em;
  position: relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.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 10px 2px 25px;
  background: #f8f8f8 none 95% 45% no-repeat;
  font-size: 1.17em;
  border: 1px solid #d9d9d9;
  color: #3f3f40;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { 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;
}



/* ******  footer  ****** */
.footer {
  background: url(i/footer-logo.png) 22px 0 no-repeat;
  padding-left: 124px;
  color: #303030;
  position: relative;
  _height:62px;min-height:62px;
}
.footer .boxhead {
  font-weight: bold;
  font-size: 1em;
}
.footer .boxbody {
  font-size: .92em;
  line-height: 1.54em;
}
.footer a {
  color: #700707;
  text-decoration: underline;
}
.footer a.netfang,
.footer .netfang a {
  color: #303030;
  text-decoration: none;
}
.footer i { padding: 0 2px; }

.footer .open {
  position: absolute;
  right: 0;
  top: 2px;
  padding: 10px 110px 10px 13px;
  width: 172px;
  background: #dbdbdb;
  min-height: 37px;
  _height: 37px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.footer .open p { margin: 0; }
.footer .open li {
  position: absolute;
  right: 13px;
}
.footer .open li.youtube { right: 59px; }
.footer .open li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -999em;
  width: 37px;
  height: 37px;
  background: url(i/follow.png) 0 0 no-repeat;
  opacity: .60;
  filter: alpha(opacity=60);
}
.footer .open li.facebook a { background-position: -37px 0; }
.footer .open li a:hover,
.footer .open li a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}


.mkortbtn {
  position: absolute;
  top:20px;
  right:50%;
  margin-right: -72px;
}
.mkortbtn a {
  background: url(i/minningarkort.png) 0 0 no-repeat;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 131px;
  height: 59px;
}
.tilfyrirmyndar {
  display: block; overflow;: hidden; text-indent: -999em;
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: -160px;
  width: 66px;
  height: 74px;
  background: url(i/fyrirmyndarstofnun.jpg) 0 0 no-repeat;
}


/* ******  byggiraeplica  ****** */
.byggiraeplica {
  padding: 20px 0 10px;
  float: right;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.byggiraeplica a {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left: 135px;
  padding-top: 19px;
  background: url(http://codecentre.eplica.is/f/ba_e2-b50.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b50.png',sizingMethod='crop');
}
.en .byggiraeplica a {
  background: url(http://codecentre.eplica.is/f/e2-b50.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/e2-b50.png',sizingMethod='crop');
}




/* ******  imgbanner  ****** */
.imgbanner {}





/* **** booklist **** */
.pgmain .eqheight {
  position: relative;
}
.pgmain .booklist {}
.booklist .item {
  width: 91px;
  float: left;
  margin: 0 13px 13px;
  text-align: center;
}
.booklist .item h3 { font-size: .85em; }
.booklist .item h3 a { color: #070707; }
.booklist .moreolder {
  border-top: 1px solid #dededb;
  width: 254px;
  padding: 7px 0 10px;
  overflow: hidden;
  position: absolute;
  right: 21px;
  bottom: 0;
  margin: 0;
}
.booklist .moreolder a {
  float: right;
}

.booklist .listscroller-wrapper {
  overflow: hidden;
}
.booklist .listscroller-clip {
  width: 10000px;
}
.booklist .status { display: none; }

.booklist .paging li {
  position: absolute;
  top: 95px;
  left: 13px;
}
.booklist .paging li.next {
  left: auto;
  right: 12px;
}
.booklist .paging li a {
  background: url(i/bok-pager.png) 0 0 no-repeat;
  display: block;
  width: 11px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999em;
}
.booklist .paging .next a { background-position: -11px 0; }





/* ****** pagestyle  ****** */
.pagestyle { 
  position: absolute;
  top: 20px;
  right: 50%;
  margin-right: -465px;
  margin-top: -.5em;
  width: 100px;
  z-index: 10;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle ul {
  padding-right: 32px;
  float: right;
  position: relative;
}
.pagestyle li {
  float: right;
  _display: inline;
  margin-left: 4px;
}
.pagestyle a {
  display: block;
  color: #363636;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 17px;
}

.pagestyle .dwn a {
  font-size: 15px;
  padding-top: 1px;
  ~padding-top: 0;
}
.pagestyle .bold a {
  font-weight: bold;
}
.pagestyle .userstyles a,
.pagestyle .stillingar a {
  position: absolute;
  right: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  margin: 0;
  background-image: url(i/stillingar.png);
}
.pagestyle .userstyles a:hover,
.pagestyle .userstyles a:focus,
.pagestyle .stillingar a:hover,
.pagestyle .stillingar a:focus {
  background-position: -24px 0;
}

.wrap .pagestyle a:hover,
.wrap .pagestyle a:focus {
  text-decoration: none;
  color: #AC0D0D;
}









/* ******  blue  ****** */
body.blue {
  background-image: url(i/pgt-blue.png);
}
.blue .mnav .parent a,
.blue .mnav .current a {
  background-color: #7dc3e4;
}

.blue .snav .parent a,
.blue .snav .current a {
  border-color: #7dc3e4;
}
.blue .snav .level2 .parent a, 
.blue .snav .level2 .current a {
  background-image: url(i/snav-sq-blue.png);
}



/* ******  yellow  ****** */
body.yellow {
  background-image: url(i/pgt-yellow.png);
}
.yellow .mnav .parent a,
.yellow .mnav .current a {
  background-color: #fae213;
}

.yellow .snav .parent a,
.yellow .snav .current a {
  border-color: #fae213;
}
.yellow .snav .level2 .parent a, 
.yellow .snav .level2 .current a {
  background-image: url(i/snav-sq-yellow.png);
}



/* ******  blue  ****** */
body.green {
  background-image: url(i/pgt-green.png);
}
.green .mnav .parent a,
.green .mnav .current a {
  background-color: #b2e550;
}

.green .snav .parent a,
.green .snav .current a {
  border-color: #b2e550;
}
.green .snav .level2 .parent a, 
.green .snav .level2 .current a {
  background-image: url(i/snav-sq-green.png);
}



/* ******  purple  ****** */
body.purple {
  background-image: url(i/pgt-purple.png);
}
.purple .mnav .parent a,
.purple .mnav .current a {
  background-color: #D886F7;
}

.purple .snav .parent a,
.purple .snav .current a {
  border-color: #D886F7;
}
.purple .snav .level2 .parent a, 
.purple .snav .level2 .current a {
  background-image: url(i/snav-sq-purple.png);
}





/* ******  home  ****** */
.home .pginnerwrap {
  border: 0;
  background: 0;
}
.home .pgextra3 {
  border: 1px solid #dededb;
  padding: 14px 309px 14px 14px;
  background: #fff;
  position: relative;
  margin-bottom: 19px;
}
.home .pgextra3 .wrap {
  border: 1px solid #e6e6e3;
  background: #f5f5f5;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.home .pgextra3 .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.home .pgmain {
  background: url(i/pgm-home.png) 0 0 repeat-y;
  padding: 0;
  width: 960px;
}
.home .pgmain .wrap {
  background: url(i/pgmw-home.png) 0 100% no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.home .pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.home .pgmain  .box {
  float: left;
}





/* tnav */
.pgextra3 .tnav {
  background: url(i/tnav-sep.png) 0 50% no-repeat;
  float: left;
  width: 187px;
  min-height:128px;
  padding: 17px 12px 24px 13px;
  position: relative;
}
.pgextra3 .yellow {
  padding-left: 12px;
  background: none;
}
.pgextra3 .tnav .boxhead {
  padding: 2px 5px 3px 5px;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.1;
  width: 116px;
  margin-bottom: 10px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.pgextra3 .yellow .boxhead { background: #fae213 url(i/tnav-yellow.png) 100% 50% no-repeat; }
.pgextra3 .red .boxhead { background: #e02626 url(i/tnav-red.png) 100% 50% no-repeat; }
.pgextra3 .green .boxhead { background: #b2e550 url(i/tnav-green.png) 100% 50% no-repeat; }
.pgextra3 .blue .boxhead { background: #7dc3e4 url(i/tnav-blue.png) 100% 50% no-repeat; }
.pgextra3 .purple .boxhead { background: #D886F7 url(i/tnav-purple.png) 100% 50% no-repeat; }

.pgextra3 .tnav li a {
  color: #070707;
  background: 5px 45% no-repeat;
  padding: 4px 0 4px 17px;
  display: block;
}
.pgextra3 .yellow li a { background-image: url(i/tnav-sq-yellow.png) }
.pgextra3 .red li a { background-image: url(i/tnav-sq-red.png) }
.pgextra3 .green li a { background-image: url(i/tnav-sq-green.png) }
.pgextra3 .blue li a { background-image: url(i/tnav-sq-blue.png) }
.pgextra3 .purple li a { background-image: url(i/tnav-sq-purple.png) }

.pgextra3 .tnav .icn {
  background: url(i/tnav-music.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  right: 5px;
  top: -10px;
  width: 55px;
  height: 61px;
}
.pgextra3 .green .icn { background-image: url(i/tnav-dude.png); }
.pgextra3 .blue .icn { background-image: url(i/tnav-dog.png); }



/* videolink */
.pgextra3 .videolink {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 281px;
}
.pgextra3 .videolink p {
  font-size: 1em;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  background: url(i/vl-bottom.png) 100% 100% no-repeat;
  margin: 4px 0 0;
  padding: 0 0 4px 5px;
  font-weight: bold;
}
.pgextra3 .videolink p a { color: #3a3c3d; }




/* articlelist */
.home .pgmain .articlelist {
  padding: 25px 18px 10px 25px;
  margin: 0 12px 0 0;
  width: 608px;
  position: relative;
  border-top: 1px solid #dededb;
}
.home .pgmain .articlelist .boxhead { position:absolute;right:9999px;left:auto; }
.home .pgmain .articlelist .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.home .pgmain .articlelist .item {
  margin: 0;
  width: 387px;
  margin-right: 44px;
  float: left;
}
.home .pgmain .articlelist .item img {
  float: right;
  margin: .2em 0 2em 16px;
}
.home .pgmain .articlelist h3 a { color: #070707; }
.home .pgmain .articlelist ul {
  width: 177px;
  float: left;
  clear: none;
  padding-bottom: 45px;
}
.home .pgmain .articlelist li a { color: #070707; }
.home .pgmain .articlelist .moreolder {
  border-top: 1px solid #dededb;
  width: 177px;
  padding: 7px 0 10px;
  overflow: hidden;
  position: absolute;
  right: 18px;
  bottom: 0;
  margin: 0;
}
.home .pgmain .articlelist .moreolder a {
  float: right;
}


/* file icons */

a.external .icon,
a.file_doc .icon,
a.file_pdf .icon,
a.file_xls .icon {
  display: inline-block;
  height: 1em;
  min-height:14px;
  margin-bottom: -2px;
  overflow: hidden;
  text-indent: 18px;
}
a.external .icon { background: url(i/icn-external.png) 100% 0 no-repeat; ~background-position: 0 0; width: 10px; margin-bottom: -3px; }
a.file_doc .icon { background: url(i/icn-doc.gif) 0 0 no-repeat; ~background-position: 0 0; width: 14px; }
a.file_pdf .icon { background: url(i/icn-pdf.gif) 0 0 no-repeat; ~background-position: 0 0; width: 14px; }
a.file_xls .icon { background: url(i/icn-xls.gif) 0 0 no-repeat; ~background-position: 0 0; width: 14px; }




/* booklist */
.home .pgmain .booklist {
  width: 254px;
  float: right;
  clear: right;
  margin: 0 21px;
  padding-bottom: 35px;
}
.home .booklist .boxhead { position:absolute;right:9999px;left:auto; }
.home .booklist .boxbody {
  padding: 20px 10px 0;
}

.home .pgmain .tab-box {
  float: right;
  width: 297px;
  border-top: 1px solid #dededb;
}

.home .pgmain .tab-box li {
  float: left;
  background: #f1f1f1;
  border-left: 1px solid #dededb;
  border-bottom: 1px solid #dededb;
}
.home .pgmain .tab-box .current {
  border-bottom: 1px solid #fff;
  background: #fff;
}
.home .pgmain .tab-box a {
  display: block;
  width: 147px;
  padding: 14px 0 6px;
  text-align: center;
  
  color: #5d6061;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.home .pgmain .tab-box .current a { color: #2d2f30; }
.home .pgmain .tab-box strong { font-weight: normal; }


/* *** eqheight *** */
.eqheight {
  float: left;
}




/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active {  text-decoration: underline; }
div.wrap a:hover,
div.wrap a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }








