/* layout */

.pgmain {
  margin : 0;
  width: 971px;
  position : relative;
  background: url(i/pb-bg.gif) repeat-y;
  padding: 0;
  margin-bottom: 17px;
}

.pgmain .wrap {
  background: url(i/pb-bot.gif) no-repeat 0 100%;
  padding-bottom: 25px;
  ~padding-bottom: 18px;
  _padding-bottom: 5px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pgextra1 {
  float : left;
  width : 0;
  margin-left : -646px;
  _display : inline;
}

.pgextra3 {
  display: block;
  position : relative;
  z-index: 2;
  _height:0;~min-height:0; /* ie hasLayout fix */
  padding: 0;
  margin: 0 0 17px;
}

.pgextra3 .wrap {
  _height:0;~min-height:0; /* ie hasLayout fix */
}


a.text,
a.text:hover {
  color: #333;
  text-decoration: none;
}
a.text:hover {
  color: #333 !important; 
}


/* *** breadcrumbs *** */

.breadcrumbs { display : none; }




/* *** box *** */

.rbox {
  margin-top: 0;
}

.pgmain .rbox {
  position: static;
  margin-bottom: 0;
}
.pgmain .roundbox-active .c_tl, 
.pgmain .roundbox-active .c_tr, 
.pgmain .roundbox-active .c_br, 
.pgmain .roundbox-active .c_bl {
  display: block;
  font-size: 1px;
  height: 14px;
  line-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  z-index: 100;
}
.pgmain .roundbox-active .c_tr {
  background-position: 100% 0;
  margin: -1px -1px 0 8px;
}
.pgmain .roundbox-active .c_tl {
    background-position: 0 0;
    margin: -14px 0 -13px -1px;
    width: 8px;
}

.pgmain .rbox .boxbody {
  position: static;
}

.pgmain .rbox {
  width: 231px;
  float: left;
  margin-left: 13px;
  _display: inline;
  margin-right: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.pgmain .rbox .boxbody {
  padding-right: 8px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgmain .rbox .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pgmain .rbox-first {
  width: 477px;
  margin-left: 0;
}

.pgmain .rbox .c_bl,
.pgmain .rbox .c_br,
.pgextra3 .rbox .c_tr,
.pgextra3 .rbox .c_tl { display: none; }

.pgextra3 .rbox,
.pgextra3 .rbox .boxbody { border-top: none; }


.pgextra3 .rbox {
  width: 969px;
  margin-right: 0;
}
.js-active .pgextra3 .rbox {
  margin-bottom: 0;
}

.pgmain .rbox .moreolder {
  position : absolute;
  bottom: 19px;
  clear: both;
  width: 220px;
  text-align: right;
  margin-bottom: -1em;
}

.pgmain .rbox .moreolder a {
  background-image: url(../i/fwd-neg.gif);
  text-decoration: none;
  font-size: .92em;
  font-weight: bold;
  float: none;
}




/* *** tabnav *** */

.tabnav {
  background: #3666A5 url(i/tabnav-bg.gif) no-repeat;
}

.tabnav .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.tabnav ul {
  float: left;
  background: url(i/tabnav-sep.gif) no-repeat 100% 0;
  padding-right: 2px;
}

.tabnav li {
  float: left;
  background: url(i/tabnav-sep.gif) no-repeat;
}

.tabnav li.cat1 {
  background: none;
}

.tabnav li.current {
  background: url(i/tabnav-curr.gif) no-repeat;
  _background-image: url(i/tabnav-sep.gif);
  margin-right: -1px;
  position : relative;
}

.tabnav li.cat1 { _background: none; } /* must for IE6 */

.tabnav .cat1.current {
  background-image: url(i/tabnav-cat1-curr.gif);
}

.tabnav li a {
  float: left;
  color: #fff;
  padding: 8px 26px 6px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
}

.tabnav li.current a {
  background: url(i/tabnav-curr-a.gif) no-repeat 50% 100%;
}

.wrap .tabnav li a:hover,
.wrap .tabnav li a:focus,
.wrap .tabnav li a:active {
  color: #fff;
  text-decoration: underline;
}




/* *** mapnavigation *** */

.mapnavigation {
  clear : both;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.rbox .mapnavigation {
  margin-left: -8px;
  margin-bottom: -8px;
}

.mapnavigation:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.mapnav1 {
  padding-bottom : 12px;
  clear : both;
}

.mapnav1 .buttons {
  margin-top : 0;
  text-align : center;
}

.mapnav1 .buttons ul,
.mapnav1 .buttons li,
.mapnav1 .buttons a {
  float : none;
  display : inline;
}

.mapnav1 .buttons .aths a {
  background : #f9f9d5 url(../i/down.gif) center right no-repeat;
  padding: 4px 10px 4px 3px;
  color : #a00;
}

.mapnav1 .buttons .aths a:hover { color : #F5821F; }

.mapnav1 .buttons .aths_ovirk a { color : #bbb; }

.mapnav2 {
  clear : both;
  border-top : 1px solid #ddd;
  padding : 0;
  background : #f8f9f9 url(i/tab-bottom.gif) repeat-x;
  position : relative;
  z-index : 1;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.mapnav2:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.mapnav2 fieldset  {
  float : left;
  width : 252px;
  padding : 12px 16px 6px;
}

.mapnav2 fieldset.wrapper2 {
  width : 945px;
  padding-right: 8px;
}

.mapnav2 .s_btn {
 float: right;
 position: relative;
 top: 10px;
 margin-left: 5px;
 white-space : nowrap;
}

.mapnav .stationpop {
  top: 35px;
  right: -50px;
}

.mapnav2 fieldset h3 { position:absolute;right:19999px;left:auto; }

.mapnav2 .fi_btn {
  margin-top : 1.55em;
  ~margin-top: 1.6em;
}

.mapnav2 .fi_sel select,
.mapnav1 .fi_sel select {
  width : 180px;
}

.mapnav2 .fi_txt input,
.mapnav1 .fi_txt input {
  width : 232px;
  background: url(../i/input-grad.gif) no-repeat;
  border: 1px solid #D7D7D7;
  font-size: .92em;
  padding-left: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.mapnav2 .fi_txt {
  margin-bottom: 0;
  padding-bottom: .7em;
} 

.mapnav1 br { display : none; }


.dnav {
  float: left;
  font-size: .92em;
  width: 575px;
  padding-left: 55px;
}

.dnav li {
  float: left;
  width: 120px;
  margin-bottom: 8px;
}

.dnav li a {
  font-weight: bold;
  text-decoration: none;
  background: url(../i/fwd-neg.gif) no-repeat 0 .45em;
  padding: 2px 10px;
  float: left;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.dnav li a .icon { display: none; }




/* *** vedurspa *** */


.vedurspa .c_br {
  _position : relative;
  _top: 0;
}

.vedurspa .boxhead {
  display: none;
}

.vedurspa .boxbody {
  border: none;
}

.vedurspa .txtspa {
  margin-top: 35px;
  border: 1px solid #d6d6d6;
  margin-bottom: 7px;
  position : relative;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.vedurspa #sound1,
.vedurspa #sound2,
.vedurspa #sound3,
.vedurspa #sound4,
.vedurspa #sound5,
.vedurspa #sound6 {
  position : absolute;
  top: -28px;
  left: 0;
}

.vedurspa .txtspa h3 {
  margin-top : 0;
  padding: 3px 9px 11px;
  font-family: Arial;
  margin-bottom: 0;
  letter-spacing: -.5px;
  background: #f8f8f8 url(i/txtspa-h3.gif) no-repeat 0 100%;
}

.vedurspa .txtspa p {
  padding: 0 3px 0 8px;
  line-height: 1.4;
}

.vedurspa .txtspa p.detailinfo {
  margin-bottom: 0;
  border-top: 1px solid #d6d6d6;
  font-weight: bold;
  font-size: .92em;
  padding: 6px 10px 8px;
  color: #666;
  margin-bottom: 0;
}


.vedurspa .flink {
  height: auto;
  white-space: normal;
  padding: 0;
  margin: 0;
  clear: both;
}

.vedurspa .flink a {
  font-weight: bold;
  font-size: .92em;
  padding: 0 10px;
  background: url(../i/fwd-neg.gif) no-repeat 0 .33em;
  text-decoration: none;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.vedurspa .ecol .attent {
  margin-bottom: 7px;
}

.ecol .attent,
.ecol .attent_min {
  border: 1px solid #F9C48A;
  margin-bottom: 13px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  position: relative; 
}
.ecol .attent_min {
  border: 1px solid #E6E6E6;
}

.ecol .attent h3,
.ecol .attent_min h3{
  color: #BD1802;
  background: #F9F9D5;
  margin: 0;
  background: #F9F9D5 url(i/attent-h3.gif) no-repeat 0 100%;
  padding: 4px 12px 11px;
  font-size: 1em;
}
.ecol .attent_min h3{
  background: #f8f8f8 url(i/ecol-h3.gif) no-repeat 0 100%;
  color: #235D9A;  
}


.ecol .attent p,
.ecol .attent_min p {
  margin: 0 3px 6px 8px;
  line-height: 1.4;
  display: block;
}

.ecol .itm .table th,
.ecol .itm .table td {
  padding: 2px 6px;
}
.ecol .itm .tables th,
.ecol .itm .tables td {
  padding: 0 6px 1px;  
}
.ecol .itm .table th,
.ecol .itm .tables th {
  padding-top: 5px;
  padding-bottom: 3px;
}
.ecol .itm td.sep {
    padding-top: 7px;
}

.ecol .itm p {
  margin: 0 3px 6px 13px;
  line-height: 1.5;
  display: block;
}

/* .quakemap .c_br,
.quakemap .c_bl,
*/
.rbox .c_br,
.rbox .c_bl { z-index : 10; }


.itemmap_fp {
  margin-left: 8px;
  margin-right: -8px;
  _margin-right: -4px;
  width: 410px;
  cursor: pointer;
  padding-top: 10px;
  float: left;
}

.watermap .itemmap_fp {
  cursor: auto;
}

.itemmap_fp .maptitle1 {
  position : absolute;
  right : auto;
  left: 0;
  top : 0;
  font-size: 1.12em;
  color: #235D9A;
  font-weight: bold;
  cursor: auto;
  margin: 0;
  width: 450px;
}

.itemmap_fp .mapsubtit {
  position : absolute;
  top: 1.5em;
  left: 0;
  color: #666;
  font-size: 1em;
  font-style: italic;
}

.itemmap_fp .mapfoot {
  position : absolute;
  top: 290px;
  right: 0;
  color: #666;
  font-size: .8em;
}

.itemmap_fp img.legend {
  margin-top: 15px;
}


/* *** vedurkort *** */

.vedurkort #fpo {
  position : relative;
  z-index: 20;
  margin-bottom: 20px;
}

.vedurkort .ecol {
  float: right;
  width: 465px;
  margin-right: 13px;
  _display: inline;
  padding-bottom: 5px;
}

/* *** tinav *** */

.tinav {
  padding-left: 9px;
  padding-top: 3px;
  background: url(i/tinav-bottom.gif) repeat-x 0 100%;
}

.tinav ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}

.tinav li {
  float: left;
  margin-left: 6px;
  _display: inline;
}

.tinav li a {
  float: left;
  padding: 3px 13px 1px;
  text-decoration: none;
  color: #555;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #F2F2F2;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  position : relative;
  z-index: 10;
}

.tinav li.current a {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

/*** btnrow ***/


.mapnav2 .btnrow,
.ecol .btnrow {
  width: 100%;
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 13px;
}

.mapnav2 .btnrow .major,
.ecol .btnrow .major {
  background: url(i/btnrow-btn-left.gif) no-repeat 0 50%;
  float: left;
  margin-left: 9px;
  _display: inline;
}

.mapnav2 .btnrow .major a,
.ecol .btnrow .major a {
  background: url(i/btnrow-btn-right.gif) no-repeat 100% 50%;
  padding: 4px 13px;
  display : block;
  float: left;
  _height:0;~min-height:0; /* ie hasLayout fix */
  font-size: .92em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.ecol .btnrow .moreolder {
  float: right;
  padding-top: 4px;
}
.ecol .btnrow .moreolder a {
  font-size: .92em;
  text-decoration: none;
  background-image: url(../i/fwd-neg.gif);
}

.avalmap .mapnav2 .btnrow {
  padding-top: 0;
  padding-bottom: 4px;
}

.avalmap .btnrow .simple {
  float: left;
  margin-left: 9px;
  margin-top: 7px;  
}

/* *** txt.sta�setn. � kortum *** */

.txtpos1 .txtpos2,
.txtpos1 .txtpos3,
.txtpos1 .txtpos4,
.txtpos1 .txtpos5,
.txtpos1 .txtpos6 { display: none; }
.txtpos2 .txtpos1,
.txtpos2 .txtpos3,
.txtpos2 .txtpos4,
.txtpos2 .txtpos5,
.txtpos2 .txtpos6 { display: none; }
.txtpos3 .txtpos1,
.txtpos3 .txtpos2,
.txtpos3 .txtpos4,
.txtpos3 .txtpos5,
.txtpos3 .txtpos6 { display: none; }
.txtpos4 .txtpos1,
.txtpos4 .txtpos2,
.txtpos4 .txtpos3,
.txtpos4 .txtpos5,
.txtpos4 .txtpos6 { display: none; }
.txtpos5 .txtpos1,
.txtpos5 .txtpos2,
.txtpos5 .txtpos3,
.txtpos5 .txtpos4,
.txtpos5 .txtpos6 { display: none; }
.txtpos6 .txtpos1,
.txtpos6 .txtpos2,
.txtpos6 .txtpos3,
.txtpos6 .txtpos4,
.txtpos6 .txtpos5 { display: none; }

.txtpos1 .txtpos1,
.txtpos2 .txtpos2,
.txtpos3 .txtpos3,
.txtpos4 .txtpos4,
.txtpos5 .txtpos5,
.txtpos6 .txtpos6 { display: inline; }

.txtpos1 br,
.txtpos2 br,
.txtpos3 br,
.txtpos4 br,
.txtpos5 br,
.txtpos6 br { display: none; }


.txtpos1 .txtpos1 b,
.txtpos2 .txtpos2 b,
.txtpos3 .txtpos3 b,
.txtpos4 .txtpos4 b,
.txtpos5 .txtpos5 b,
.txtpos6 .txtpos6 b { color: #000; }

.emptywicon {
  height: 44px;
  width: 40px;
}



/* *** slider fyrir fors��u *** */

.slider {
  float: left;
  clear: left;
}

.slider .track {
  background-image: url(i/slider-bar.gif);
  background-position: 0 4px;
}

.slider .btnfwd a { background-image: url(i/slider-fwd.gif); }

.slider .btnrew a { background-image: url(i/slider-rew.gif); }


.slider .level1 li,
.slider .level1 li.noimg {
  background-position: 12px 0;
  ~background-position: 13px 0;
}

.slider .level1 li li,
.slider .level1 li li.special,
.slider .level1 li li a,
.slider .level1 li li.special a {
  width: 25px;
}

.slider .level1 li a {
  margin-right: -116px;
  width: 100px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

#slidertrack {
  width: 625px;
}



/* *** fors��ukort *** */

.home .vedurspa .itemmap_fp {
  float : left;
  margin-left: 8px;
  margin-right: -8px;
  _margin-right: -4px;
  width: 410px;
  height: 318px;
  cursor: pointer;
  position : relative;
}

.home .vedurspa .bxmap {
  font-size: 1.12em;
  font-weight: bold;
  width: 662px;
  padding-top: 5px;
  overflow: hidden;
  position : relative;
  padding-bottom: 11px;
}

.home .vedurspa .bxmap ul {
  margin-right: -30px;
  float: left;
}

.home .vedurspa .bxmap ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.home .vedurspa .bxmap li {
  float: left;
  width: 228px;
  _width /**/: 220px;
}

.home .vedurspa .bxmap li a {
  float: left;
  display : block;
  padding: 2px 8px 2px 21px;
  background: url(../i/fwd-neg.gif) no-repeat 10px .55em;
  text-decoration: none;
}

.home .vedurspa .bxmap li span {
  display : block;
}

.home .tmaps {
  padding-left: 9px;
}

.home .loadinfo {
  text-align: center;
  width: 652px;
}

.home .loadinfo #fpf_img_txt {
  font-size: 1.5em;
  padding-top: 50px;
  margin-bottom: 0;
}

.home .vedurspa .iinfo_many {
  clear: left;
  float: left;
  width: 682px;
  _width /**/: 689px;
  padding-bottom: 15px;
  position : relative;
  z-index: 10;
}

.home .vedurspa .item {
  float: left;
  width: 98px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  margin-left: 10px;
  _display: inline;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.home .vedurspa .item h3 {
  margin: 0;
  font-size: 1em;
  color: #235D9A;
  border-bottom: 1px solid #d6d6d6;
  padding: 4px 8px 2px 7px;
  background: url(i/sinfo-top.gif) no-repeat;
  margin: 0 -1px;
  width: 85px;
  _width /**/: 100px;
  position : relative;
}

.home .vedurspa .iinfo_many .moreolder {
  background: url(i/sinfo-moreolder.gif) no-repeat 0 100%;
  float: left;
  margin-left: 10px;
  margin-top: -15px;
  margin-bottom: 0;
  height: auto;
  _display: inline;
  position : relative;
}

.home .vedurspa .iinfo_many .moreolder a {
  background: url(i/sinfo-moreolder-a.gif) no-repeat;
  display : block;
  padding: 8px 10px 66px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  text-decoration: none;
  width: 89px;
  _width /**/: 109px;
}

.home .vedurspa .iinfo .numsmall,
.home .vedurspa .iinfo .num {
  padding-left: 6px;
}

.home .vedurspa .iinfo {
  position : relative;
  width: 100px;
  background: url(i/sinfo-bot.gif) no-repeat 0 100%;
  margin: -21px -1px 0;
  height: auto;
  padding-bottom: 4px;
  padding-top: 21px;
  min-height: 48px; _height: 48px;
}

.home .vedurspa .iinfo:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.home .vedurspa .iinfo_more {
  top: 1px;
  margin-left: 112px; 
  width: 200px;
  z-index: 101px;
}


.home .vedurspa .ecol {
  width: 257px;
  float: right;
  margin-right: 12px;
  _display: inline;
  padding-bottom: 12px;
}

#fpf_img_info {
  height: 160px;
}


/* *** slinks *** */

.home .vedurspa .slinks {
  float: left;
  clear: left;
  width: 682px;
  padding-top: 19px;
  padding-bottom: 10px;
}

.home .vedurspa .slinks a {
  float: left;
  display : block;
  padding: 2px 8px 2px 21px;
  background: url(../i/fwd-neg.gif) no-repeat 10px .55em;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}





/* *** quakemap *** */


.quakemap .boxhead { position:absolute;right:19999px;left:auto; }

.quakemap .boxbody {
  background : #fff;
  z-index : 1;
}

.quakemap .map {
  float: left;
  width: 405px;
  text-align: center;
  padding-bottom: 18px;
}

.quakemap .map h2 {
  color: #235D9A;
  font-size: 1.12em;
  font-weight: bold;
  margin: 0;
  padding: 2px 12px 2px;
  text-align: left;
}

.quakemap .mapsubtit {
  color: #666;
  font-style: italic;
  text-align: left;
  padding-left: 12px;
}


.quakemap .ecol {
  width: 465px;
  float: right;
  margin-right: 12px;
  _display: inline;
  padding-top: 4px;
  padding-bottom: 10px;
}

.quakemap .ecol .itm {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}


/* *** watermap & avalanche *** */

.watermap .itemmap_fp,
.avalmap .itemmap_fp {
  position : relative;
  z-index: 20;
  margin-bottom: 8px;
}

.avalmap .itemmap_fp {
  margin-left: 0px;
  margin-right: 50px;
  float: none;

/* _margin-right: -4px; */
}

.watermap .boxhead,
.avalmap .boxhead { position:absolute;right:19999px;left:auto; }

.watermap .boxbody,
.avalmap .boxbody{
  background : #fff;
  z-index : 1;
}

.watermap .map {
  float: left;
  width: 405px;
  text-align: center;
  padding-bottom: 18px;
}
.avalmap .map {
  float: left;
  width: 405px;
  text-align: center;
  padding-bottom: 18px;
}


.watermap .map h2,
.avalmap .map h2{
  font-size: 1.5em;
  color: #235D9A;
  font-weight: normal;
  margin: 0;
  padding: 2px 12px 12px;
  text-align: left;
}
.avalmap img.legend {
  margin-left: 50px;
  margin-top: 5px;
}
.avalmap .itemmap_fp .mapfoot {
  position : absolute;
  top: 260px;
  right: -30px;
}

.avalmap .mapnav2 fieldset.wrapper2 {
  padding-right: 0;
  width: 920px;
}


.avalmap .dnav {
  float: left;
  font-size: .92em;
  width: 720px;
  padding-left: 30px;
}

.avalmap .rep_but {
  float: left;
  width: 150px;
  margin-left: 20px;
}

.watermap .ecol,
.avalmap .ecol {
  width: 465px;
  float: right;
  margin-right: 12px;
  _display: inline;
  padding-top: 4px;
  padding-bottom: 10px;
}
.avalmap .ecol {
  float: left;
  margin-right: 12px;
  margin-left: 5px;
  padding-bottom: 0px;
}

.avalmap .attent,
.avalmap .attent_min {
  margin-bottom: 17px;
}


.avalmap .attent h3,
.avalmap .attent_min h3{
  font-size: 1.09em;
}

.avalmap .ecol .moreolder {
  position : absolute;
  right: 2px;
  top: 6px;
  line-height: 1em;
}

.watermap .ecol .itm {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}

.avalmap .area {
  display: block;
  clear: both;
}

.avalmap .area table {
    margin: 8px 8px 3px;
    width: 96%;
}

.avalmap .area th,
.avalmap .area td {
  padding: 2px 6px;
  text-align : center;  
  border: none;
  vertical-align: middle;
}

.avalmap .area th {
  background: #f8f8f8;
  padding: 4px 6px;
}

.avalmap .area th.tcol1 {
  text-align: left;
  padding-left: 17px;
}

.avalmap .area tr.cnt td {
  height: 50px;
}

.avalmap .area th.tcol2,
.avalmap .area td.tcol2,
.avalmap .area th.tcol3,
.avalmap .area td.tcol3,
.avalmap .area th.tcol4,
.avalmap .area td.tcol4 {
  width: 95px;
}

.avalmap .area th.current {
  border: 1px solid #d6d6d6;
  border-bottom: none;
  border-radius: 5px;
  display: inline-block;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.avalmap .area td.current {
  display: inline-block;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.avalmap .area td.lastcurrent {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 5px;
  display: inline-block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.avalmap .area .title {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  font-size: 1.16em;
  text-align: left;
}

.avalmap .area img.region {
  display: inline-block;
  margin: 6px 0 6px 17px;
  border: 1px solid #CBCBCB;
  padding: 1px;
  vertical-align: middle;
}

.avalmap .itm .note {
    clear: both;
    margin: 0.5em 0 1em;
    color: #666;
    font-style: italic;
    text-align: center;
}

.avalmap .n_wrapper {
  float: right;
}
.avalmap .n_wrapper .ecol {
  position : relative;
  margin-left: 0px;
  margin-right: 50px;
  padding-top: 12px;
  float: none;
  width: 410px;
}

.avalmap .n_wrapper .ecol h3 {
  background: #f8f8f8 url(../i/ecol-h3-short.gif) no-repeat 0 100%;
}


.avalmap ul.blog {
  padding-top: 5px;  
}

.avalmap ul.blog ol {
  padding-left: 1em; 
  /* overflow: hidden; */
  /* white-space: nowrap; */
}

.avalmap ul.blog ol.alt {
  background-color: #f8f8f8;
}

.avalmap ul.blog a {
  text-decoration: none;
  font-weight: bold;
}

.avalmap ul.blog span.date {
  width: 50px;
  display: inline-block;
}
.avalmap ul.blog span.txt {
  color: #7F7F7F;
  font-weight: normal;
}



.hchart { 
  float : right;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space : nowrap;
}

.hchart p {
  margin : 0 0 3px 0;
  font-size : .95em;
}

.quakemap form {
  clear: both;
  font-size : 1em;
}

.quakemap label {
  display : block;
  padding-bottom : 4px;
  font-weight : bold;
}

.quakemap form .fi_sel { clear : both; }

.quakemap .fi_sel select {
  clear : both;
  width: 230px;
}



/* ***  articlelist  *** */

.pgmain .articlelist .item {
  margin-bottom: 0;
  padding-bottom: 1em;
}

.pgmain .articlelist .item img {
  border: 1px solid #CBCBCB;
  padding: 1px;
  float: none;
  margin: 0 0 6px;
  max-width: 215px;
}

.pgmain .articlelist .item h3 {
  margin-bottom: 4px;
}

.pgmain .articlelist ul a {
  text-decoration: none;
}

.pgmain .articlelist .item .more a {
  padding-left: 0;
  background: none;
  color: #F38915;
}

.pgmain .articlelist .item .more a:hover,
.pgmain .articlelist .item .more a:focus,
.pgmain .articlelist .item .more a:active {
  text-decoration: none;
}





/* *** news *** */

.news .boxbody {
  padding-left: 0;
}

.news .item {
  width: 224px;
  float: right;
  clear: right;
}

.news .item h3 span { position:absolute;right:19999px;left:auto; }

.news .item h3 a:focus {
  color: #305DA3;
}

.news ul {
  float: left;
  clear: none;
  width: 233px;
  margin-top: -12px;
  overflow : hidden;
  position : relative;
  padding-bottom: 5px;
}

.news .moreolder {
  left: 5px;
}

.news li {
  position : relative;
  _height:0;~min-height:0; /* ie hasLayout fix */
  margin-top: -2px;
  position : relative;
  margin-bottom: 0;
}

.news li a {
  color: #4E4E4E;
  display : block;
  padding: 21px 16px 0;
  background: url(i/news-li.gif) no-repeat;
}

.news li.current {
  background: #fff url(i/news-li-curr.gif) no-repeat 0 100%;
  margin-bottom: -8px;
  z-index: 1;
  padding-bottom: 15px;
}

.news li.current a {
  color: #235D9A;
}

.news li span.date {
  position : absolute;
  top: 8px;
  left: 16px;
}

.news .itm-hidden { display: none; }




/* *** knowledge *** */

.wrap .knowledge .boxbody {
  padding-right: 6px;
}



/* *** reports *** */

.reports .boxbody {
  padding-top: 4px;
}

.reports li {
  
}

.reports li a {
  /* padding: 8px 0 6px 26px; */
  /* background: url(i/reports-icn.gif) no-repeat 0 10px; */
  padding: 8px 0 6px 8px;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  border-top: 1px solid #e0e0e0;
  color: #333;
  text-decoration: none;
}

.reports li:first-child a {
  border: none;
}




/**/

.stationpop {
  top: 45px;
  right: 8px;
}


/* *** remark popup *** */

.remarkpop {
  position: absolute;
  width: 300px;
  height: 150px;
  top: 240px;
  right: 5px;
  border: 1px solid #999;
  background-color: #f5f5f5;
  padding: 5px;
  overflow: auto;
  z-index: 1000;
}






