.stream { position:absolute;right:9999px;left:auto; }
/* Accessibility trick */
.bodywrap .wrapper a.stream:focus,
.bodywrap .wrapper a.stream:active,
.bodywrap .wrapper .stream a:focus,
.bodywrap .wrapper .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;
}
.bodywrap .wrapper .stream a:focus,
.bodywrap .wrapper .stream a:active {
  position : absolute;
  right : -9999px;
}

.print { display : none; }




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

html { overflow-y : scroll; ~filter: expression( this.runtimeStyle.filter='none' && document.execCommand("BackgroundImageCache", false, true)); } /* fixes the background-image flicker bug in IE */


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

body,
body.zoom1 { font-size : 12px;  ~font-size :  75.00%; }
body.zoom2 { font-size : 14px;  ~font-size :  87.50%; }
body.zoom3 { font-size : 16px;  ~font-size : 100.00%; }

body.zoom9 { font-size : 11px;  ~font-size : 68.75%; }

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 : #036; text-decoration : none; }

a span {
  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.33em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.17em;
  margin : 1.5em 0;
}
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 #c1c1c1;
  background : #fff;
  color : #090909;
  padding : 1px 3px;
}

.pageextra1 select,
.pageextra1 textarea,
.pageextra1 .textinput,
.pageextra1 .fi_txt input,
.pageextra2 select,
.pageextra2 textarea,
.pageextra2 .textinput,
.pageextra2 .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;
}


.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 {
  clear : both;
  line-height : 0px;
  font-size : 1px;
  _height:0;min-height:0; /* ie hasLayout fix */
}



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

.bodywrap {
  background : url(i/2c-bodywrap-bg.gif) 0 0 repeat-y;
  position : relative;
  width : 985px;
  margin : 0 auto;
  text-align : left;
}
.home .bodywrap {
  background-image : url(i/bodywrap-bg.gif);
}


.pageheader {
  background : url(i/ph-bg.jpg) 0 0 no-repeat;
  padding : 42px 1px 11px;
}
.twocol .pageheader {
  height : 141px;
  _height /**/: 225px;
}
.home .pageheader {
  height:auto;_height:135px;min-height : 135px; 
  background-image : url(i/home-ph-bg.jpg);
  padding-top : 203px;
}
.twocol .pageheader .wrapper {
  
}
.pageheader .brand a {
  position : absolute;
  top : 0;
  left : 52px;
  z-index : 99;
  overflow : hidden;
  width : 133px;
  height : 121px;
  text-indent : -9999em;
  _text-indent : 0;
  background : url(../img/sitelogo.png) 0 0 no-repeat;
  _background : none;
}
.pageheader .sitelogo { vertical-align : middle; }
.pageheader .stream { top : 10px; }  /* Accessibility tr1ck50r */


.twocol .pagebody {
  float : left;
  margin-left : 213px;
  margin-right : 12px;
  width : 760px;
  _display : inline;
  background : url(i/pb-top.gif) 0 0 no-repeat;
}
.home .pagebody {
  width : 961px;
  background : url(i/home-pb-top.png) 0 0 no-repeat;
  margin : 0 12px;
}
.threecol .pagebody {
  width : 400px;
  margin-right : 180px;
}
.twocol .pagebody .wrapper {
  padding : 4px 21px;
  background : url(i/pb-bottom.gif) 0 100% no-repeat;
}
.home .pagebody .wrapper {
  background : url(i/home-pagebody-bottom.png) 0 100% no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.twocol .pageextra1 {
  float : left;
  width : 191px;
  margin-left : -973px;
  _display : inline;
}

.pageextra2 {
  float : left;
  width : 170px;
  _display : inline;
  margin-left : -170px;
  _margin-left : -171px;
}

.pageextra5 {
  padding-top : 30px;
  clear : both;
  background : url(i/pe5-bg.png) 0 0 no-repeat;
}




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


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom : 20px;
}
.twocol .pagebody .boxhd { 
  padding : 5px 0 4px; 
  margin: 0 0 .7em;
  background : url(i/boxhd-bg.gif) 0 100% no-repeat;
  font-size : 1.33em;
  color : #036;
  text-transform : uppercase;
}
.content { _height:0;min-height:0;/* ie hasLayout fix */ }



/* ******  phbox  ****** */
.phbox {
  background : url(i/home-phbox-bottom.png) 0 100% no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
  margin : 0 11px;
}
.twocol .phbox { display : none; }
.phbox .box {
  margin-bottom : 0;
}
.welcome {
  padding : 4px 0 4px 23px;
  _height:127px;min-height:127px;
  margin-right : 373px;
  float : left;
  _display : inline;
  width : 355px;
  _width /**/: 378px;
  position : relative;
  z-index : 50;
}
.welcome .boxhd { display : none; }
.welcome h1 {
  color : #111762;
  font-size : 1.67em;
  margin-bottom : 5px;
}
.welcome p { margin-bottom : .3em; }
.welcome .buttons { height : auto; margin : 0; }

.phbox .randomarticle {
  float : left;
  width : 186px;
  _width /**/: 208px;
  padding : 0 0 0 22px;
  font-size : 0.92em;
}
.phbox .randomarticle .boxhd {
  color : #636578;
  font-size : 1.45em;
  font-style : itelic;
  background : url(i/dyouk.png) 0 0 no-repeat;
  _background-image : none;
    _filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/i/dyouk.png',sizingMethod='crop');
  width : 110px;
  height : 17px;
  display : block;
  text-indent : -9999em;
  overflow : hidden;
  margin : .55em 0;
}
.phbox .randomarticle p {
  display : block;
  background : url(i/phbox-alpha.png) 0 0 repeat;
  _background : #fff none;
  padding : 8px 18px 8px 8px;
}
.phbox .randomarticle .scroll-overflow,
.phbox .randomarticle .more {
  display : none;
}
.phbox .randomarticle .listscroller-ctrl {
  text-align : right;
  padding : 4px 0 6px;
  background : url(i/dotline-red.gif) 0 0 no-repeat;
}

.phbox .randomarticle  a.down {
  margin-right : 10px;
  float : none;
  font-size : 1em;
  padding-right : 15px;
  font-weight : bold;
  background : url(i/snav-l2-arrow.png) 100% 50% no-repeat;
  _background-image : url(i/snav-l2-arrow.gif);
}
/*
.phbox .randomarticle  a.up {
  padding-left : 15px;
  padding-right : 0;
  background : url(i/arrow-back.png) 0 50% no-repeat;
  _background-image : url(i/arrow-back.gif);
}
*/


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


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





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
}
.rightcol .more,
.leftcol .more,
.rightcol .buttons,
.leftcol .buttons,
.rightcol .moreolder,
.leftcol .moreolder,
.rightcol .archivelink,
.leftcol .archivelink {
  white-space : normal;
}
  
.buttons {
  margin-top : .5em;
  clear : both;
}
.wrapper .more a,
.wrapper .buttons a,
.wrapper .moreolder a,
.wrapper .archivelink a {
  float : left;
  font-weight : bold;
  padding : 0 15px 0 0;
  margin-right : 25px;
  _display : inline;
  background : url(i/more-arrow.gif) 100% 50% no-repeat;
  font-size : 0.92em;
}
.wrapper .buttons a {
  background-image : url(i/snav-l2-arrow.gif);
}


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

.articlelist img {
  float : left;
  border : 1px solid #babbc2;
  margin : .2em 1em .33em 0;
}

.articlelist ul {
  clear : both;
  
}
.articlelist li {
  padding-bottom : .7em;

}
.articlelist li a {
  font-weight : bold; 
  padding-left : 10px;
  background : url(i/gray-arrow.gif) 0 50% no-repeat;
}

/* ****** home articlelists  ****** */
.home .pagebody .rightcol .boxhd { margin-bottom : .3em; }
.home .pagebody .rightcol,
.home .pagebody .leftcol {
  float : left;
  _display : inline;
  margin : 0 12px 0 1px;
  width : 189px;
  font-size : 0.92em;
  padding-bottom : 10px;
}
.home .pagebody .rightcol {
  margin : 0 0 0 1px;
  width : 206px;
}
.home .pagebody .boxhd {
  background : url(i/red-line.gif) 13px 58% no-repeat;
  padding : 8px 5px 5px 21px;
  color : #8b8b91;
  font-size : 1em;
  margin : 0;
}
.home .pagebody .leftcol .content {
  padding : 0 21px;
}
.home .pagebody .rightcol .content {
  margin : 0 5px;
  text-align : center;
}
.home .pagebody .rightcol .content img { 
  margin : 0;
  float : none;  
}
.home .pagebody .leftcol .content img {
  float : right;
  margin : 0 0 0 .5em;
}
.home .pagebody .rightcol .content h3,
.home .pagebody .leftcol .content h3 {
  font-size : 1.09em;
  color : #8e0628;
}
.home .pagebody .rightcol .content a,
.home .pagebody .leftcol .content a {
  color : #8e0628;
  white-space : nowrap;
}
.home .pagebody .leftcol .summary {
  line-height : 1.3;
}
.home .pagebody .rightcol .more,
.home .pagebody .leftcol .more {
  display : inline;
  height : auto;
}
.home .pagebody .rightcol p,
.home .pagebody .leftcol p {
  display : inline;
  height : auto;
}
/*
.home .pagebody .rightcol .more a,
.home .pagebody .leftcol .more a {
  background : url(i/snav-l2-arrow.gif) 0 0 no-repeat;
  width : 9px;
  height : 7px;
  text-indent : -999999em;
  display : inline-block;
  overflow : hidden;
  float : none;
  margin : 0 0 0 2px;
} */
.home .pagebody .rightcol .more a,
.home .pagebody .leftcol .more a {
  background : url(i/snav-l2-arrow.gif) 100% 50% no-repeat;
  display : inline-block;
  float : none;
  padding : 0 14px 0 0;
  margin : 0 0 0 2px;
  font-size : 1em;
  font-weight : normal;
} 
.home .pagebody .middlecol {
  width : 537px;
  _display : inline;
  float : left;
}
.home .pagebody .middlecol .boxhd {
  font-size : .92em;
}
.home .pagebody .middlecol { margin-right : 13px; }
.home .pagebody .middlecol .content {
  padding-top : 0;
  padding-left : 21px;
  padding-right : 21px;
}
.home .micclecol .item {
  /*float : left;
  margin-right : 21px;*/
  width : 340px;
  _display : inline;
  
}
.home .middlecol .itm1,
.home .middlecol .itm3,
.home .middlecol .itm5,
.home .middlecol .itm7,
.home .middlecol .itm9 {
  clear : left;
}
.home .middlecol h3 {
  font-size : 1.25em;
}
.home .middlecol ul {
  padding-top : 8px;
  background : url(i/boxhd-bg.gif) 0 0 no-repeat;
  clear : both;
}


/* ******  article  ****** */
.article .boxhd { position:absolute;right:19999px;left:auto; }
.article h1 {
  padding : 32px 0 4px; 
  margin: 0 0 .7em;
  background : url(i/boxhd-bg.gif) 0 100% no-repeat;
  font-size : 1.33em;
  color : #036;
  text-transform : uppercase;
}
.article .subtitle {
  clear : none;
  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; padding : 2px; background : #f6f6f6; border : 1px solid #aeafb8;  }
.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 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; }







/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.article .imgbox {
  margin-top : 6em;
}
.imgbox .content {
  display : inline;
  padding : 2px;
  margin : 0;
  _width : 0;
  display : block;
  background : #f2f2f2;
  border : 1px solid #aeafb8;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
  border : none;
}
.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;
}

.pageextra1 .imgbox,
.pageextra2 .imgbox {
  float : none;
  padding : 0;
}
.pageextra1 .imgbox .imgcontent,
.pageextra1 .imgbox .imgmeta,
.pageextra2 .imgbox .imgcontent,
.pageextra2 .imgbox .imgmeta { width : auto; }


/* ******  article image tables  ****** */
.article table.imgbox {
  float : none;
  padding : 0;
  margin : auto;
  border : none;
}
.article table.lft {
  float : left;
  margin : .2em 1.5em 0 0;
}
.article table.rght {
  width : 250px;
  float : right;
  margin : .2em 0 .75em 1.5em;
}
.article table.rght img {
  float : none;
}
.article table.imgbox td {
  padding : 0;
  border : none;
}
.article table.imgbox img {
  padding : 2px;
  margin : 0;
  border : 1px solid #aeafb8;
}
.article table.imgbox p {
  padding-top : .2em;
  font-weight : bold;
  margin : 0;
}



/* ******  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;
}
.pagebody p.morequizes { margin : 0; }




/* ******  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 .content { 
  padding-bottom : 2em;
}
.contactform p { clear : both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_static { clear: left; }

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





/* ******  breadcrumbs  ****** */
.breadcrumbs {
  position : absolute;
  top : 212px;
  right : 33px;
  width : 450px;
  text-align : right;
  font-size : 0.92em;
  margin-top : -.5em;
}

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

.breadcrumbs .content {}

.breadcrumbs i,
.breadcrumbs .content span,
.breadcrumbs .content a {
  color : #8d8d92;
  font-style : normal;
}




/* ******  mnav  ****** */
.mnav {
  position : absolute;
  z-index : 80;
  top : 88px;
  left : 14px;
  width : 965px;
  height : 14px;
  padding-top : 79px;
}
.mnav .boxhd { position:absolute;right:9999px;left:auto; }
.mnav .content { padding : 0;}

.mnav ul {
}
.mnav li {
  _display : inline;
  float : left;
  text-align : center;
  text-transform : uppercase;
  overflow : hidden;
  margin-top : -.5em;
  position : relative;
  z-index : 1;
}
.mnav li.home {
  margin-left : 0;
}
.mnav li.cat2 { width : 105px; }
.mnav li.cat3 { width : 105px; }
.mnav li.cat4 { width : 110px; }
.mnav li.cat5 { width : 101px; }
.mnav li.cat6 { width : 111px; }
.mnav li.cat7 { width : 112px; }
.mnav li.cat8 { width : 103px; }
.mnav li.cat9 { width : 106px; }
.mnav li.cat10 { width : 104px; }

.mnav .content a {
  display : block;
  color : #122240;
  font-weight : bold;
}
.zoom2 .mnav a { font-size : 13px; }
.zoom3 .mnav a { font-size : 14px; }
.mnav a:hover,
.mnav a:focus,
.mnav a:active {
  color : #;
}
.mnav .parent a,
.mnav .current a {
  color : #a00;
}



/* ******  snav  ****** */
.snav {
  background : url(i/snav-bg.png) 0 100% no-repeat;
  padding-bottom : 1px;
}
.snav .boxhd {
  background : url(i/snav-boxhd.gif) 0 0 no-repeat;
  padding : 7px 3px 5px;
  text-transform : uppercase;
  color : #fff;
  margin : 0 0 2px;
  text-align : center;
}
.snav .content { padding : 0; }

.snav ul {}
.snav li {
  padding : 1px 2px;
  border-top : 1px dotted #aeafb8;
}

.snav .content a {
  _height:0;min-height:0; /* ie hasLayout fix */
  display : block;
  color : #686971;
  padding : 4px 4px 4px 34px;
  background : url(i/snav-arrow.gif) 0 50% no-repeat;
  
}
.snav a:hover,
.snav a:focus,
.snav a:active {
}
.snav .parent a,
.snav .current a {
  font-weight : bold;
  background-image : url(i/snav-arrow-current.gif);
}

.snav .level2 li {
  padding : 1px 0;
}

.snav .level2 a {
  font-weight : normal;  
  padding-left : 40px;
  color : #304781;
  background : none;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight : bold;
  background : url(i/snav-l2-arrow.gif) 25px 50% no-repeat;
}

.snav .level2 .level3 a {
  font-weight : normal;  
  padding-left : 65px;
  background : none;
}
.snav .level3 .current a {
  font-weight : bold;
  background : url(i/snav-l2-arrow.gif) 50px 50% no-repeat;
}



/* ******  flnav  ****** */
.flnav {
  position : absolute;
  top : 15px;
  right : 110px;
  margin-top : -.5em;
  border-right : 1px solid #a5a5a8;
  font-size : 0.92em;
}
.flnav .boxhd { position:absolute;right:9999px;left:auto; }
.flnav ul {
  overflow : hidden;
  width : auto;
  float : right;
}
.flnav li {
  float : left;
  _display : inline;
  padding : 0 7px;
  
}
.flnav .content a {
  color : #686971;
}

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






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

.events,
.monthlist {
  width : 100%;
  overflow : hidden;
}

.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  ****** */
.calendar { margin : 0; }
.pageextra1 .calendar,
.pageextra2 .calendar { width : 100%; }

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .1em;
  font-size : 1.08em;
}
.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 : #555; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : 2px;
}
.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; }




/* ******  advert  ****** */
.advert {
  text-align : center;
  overflow : hidden;
}
.advert .boxhd { text-align : left; }
.advert .content { 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;
  z-index : 50;
  top : 65px;
  margin-top : -.8em;
  right : 32px;
  width : 290px;
  text-align : right;
}
.qsearch .boxhd,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .content { padding : 0; }
.qsearch .fi_txt input { width : 190px; margin-right : 3px; padding : 3px 3px 2px; }
.qsearch .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-99999em; overflow:hidden;
  background : url(i/search-btn.png) 0 0 no-repeat;
  _background-image : url(i/search-btn.gif);
  width : 82px;
  height : 25px;
  margin-top : -3px;
}





/* ******  sitemap  ****** */
.sitemap .content {
  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 .content a:hover,
.sitemap .content a:focus,
.sitemap .content a:active { border-color : #c00; }
.sitemap .content i:hover { border-color : #aaa; }







/* ******  galleries  ****** */
.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}


/* ******  gallery  ****** */
.gallery .content {
  padding-right : 0;
}
.gallery td {
  padding-right : 12px;
  padding-bottom : 12px;
  text-align : center;
  vertical-align : bottom;
}
.gallery img {
  margin : 0 auto;
}


/* ******  galleryitem  ****** */
.galleryitem .content {
  text-align : center;
}
.galleryitem .ctrls a {
  padding : 0 .3em;
}
.galleryitem img {
  margin : .5em 0;
}




/* ******  footer  ****** */
.footer {
  text-align : center;
  line-height : 1.1;
  padding-bottom : 30px;
  font-size : 0.92em;
  color : #4b4d60;
}
.footer p { margin-bottom : .1em; }
.footer i {
  display : inline-block;
  overflow : hidden;
  margin : 0 5px;
  width : 3px;
  height : 1em;
  text-indent : -999em;
  background : url(i/square-red.gif) 0 .5em no-repeat;
}
.footer a {
  text-decoration : underline;
}




/* ******  eplicaad  ****** */
.eplicaad {
  position : absolute;
  width : 985px;
  text-align : center;
}




/* ******  imgbanner  ****** */
.topbanner {
  position : absolute;
  top : 42px;
  left : 12px;
}
.imgbanner {
  position : absolute;
  top : 195px;
  right : 235px;
  overflow : hidden;
  width : 371px;
  height : 141px;
}




/* ****** fontsizer  ****** */
.fontsizer { 
  position : absolute;
  top : 5px;
  right : 34px;
  
}
.fontsizer h2 { position:absolute;right:9999px;left:auto; }
.fontsizer ul {
  padding-right : 25px;
}
.fontsizer li {
  float : right;
  margin-left : 5px;
}
.fontsizer a {
  display : block;
  width : 20px;
  height : 20px;
  overflow : hidden;
  text-indent : -9999em;
  background : url(i/font-dwn.gif) 0 0 no-repeat;
}

.fontsizer .up a {
  background-image : url(i/font-up.gif);
}
.fontsizer .usesettings a {
  background-image : url(i/stillingar.gif);
  position : absolute;
  right : 0;
  
}
.fontsizer a:hover,
.fontsizer a:focus,
.fontsizer a:active { background-position : 0 -20px;}



/* ******  oldweb  ****** */
.oldweb {
  position : absolute;
  top : 15px;
  right : 110px;
  margin-top : -.5em;
  border-right : 1px solid #a5a5a8;
  font-size : 0.92em;
}
.oldweb a {
  color : #686971;
  display : block;
  padding : 0 7px;
}







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


.eplica-pageedit {
  position : relative !important;
  z-index : 99 !important;
}

