.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print { display: none; }



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

html { overflow-y: scroll; -ms-overflow-y: scroll; }


body {
  background: #e4e4e4;
  margin: 0;
  padding: 0;
  color: #272727;
  line-height: 1.4;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

body,
body.zoom1 { font-size: 11px;  ~font-size:  68.75%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 18px;  ~font-size: 112.50%; }


div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color : #549cc8;
  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;
  color : #549cc8;
}
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 acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}






form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #888;
  background: #fff;
  color: #000;
}

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

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #888;
  color: #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #c00;
  color: #c00;
}

.fi_bdy label,
.fi_sel label,
.fi_txt label {
  display : block;
  font-weight: bold;
}

.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


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






/* *****  clear  ***** */
.clear { display: none; } /* depricated by other float-clearing techniques. */



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

.pgwrap {
  position: relative;
  width: 800px;
  margin: 15px auto;
  text-align: left;
  padding : 8px 8px 0 8px;
  background : #fff url(i/backgr.png) 0 0 repeat-y;
}

.threecol .pgwrap {
  background : #fff url(i/backgr-3col.png) 0 0 repeat-y;
}
.home .pgwrap {
  background : #fff url(i/backgr-home.png) 0 0 repeat-y;
}

.pghead { 
  background : url(i/backgr-top.png) 0 0 no-repeat;
  margin : -8px -8px 2em -8px;
  padding : 16px;
}
.pghead .wrap {
  background : #fff;
}
.pghead .brand {}
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */

.pgmain {
  float: left;
  margin-left: 182px;
  margin-left: 174px;
  width: 610px;
  _display: inline;
}

.threecol .pgmain {
  width: 416px;
}

.pgmain .wrap {
  padding: 0;
}

.pgextra1 {
  float: right;
  width: 185px;
  _display: inline;
}
.threecol .pgextra1 {
  margin-right : 0px;
  margin-left : -8px;
}


.pgextra2 {
  float: left;
  width: 166px;
  margin-left: -800px;
  _display: inline;
}
.threecol .pgextra2 {
  margin-right : 0px;
  margin-left : -606px;
}


.pgfoot {
  clear: both;
  margin : 0 -8px;
  background : url(i/backgr-bottom.png) 0 0 no-repeat;
  _height:0;min-height:0;/* ie hasLayout fix */
}


.home .pgextra2 {
  float: right;
  width: 230px;
  _display: inline;
  margin-right : 0;
  margin-left : -8px;
}
.home .pgmain {
  margin-left : 0;
  margin-right : 0;
  width : 546px;
}

.pgextra3,
.pgextra2,
.pgextra1,
.pgmain {
  padding : 0 8px;
  margin-bottom : -8px;
}
.pgextra1 {
  padding-bottom : 131px;
}


.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap,
.pgmain .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}




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


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
}

.boxhead { padding-top: 0; margin-top: 0; font-size : 1.17em; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }
.boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pgextra2 .boxbody,
.pgextra1 .boxbody {
  padding-bottom : 1.5em;
}

.pgextra1 .boxhead {
  border-top : 8px solid #fff;
  background : #f4f4f4;
  margin : -8px 0 -25px 0;
  padding : 20px 20px 0px 20px;
  font-size : 1.2em;
  text-transform : uppercase;
  position : relative;
  z-index: 1;
}
.pgextra1 .boxbody {
  border-top : 8px solid #fff;
  margin : -8px 0 8px 0;
  padding : 20px 20px 20px 20px;
}


.article h1,
.pgmain .boxhead {
  font-size : 1.4em;
  font-weight : normal;
  text-transform : uppercase;
  color : #3887B6;
  padding : 20px 0 3px 0;
}


/* ********************************** */
/* Front page boxes                   */
/* ********************************** */

.frontmap .boxhead,
.frontbanner .boxhead,
.frontsidebanner .boxhead { position:absolute;right:19999px;left:auto; }
.frontbanner {
  border-bottom : 8px solid #fff;
  /* background : #ff8; */
}
.frontsidebanner {
  overflow : hidden;
  width : 230px;
  /* background : #ff8; */
  border-bottom : 8px solid #fff;
}
.home .frontsidebanner .boxbody {
  padding-bottom : 0;
}
.frontbanner object,
.frontsidebanner object {
  display: block;
}
.home .infobox {
  clear : left;
  float : left;
  width : 234px;
  margin-right : 8px;
/*  background : #f4f4f4;*/
  padding : 11px 20px 5px;
}
.home .infobox p {
  margin: 0;
}
.home .articlelist .boxhead,
.home .infobox .boxhead {
  font-weight : bold;
  text-transform : uppercase;
  border : 0;
  margin : 0;
  font-size : 1.1em;
  padding : 0 0 .2em 0;
  color : #4f4f4f;
}
.home .articlelist .boxhead a,
.home .infobox .boxhead a {
  color : #4f4f4f;
}

.home .frontmap {
  float : left;
  width : 264px;
  overflow : hidden;
}

.home .articlelist {
  padding : 11px 20px;
  margin-bottom : 0;
}
.home .articlelist .boxbody {
  padding: 0;
}
.home .articlelist li {
  padding : 0;
  position : relative;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.home .articlelist li a {
  padding : 1.4em 0 .2em 0;
  display : block;
  font-weight : normal;
  color : #333;
  position : relative;
  z-index : 1;
}
.home .articlelist li .meta {
  color : #549cc8;
  position : absolute;
  top : 0;
  left : 0;
  font-size : 1em;
}



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

/* ******  imgbanner  ****** */
.imgbanner {

}
.imgbanner .boxhead {

}
.imgbanner .boxbody {
  border-top : 8px solid #fff;
  padding : 0;
  margin : -8px 0 8px 0;
}

.pgextra1 .imgbanner {
  width : 185px;
  overflow : hidden;
  border-bottom : 8px solid #fff;
  margin-bottom : 0;
}


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





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float: left;
  padding: 0 10px 0 10px;
  background: url(i/more-arrow.png) 0% 50% no-repeat;
}

.buttons {
  _height:0;min-height:0;/* ie hasLayout fix */
}
.buttons:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.buttons a.btnback {
  display : none;
}
.buttons a.senda,
.buttons a.prenta {
  height :30px;
  width :30px;
  overflow : hidden;
  float : left;
  display : inline;
  text-indent : -9999em;
  padding : 0;
  background : url(i/icon-print.png) 0 0 no-repeat;
}
.buttons a.senda {
  background : url(i/icon-mail.png) 0 0 no-repeat;
}



/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1em; 
  margin: 0;
}
.articlelist .summary { line-height: 1.4; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a {
  font-weight: bold; 
}




/* ******  article  ****** */
.article .boxbody { line-height: 1.4; }
.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
}
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }

.article 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 table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th {
  font-weight: bold;
  padding: .2em .4em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #f8f8f8;
}
.article td {
  padding: .2em .4em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.article tr.alt td {
  background-color: #f8f8f8;
}
.article tr:hover td {
 background-color: #e4eff9;
}
.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  list-style: disc;
  padding-left: 2.5em;
  margin-bottom: .7em;
}
.article li { margin-bottom: .54em; }


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

.chapters ul { list-style: none; padding: 0; overflow: hidden; }
.chapters li { float: left; margin-right: 1em; }







/* newsticker */
.pgextra1 .newsticker .boxhead {
  padding: 20px 10px 0;
}
.pgextra1 .newsticker .boxbody {
  padding: 20px 10px;
}



/* clist */
.clist {
}
.clist .boxbody {
  _height:0;min-height:0;/* ie hasLayout fix */
}
.clist .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.clist .item {
  float : left;
  width : 40px;
  margin-right : 8px;
  width : 110px;
  padding-left : 90px;
  padding-bottom : 12px;
  border-bottom : 1px dotted #B2B2B2;
  position : relative;
}
.clist .item h3 { text-transform : uppercase; }
.clist .item h3 a { color : #333; }
.clist .item img {
  position : absolute;
  top : 0;
  left : 0;
  margin : 0;
}



/* ******  imgbox  ****** */
.imgbox {
  position: static;
  float: left;
  padding: 1px;
  margin: 0 0 .75em 12px;
  border: 1px solid #ddd;
  margin: 0;
  width: auto;
}
.imgbox .boxbody {
  display: inline;
  padding: 0;
  margin: 0;
}
.imgbox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
}
.imgbox .imgcontent { width: 200px; }
.imgbox .imgtext {
  color: #333;
  font-weight: normal;
  font-size: .92em;
}
.imgbox .imgmeta {
  width: 200px;
  color: #666;
  font-weight: normal;
  font-size: .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float: none;
  padding: 0;
}
.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width: auto; }







/* ******  quizbox  ****** */
.quizbox .question { font-weight: bold; }
.quizbox h3 {
  margin: .5em 0;
}
.quizbox .thanks {
  color: #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom: .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display: inline; }
.quizbox .options li {}
.quizbox span.stat { display: block; }
.quizbox span.stat i {
  font-style: normal;
  color: #777;
  padding-left: .5em;
}
.quizbox span.bar {
  display: block; 
  background-color: #ddd;
}
.quizbox .results .bar img {
  height: .91em;
  background: #888;
}
.pgmain p.morequizes { 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: #777;
  margin: 0;
}
.quizlist .totalnum { margin-top: .7em; }
.quizlist .dates b,
.quizlist .totalnum b {
  float: left;
  margin-bottom: .09em;
  margin-right: .5em;
  font-weight: normal;
  width: 10em;
}






/* ******  contactform  ****** */
.contactform .boxbody { 
  padding-bottom: 2em;
}
.contactform p { clear: both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width: 9em;
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {
  margin-left: 9em;
  _margin-left: 9.2em;
}
.contactform textarea { width: 70%; }


/* ******  links  ****** */

.links {
}
.links .boxhead {
  color : #a9c066;
}
.links li {
  color : #a9c066;
  background : url(i/links-bullet.png) 0 50% no-repeat;
  padding : .2em 0 .2em 12px;
  margin : 0;
}
.links li a {
  color : #333;
}


/* ******  mnav  ****** */
.mnav {
  text-transform : uppercase;
  position: absolute;
  top: 122px;
  left: 8px;
  width: 784px;
  background : #1f74a7 url(i/mnav.png) 0 0 repeat-x;
  border : 8px solid #fff;
  z-index: 2;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { padding: 0; }
.mnav ul {
  padding-left : 8px;
}
.mnav li {
  _display: inline;
  float: left;
}

.mnav .boxbody a {
  display: block;
  padding : .55em 10px;
/*  padding: .1em .33em;*/
  color : #fff;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active,
.mnav .parent a,
.mnav .current a {
  background : #4893c0;
  -moz-border-radius : 7px;
  -webkit-border-radius : 7px;
  outline : 0;
  color : #fff;
  text-decoration : none;
}
.home .mnav .parent a,
.home .mnav .current a {
}


/* ******  snav  ****** */
.snav {}
.snav .boxhead {
  background : #86bedf;
  color : #fff;
  font-size : .9em;
  font-weight : normal;
  text-transform : uppercase;
  padding : 3px 0 3px 5px;
  margin : 0;
}
.snav ul {}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding-bottom: 0;
}

.snav .boxbody a {
  display : block;
  padding : .3em 0 .3em 12px;
  border-bottom : 1px dotted #b2b2b2;
  color : #444;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  color : #3887B6;
}
.snav .parent a,
.snav .current a {
  color : #549cc8;
}

.snav .level2 {}

.snav .level2 a {
  color : #444;
  padding-left : 24px;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  color : #549cc8;
}

.snav .level2 .level3 a {
  color : #444;
  padding-left : 32px;
}
.snav .level3 .current a {
  color : #549cc8;
}




/* ******  enav  ****** */

.enav { 

}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav ul {
  overflow: hidden;
  width: auto;
}
.enav li {
  float: left;
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.enav li.cat1 { border: none; }

.enav .boxbody a {}

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


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

.langnav {
  position: absolute;
  top: -22px;
  right: 22px;
  width: 250px;
}
.langnav .boxhead { 
display : none;
position:absolute;right:9999px;left:auto; }
.langnav li {
  float : right;
  display: inline;
  margin-left : 2px;
}
.langnav li a {
  display : block;
  overflow : hidden;
  height : 24px;
  width : 24px;
  text-indent : -9999em;
  background : url(i/lang.png) 0 0 no-repeat;
}
.langnav .cat1 a {
  background-position : -103px 0; /* is */
}
.langnav .cat2 a {
  background-position : -52px 0; /* es */
}
.langnav .cat3 a {
  background-position : -77px 0; /* ch */
}
.langnav .cat4 a {
  background-position : -26px 0; /* en */
}
.langnav .cat5 a {
  background-position : 0 0; /* de */
}


/* ******  flnav  ****** */

.flnav {
  position: absolute;
  top: 27px;
  margin-top: -.5em;
  right: 79px;
  width: 250px;
  z-index: 2;
}
.flnav .boxhead { 
display : none;
position:absolute;right:9999px;left:auto; }
.flnav ul {
  text-align : right;
  overflow: hidden;
  width: auto;
  display : block;
}
.flnav li {
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.flnav li.cat1 { border: none; }
.flnav .boxbody a {
  color : #888;
}

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






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

.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 {
  text-align: center;
  width: 100%;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.advert:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.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;
}



/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  top: 111px;
  margin-top: -.8em;
  right: 20px;
  width: 210px;
  text-align : right;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding: 0; }
.qsearch .fi_txt input {
  width: 120px;
  border : 1px solid #ccc;
}
.qsearch .fi_btn input { 
  width: 3.5em;
  font-size: .91em; 
  height : 18px;
  width : 40px;
  border : 0;
  background : url(i/searchbutton.png) 0 0 no-repeat;
  color : #fff;
}



/* ******  sitemap  ****** */
.sitemap .boxbody {
  font-weight: bold;
  font-size: 1.08em;
  padding-bottom: 3em;
}
.sitemap ul { width: 13em; }

.sitemap .level1 ul {
  margin: -3px 0 0 110px;
  _margin-bottom: -.5em;
  font-size: .92em;
  padding-bottom: 3px;
}
.sitemap ul.level3 {
  font-weight: normal;
  margin-left: 100px;
}
.sitemap ul.level4 {
  margin-left: 90px;
  font-size: 1em;
}
.sitemap li { margin-bottom: .5em; }

.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 10px;
  background: #fff none 95% 45% no-repeat;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { border-color: #d9d9d9; }
.sitemap .level3 a,
.sitemap .level3 i { border-color: #e9e9e9; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { border-color: #c00; }
.sitemap .boxbody i:hover { border-color: #aaa; }






/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
  background: #F4F4F4;
  position : relative;
}

.mediagallery .boxhead {
  padding: 14px 14px 18px;
  font-weight: bold;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  padding: 0 0 15px 14px;
  position : relative;
}

.mediagallery li a {
  background: #fff;
  border: 1px solid #E0DFDF;
  display : block;
  width: 183px;
  height: 174px;
  text-align: center;
  padding-top: 9px;
  overflow: hidden;
}

.mediagallery li a:hover,
.mediagallery li a:focus,
.mediagallery li a:active {
  border: 2px solid #86BEDF;
  width: 179px;
  height: 172px;
  margin: 1px;
  padding-top: 7px;
}

.mediagallery li .summary {
  width: 185px;
  text-align: center;
  top: 136px;
  position : absolute;
}

.mediagallery .count {
  font-size: 1.1em;
}

.mediagallery li .summary p { position:absolute;right:9999px;left:auto; }



.mediagallery .pgs {
  clear: both;
  position : absolute;
  top: 45px;
  right: 36px;
  font-size: 1.1em;
  margin-top: -.6em;
}

.mediagallery .pgr {
  position : absolute;
  top: 43px;
  right: 10px;
  width: 100px;
}

.mediagallery .pgr 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: 7px;
  height: 8px;
  position: absolute;
  left: 0;
  background: url(i/gallery-arrow-prev.png) no-repeat;
}

.mediagallery .pgr a:hover,
.mediagallery .pgr a:focus,
.mediagallery .pgr a:active {
  background-position: 0 -8px;
}

.mediagallery .pgr a.next {
  left: auto;
  right: 10px;
  background-image: url(i/gallery-arrow-next.png);
}


/* imagelist (extends: mediagallery) */

.imagelist li a {
  width: 133px;
  height: 102px;
}

.imagelist li a:hover,
.imagelist li a:focus,
.imagelist li a:active {
  width: 129px;
  height: 100px;
}



/* singleimage */

.singleimage .image {
  text-align: center;
  padding-bottom: 1em;
}





/* ******  people  ******* */
.people {
  background : #f4f4f4;
  padding : 20px;
}
.people .boxhead {
  background : #f4f4f4;
  padding : 0;
  margin : 0;
  border : 0;
}

.people h3 {
}

.people table { 
  width: 100%; 
  border-top: 1px solid #ddd;
}

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

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



/* ******  persona  ******* */
.persona {
  background : #f4f4f4;
  padding: 0;
}
.persona .boxbody {
  padding : 12px 12px 12px 186px;
  overflow: hidden;
  _height:auto;
}
.persona .imgbox {
  padding : 0;
  border : none;
  margin : 0 0 0 -174px;
}
.persona .imgbox .boxbody {
  padding: 0;
  overflow:visible;
}
.persona .imgbox img {
  max-width : 152px;
  _width: 152px;
}
.persona h1 {
  font-size: 1.45em;
}
.persona .subtitle {
  margin: -.65em 0 1em;
  font-size : 1.09em;
  color : #4a4a4c;
  font-weight: normal;
}
.persona p {
  font-size: 1em;
}
.persona li {
  font-size: 1.09em;
  padding-bottom: .2em;
}
.persona li strong {
  font-weight: normal;
}
.persona li a {
  color : #4a4a4c;
}



/* ******  footer  ****** */
.footer .boxhead { display: none; }
.footer {
  background : url(i/footer.png) 16px 1px no-repeat;
  padding : 30px 0 0 0;
  text-align : center;
  z-index : 2;
  position : relative;
  color : #58595b;
  height : 30px;
  overflow : hidden;
/*  line-height : 30px;*/
}
.footer p {
  margin : 0;
}
/*
.footer a {
  color : #58595b;
}
*/



/* ******  byggiraeplica  ****** */
.byggiraeplica {
  position : absolute;
/*  top : 0;*/
  left : 0;
  padding: 20px 0 60px 0;
  width : 800px;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
  float : left;
}
.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-b25.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b25.png',sizingMethod='crop');
}





/* ******  imgrotate  ****** */
.imgrotate {
  position : absolute;
  bottom : 52px;
  right : 16px;
  border-top : 8px solid #fff;
}





/* ****** pagestyle  ****** */
.pagestyle { 
  position: absolute;
  top: 20px;
  right: 20px;
  _width : 55px;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle li {
  float: right;
  _display: inline;
  margin-left: 0;
}
.pagestyle a {
  display: block;
  overflow: hidden;
  text-indent: -99999em;
  width: 27px;
  height: 18px;
  background: url(i/fontsize.png) 0 0 no-repeat;
}
.pagestyle .dwn a {
  background-image: url(i/fontsize.png);
  background-position: 0 -18px;
}
.pagestyle .userstyles a {
  display : none;
}

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
}




/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

.ipopup-container-wrapper { 
  margin: 63px auto; 
  padding: 17px 12px 10px;
  display : inline-block;
  border: 1px solid #E0DFDF;
  background: #fff;
  width: 778px;
  position : relative;
  min-height: 454px; _height: 454px;
}

.ipopup-container .img {
  display: block;
  text-align: center;
}

.ipopup-container .image img {
  _width: 778px;
  max-width: 778px;
  margin-bottom: .8em;
}

.ipopup-container .title,
.ipopup-container .desc {
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: .6em;
  display : block;
}

.ipopup-container .desc {
  font-weight: bold;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}

.ipopup-container .status {
  text-align: right;
}

.ipopup-container .status strong {
  font-weight: normal;
}

.ipopup-container .stepper {
  height: 0;
}

.ipopup-container .stepper a {
  position : relative;
  top: -363px;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width : 40px;
  height : 40px;
  background: url(i/imgpop-prev.png) no-repeat;
  _background-image: url(i/imgpop-prev.gif);
  float: left;
}

.ipopup-container .stepper a:hover,
.ipopup-container .stepper a:focus,
.ipopup-container .stepper a:active {
  background-position: 0 -40px;
}

.ipopup-container .stepper li a {
  position : absolute;
  left: 9px;
  top: 280px;
}

.ipopup-container .stepper .next a {
  background-image: url(i/imgpop-next.png);
  _background-image: url(i/imgpop-next.gif);
  right: 9px;
  left: auto;
}

.ipopup-container .stepper .close a {
  position : absolute;
  width : 44px;
  height : 44px;
  background: url(i/imgpop-close.png) no-repeat;
  _background-image: url(i/imgpop-close.gif);
  top: -15px;
  right: -9px;
  left: auto;
}

.ipopup-container .stepper .close a:hover,
.ipopup-container .stepper .close a:focus,
.ipopup-container .stepper .close a:active {
  background-position: 0 -44px;
}

.ipopup-container .paging li.nav-end { display: none; }






/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }







