html,
body,
p {
  padding: 0;
  margin: 0;
}
body,
table,
input,
textarea {
  font-size: 14px;
  font-family: "Arial", sans-serif;
}
img {
  border: solid black 0px;
}
/* ---- LAYOUT ----- */
#container {
  width: 991px;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #0055a0;
  text-decoration: none;
}
/* ----- TOP MENU ----- */
#top {
  margin-top: 0px;
}
#logo-strip {
  height: 32px;
  margin: 20px 0 20px 0;
  width: 100%;
}
#logo-strip img {
  float: left;
  height: 32px;
  vertical-align: top;
}
/* ----- LEFT MENU ----- */
#left-menu {
  float: left;
  margin-left: 0px;
  width: 200px;
  z-index: 1;
  min-height: 325px;
  width: 230px;
}
#left-menu div {
  z-index: 1;
}
#left-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#left-menu ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
#left-menu ul li div.label {
  height: 26px;
  width: 230px;
  color: white;
  text-decoration: none;
  display: block;
  background-image: url('../img/label.png');
  /*background-color: #40AA68;*/

  background-repeat: no-repeat;
}
#left-menu ul li.active div.label {
  background-image: url('../img/label_active.png');
}
#left-menu ul li:hover div.label {
  background-image: url('../img/label_active.png');
}
#left-menu ul li.news,
#left-menu ul li.legal {
  margin-top: 23px;
}
#left-menu ul li.news div.label {
  background-image: url('../img/label_news.png');
}
#left-menu ul li.news:hover div.label {
  background-image: url('../img/label_news_active.png');
}
#left-menu ul li.news.active div.label {
  background-image: url('../img/label_news_active.png');
}
#left-menu ul li div.label a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 5px 0 0 15px;
}
#left-menu ul li ul.leftMenu2nd {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 10px;
}
#left-menu ul li ul.leftMenu2nd li {
  margin: 0;
  padding: 5px 0 5px 0;
  color: #83b717;
  width: 160px;
  border-bottom: #83b717 1px solid;
  list-style-image: none;
}
#left-menu ul li ul.leftMenu2nd li img {
  display: none;
}
#left-menu ul li ul.leftMenu2nd li.active {
  color: #005f1d;
  list-style-image: url('../img/active_star.png');
}
#left-menu ul li ul.leftMenu2nd li.last {
  border-bottom: #83b717 0px solid;
}
#left-menu ul li ul.leftMenu2nd li.active img {
  display: inline;
}
#left-menu ul li ul.leftMenu2nd li:hover img {
  display: inline;
}
#left-menu ul li ul.leftMenu2nd li a {
  color: #83b717;
  text-decoration: none;
}
#left-menu ul li ul.leftMenu2nd li.active a {
  color: #005f1d;
  text-decoration: none;
}
#left-menu ul li ul.leftMenu2nd li:hover a {
  color: #005f1d;
  text-decoration: none;
}
/* ----- FOOTER ----- */
div#footer {
  margin-bottom: 70px;
}
#foot-menu {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
#foot-menu span {
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  border-left: #83b717 2px solid;
}
#foot-menu span.first {
  border-left: #83b717 0px solid;
}
#foot-menu a {
  color: #83b717;
  text-decoration: none;
}
/* ----- MAP ------ */
div#country-label {
  width: 175px;
  background-color: #005F1D;
  border: 4px white solid;
  font-size: 1.4em;
  font-weight: bold;
  color: #ffffff;
  margin: 257px 0 0 270px;
  padding: 5px 0 5px 10px;
  position: absolute;
  z-index: 5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/css/css3pie/PIE.htc');
}
/* ----- NEWS ----- */
div.news {
  margin-bottom: 40px;
}
div.news h2 {
  font-size: 14px;
  font-weght: normal;
  margin: 0;
  padding: 0;
}
div.news h2 a {
  color: #41a62a;
}
div.news p.date {
  margin-bottom: 0.5em;
}
/* ----- MAIN TEXT ----- */
div#text,
div#text_main {
  margin-left: 260px;
  margin-right: 50px;
  min-height: 300px;
  line-height: 1.6em;
}
div#text p,
div#text_main p {
  margin-bottom: 1.5em;
}
div#text_main {
  margin-right: 50px;
}
h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16pt;
  margin-bottom: 15px;
  line-height: 30px;
  color: #41a62a;
}
table.nice {
  width: 100%;
  border: 0px black solid;
  font-size: 12px;
}
table.nice p {
  margin: 0;
  padding: 0;
}
table.nice td {
  border: 0px solid black;
  border-bottom: 1px #41a62a solid;
  padding: 8px 10px 8px 10px;
  vertical-align: top;
}
table.nice th {
  border: 0px solid black;
  background-color: #707173;
  text-transform: uppercase;
  color: white;
  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
  padding: 8px 10px 8px 10px;
}
table.reg {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
table.reg th {
  padding: 2px 0 0 10px;
  margin: 0 0 0 0;
  background-image: url('../img/label-form.png');
  background-repeat: no-repeat;
  width: 93px;
  height: 24px;
  text-align: left;
  color: #ffffff;
  font-weight: normal;
  vertical-align: top;
  border-top: 1px solid #707173;
  border-bottom: 1px solid #707173;
  border-left: 1px solid #707173;
}
table.reg td {
  padding: 0 0 0 5px;
  margin: 0 0 0 0;
  width: 103px;
  height: 26px;
  text-align: left;
  color: #ffffff;
  font-weight: normal;
  vertical-align: top;
  border-top: 1px solid #707173;
  border-bottom: 1px solid #707173;
  border-right: 1px solid #707173;
}
table.reg td input {
  border: 0px solid white;
  font-size: 13px;
  padding: 0px 10px 0 10px;
  width: 250px;
  height: 25px;
}
table.reg td textarea {
  border: 0px solid white;
  font-size: 13px;
  padding: 5px 10px 5px 10px;
  width: 300px;
  height: 100px;
}
table.reg td.divider {
  height: 10px;
  line-height: 10px;
  border: 0px solid black;
}
table.reg td.submit {
  border: 0px solid black;
}
table.reg td.error {
  border: 0px solid black;
  width: 200px;
  color: #de091f;
  padding: 4px 0 0 10px;
  height: 21px;
}
div.sector,
div.submit {
  margin-left: 30px;
  margin-top: 40px;
  font-size: 13px;
}
div.sector div.sectorLabel {
  width: 300px;
  height: 24px;
  padding: 3px 0 0 10px;
  margin-bottom: 15px;
  color: white;
  background: url('../img/label-radio.png') left top no-repeat;
}
div.sector div.error {
  border: 0px solid black;
  color: #de091f;
  padding: 4px 0 0 10px;
  height: 21px;
  margin-bottom: 15px;
}
div.submit input[type=submit] {
  width: 300px;
  height: 24px;
  padding: 0px 0 0 10px;
  color: white;
  border: 0px solid black;
  font-weight: bold;
  background: url('../img/label-submit.png') left top no-repeat;
}
div.sector input[type="radio"] {
  display: none;
}
div.sector input[type="radio"] + label span {
  display: inline-block;
  width: 14px;
  height: 13px;
  margin: -1px 20px 0 0;
  vertical-align: middle;
  background: url('../img/radio.png') left top no-repeat;
  cursor: pointer;
}
div.sector input[type="radio"]:checked + label span {
  background: url('../img/radio-selected.png') left top no-repeat;
}
/* ----- DOCUMENTS ----- */
div#documents div#arrow {
  margin-top: 10px;
  background-color: #84B816;
  padding: 20px 0 20px 0;
}
div#documents div#arrow .frontPage {
  color: #EDF4DE;
  font-size: 12px;
  line-height: 13px;
  width: 100px;
  text-align: center;
  float: left;
  padding-top: 10px;
}
div#documents div#arrow .main {
  margin-left: 120px;
  padding-top: 10px;
  font-size: 14px;
}
div#documents div#arrow .title {
  color: #20741c;
  font-weight: bold;
  line-height: 13px;
}
div#documents div#arrow .author {
  color: #000000;
  line-height: 14px;
}
div#documents div#arrow .other {
  width: 115px;
  color: #EDF4DE;
  float: right;
  text-align: right;
  padding-right: 20px;
  line-height: 12px;
}
div#documents {
  width: 100%;
  margin-top: 20px;
}
div.document {
  border-bottom: 3px solid #EDF4DE;
  padding: 15px 0 15px 0;
}
div#documents div.inside div.docHeader {
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  font-weight: bold;
  background-color: #4AB0DE;
  color: #ffffff;
  padding-left: 20px;
}
div#documents div.inside div.document {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4AB0DE;
}
div#documents div.inside div.document div.docInside {
  margin-left: 115px;
}
