/*gloriapark*/
@import url(/common/css/gloriapark.css);
/*comments*/
@import url(/common/css/comments.css);
/*search form*/
@import url(/common/css/searchform.css);
/*form*/
@import url(/common/css/form.css);

/* useful stuff */
.alert {
  font-weight: bold;
  margin-top: 1em;
  color: red;
}
.spacer1 {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
/*outline: 1px red dashed;*/

body, body div, body p, body th, body td, body li, body dd {
  font-size: x-small; /* false value for WinIE4/5 */
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small; /* intended value for better browsers */
  font-family: Arial, Helvetica, sans-serif;
}
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {	/* be nice to Opera */
  font-size: small;
}
* { /* lets just get rid of them all - set where needed */
  padding: 0;
  margin: 0;
}
ul { list-style: none; }

a {
  text-decoration: none;
  color: #585D1F;
}

body {
  background: #fff url(../gfx/bg.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}

#mainframe {
  width: 770px;
  background: transparent;
  margin-left: 10px;
}
#logo {display: none;}
#homer {
  width: 210px;
  height: 80px;
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  border: 0;
}
#homer2 {
  width: 325px;
  height: 20px;
  display: block;
  position: absolute;
  top: 90px;
  left: 120px;
  border: 0;
}
#kart { text-align: right; }

/* navbar */
#topmenu {
  background-color: #99978E;
  margin: 0 0 10px 0;
}

#topmenu ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}

#topmenu li { /* all list items */
  float: left;
  position: relative;
  padding: 0;
  z-index: 100;
}

#topmenu li ul { /* second-level lists */
  display: none;
  position: absolute;
  top: 20px;
  left: 10px;
  border: 1px #99978E solid;
  border-bottom-width: 0;
  z-index: 101;
}

#topmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
  top: auto;
  left: 10px;
}

#topmenu li:hover ul,
#topmenu li.over ul { /* lists nested under hovered list items */
  display: block;
  z-index: 100;
}

#topmenu a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 10px;
  display: block;
}
#topmenu ul li ul li {
  border-bottom: 1px #99978E solid;
  background: #F4F4F4;
  width: 150px;
  clear: left;
}
#topmenu ul li ul li a {
  color: #000;
  font-size: 12px;
  padding: 3px;
  margin: 0;
}
#topmenu ul li ul li a:hover {
  color: #fff;
  background: #99978E;
}
/* end-navbar */

#infoline {
  position: relative;
  height: 20px;
  z-index: 10;
}
#infoline .date,
#infoline #path { font-size: 10px; }
#infoline #path a {
  color: #000;
  text-decoration: none;
}
#infoline .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  padding-left: 10px;
}
#infoline #path {
  position: absolute;
  top: 0;
  left: 180px;
}

#tree {
  float: left;
  width: 170px;
}
#tree ul { font-size: 12px;}
#tree li {
  border: 1px #c1c1c1 solid;
  background-color: #f2f1ec;
  margin: 0 0 4px 0;
}
#tree ul.first li h2 a {
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  font-size: 12px;
  color: #3c3e30;
  background-image: none;
}
#tree ul.first li a {
  display: block;
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  font-size: 12px;
  color: #3c3e30;
}
#tree li a {
  background-image: url(../gfx/menu_pluss.gif);
  background-repeat: no-repeat;
  background-position: 155px center;
}
#tree ul.first li ul li { border-width: 0; }
#tree ul.first li ul li a {
  padding-left: 20px;
  font-size: 11px;
  background-position: -155px center;
}
/*#tree li.active { padding-bottom: 3px; }*/
#tree li.active a {
/*
  border-bottom: 1px #c1c1c1 solid;
  margin-bottom: 3px;
*/
  background-image: url(../gfx/menu_minus.gif);
}
#tree ul.first li.active ul { border-top: 1px #c1c1c1 solid; }
#tree ul.first li.active ul li { margin-bottom: 0; }
#tree ul.first li.active ul li a {
  border-bottom: 0;
  margin-bottom: 0;
}
#tree a.selected { font-weight: bold; }

#tree form {
  border: 1px #c1c1c1 solid;
  background-color: #f2f1ec;
  margin: 10px 0 4px 0;
}
#tree form h2 {
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  font-size: 100%;
  color: #3c3e30;
  background-image: none;
  font-size: 12px;
}
#tree form input {
  width: 145px;
  margin: 2px 2px 2px 10px;
}
#tree form input.butt {
  width: auto;
  font-size: 80%;
  padding: 0;
}

#tree .addons h2 { font-size: 12px; }
#tree .addons ul.items li {
  background: transparent url(../gfx/pil.png) no-repeat 0px 3px;
  border: 0;
  padding-left: 8px;
}
#tree .addons ul.items li a {
  font-size: 12px;
  background: transparent;
}
#tree .addons ul.items li a:hover { text-decoration: underline; }

#footer {
  background: #F4F4F4;
  padding: 3px 10px;
  margin: 10px 0;
  font-size: 10px;
  text-align: right;
}
#footer a {
  color: #000;
  font-weight: bold;
}

#content {
  width: 590px;
  margin-left: 10px;
  float: left;
  position: relative;
  z-index:20;
}

#frontpage td.box {
  background: #f2f1ec;
  border: 1px #c1c1c1 solid;
  padding: 10px;
}
#frontpage td.vspace,
#frontpage tr.hspace td { font-size: 5px; }
#frontpage td.box.ne .caption { font-size: 90%; }
#frontpage a.readmore {
  display: block;
  background: transparent url(../gfx/pil.png) no-repeat 0px 4px;
  padding-left: 8px;
  font-size: 90%;
  margin-top: 1ex;
}
#frontpage ul#upd li { margin-top: 1ex; }
#frontpage ul#updated li { margin-top: 3px; }

#frontpage td.box {
  background: #f2f1ec;
  border: 1px #c1c1c1 solid;
  padding: 10px;
}
#frontpage.two .box {
  width: 180px;
  float: right;
  clear: right;
  margin-bottom: 10px;
}
#frontpage.two h1,
#frontpage.two h2 { margin-bottom: 0; }
#frontpage.two .caption { margin-top: .5ex; }
#frontpage.two .item { margin-bottom: 20px; }
#frontpage.two p { margin-bottom: .5em; }
#frontpage.two .box.info {
  padding: 5px 10px 0 10px;
  background: #f2f1ec url(../gfx/globe.gif) no-repeat bottom right;
}
#frontpage.two .box.info p {
  font-size: 12px;
  margin-bottom: 1ex;
}

#folder,
#article {
  border: 1px #c1c1c1 solid;
  background-color: #f2f1ec;
  padding: 10px;
}

#article .addons {
  width: 126px;
  float: right;
  border: 1px #999 solid;
  padding: 0 5px 0 5px;
  line-height: 80%;
  margin: 1em 0 0 5px;
}
#article .addons h3 {
  font-size: 100%;
  margin: 10px 0 .2em 0;
}
#article .addons .body {
  font-size: 80%;
  margin: 0 0 1em 0;
}

ul#contentlist {margin: 1ex 0;}
ul#contentlist li.toplevel {
  background: transparent url(../gfx/pil.png) no-repeat 0px 3px;
  border: 0;
  padding-left: 8px;
  margin-top: 1ex;
}
ul#contentlist li.toplevel .caption { font-size: 90%; }
ul#contentlist li.flaglevel {
  background: none;
  border: 0;
  padding-left: 8px;
  margin-top: 1ex;
  font-weight: bold;
}
ul#contentlist li.flaglevel.regional { margin-bottom: 1.5em; }
ul#contentlist li.flaglevel ul li {
  margin-left: 24px;
  font-weight: normal;
}
ul#contentlist li .body { margin-top: .5ex; }
.selector {
  margin: 9px 0 12px 0;
  overflow: auto;
}
.selector a {
  border: 1px #585D1F solid;
  display: block;
  float: left;
  width: 1em;
  padding: 0 2px;
  text-align: center;
  font-size: 11px;
  margin: 3px 2px 0 0;
}
.selector a:hover {
  background: #585D1F;
  color: #fff;
}

#tabs {
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
#tabs a {
  display: block;
  float: left;
  height: 18px;
  width: 130px;
  margin-left: -10px;
  padding: 3px 10px 2px 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #aa4e0f;
  background-color: transparent;
  background-image: url(../gfx/tab_i.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#tabs a .normal { font-weight: normal; }
#tabs a.tab0 { margin-left: 0; }
#tabs a.tab0 {
  position: absolute;
  top: 0;
  left: 0;
}
#tabs a.tab1 {
  position: absolute;
  top: 0;
  left: 150px;
}
#tabs a.tab2 {
  position: absolute;
  top: 0;
  left: 290px;
}
#tabs a.tab3 {
  position: absolute;
  top: 0;
  left: 430px;
}
#tabs a.active {
  background: url(../gfx/tab_a.gif) no-repeat top left;
  z-index: 666;
}

#country {
  border: 1px #c1c1c1 solid;
  /*border-top: 0;*/
  background-color: #f2f1ec;
  padding: 10px 10px 10px 10px;
  margin-top: 20px;
  position: relative;
}
#country #general {  }
#country #general h3 { font-size: 100%; }
#country #general1 {
  width: 300px;
  margin-right: 10px;
  float: left;
}
#country .item {
  border-bottom: 1px #d7d7d7 solid;
  padding: 3px 0;
}
#country .item.last { border-bottom: 0; }
#country #general1 h3 { display: inline; }
#country #general2 {
  width: 110px;
  margin-right: 10px;
  float: left;
}
#country #general2 .flag {
  border: 2px #fff solid;
  margin-bottom: 10px;
}
#country #general2 a {
  display: block;
  margin: 3px 0;
  background: url(../gfx/icon18_map.gif) no-repeat left center;
  color: #6d7327;
  font-size: 80%;
  padding: 3px 0 3px 20px;
}
#country #general3 {
  width: 126px;
  float: left;
  border: 1px #999 solid;
  padding: 0 5px 5px 5px;
}
#country #general3 h3 { margin-top: 5px; }
#country #general3 a {
  display: block;
  margin: 3px 0 0 0;
  color: #6d7327;
  font-size: 80%;
}
#country #general3 .body {
  margin-bottom: 5px;
  font-size: 80%;
  padding-left: 0;
}

#country .index { margin: 10px 0 30px 0; }
#country .index h2 {
  margin-top: 10px;
  background: none;
  padding: 0;
}
#country .index a {
  display: block;
  margin: 5px 0 0 0;
  color: #6d7327;
}

#country h2 {
  margin: 20px 0 10px 0;
  background: url(../gfx/icon15_page.gif) no-repeat left center;
  padding: 3px 0 3px 17px;
}
#country .caption { margin-bottom: 5px; }
#country .item h2,
#country .item h3 { margin: 5px 0 0 0; }
#country .item h2 a,
#country .item h3 a { color: #6d7327; }
#country .item .caption,
#country .item .body { padding-left: 17px; }
#country .item.sources .caption { padding-left: 0; }

h1 {
  color: #aa4e0f;
  font-size: 130%;
}
h2 { font-size: 120%; }

#frontpage h1,
#frontpage h2,
#frontpage h3 {margin-bottom: 1ex;}
#frontpage h2 {
  color: #aa4e0f;
  font-size: 110%;
}
h3 {
  font-size: 110%;
  margin-top: 1em;
}
p { margin-bottom: 1em; }

.caption {
  font-weight: bold;
  margin-top: 1ex;
}
.body { margin-top: 1ex; }

.date {
  position: absolute;
  top: .8em;
  right: 10px;
  color: #000;
  font-size: 70%;
  font-weight: normal;
}

/* Fix IE. Hide from IE Mac \*/
* html #mainframe #content #country table.imgTable  { position:relative; }
* html #mainframe .selector,
 #tree ul li,
* html #mainframe #content #country #general { height: 1%; }
/* End */
/* \*/
* html #mainframe #content #country .item .body {
  overflow: hidden;
  o\verflow: visible;
  width: 100%;
  w\idth: auto;
  he\ight: 1%;
}


/*override common styles search*/
#search .gform .item {
    font-size: 1em;
}

#search .gform input, #search .gform textarea {
    font-size: .9em;
}

#search .gform .item input.submit {
    padding: .2em;
}

#search ul.tabs li {
    font-size: .9em;
}

#search .pagination {
    font-size: .9em;
}

#search ul.search-contents li .title {
    font-size: inherit;
    width: auto;
    max-width: 465px;
}

#search ul.search-contents li .date {
    position: inherit;
    font-size: .9em;
    font-weight: normal;
    padding-top: 4px;
}