body {
  background-color:#f0f3f5;
  margin:0;
  font-family:'Droid Sans', sans-serif;
  font-size:13px;
}

table td{
  vertical-align:top;
}

table td h2{
  margin:0 !important;
}

img{
  border:0;
}

div#wrapper {
  width:980px;
  background-color:#fff;
  margin:0 auto;
}

div#topbar {
  padding:10px;
}

div#google_translate_element {
  float:right;
}

div#social {
  float:right;
  margin-left:20px;
  margin-bottom:9px;
}

div#social p.bodytext {
  margin:0;
}

div#banner {
  clear:right;
  border-top:5px solid #004885;
  margin:0 10px;
  height:154px;
  background:url(images/banner.jpg) left top no-repeat;
  position:relative;
}

div#logo {
  margin:28px;
  float:left;
}

div#logo img{
  border:0;
}

div#logo p.bodytext {
  margin:0;
}

div#teaser {
  margin-top:60px;
}

div#teaser p.bodytext {
  margin:0;
}

div#ext-login {
  position:absolute;
  right:0;
  top:0;
  width:155px;
  height:29px;
  background:url(images/ext-login.png) left top no-repeat;
}

div#ext-login p,bodytext {
  margin:0;
  line-height:22px;
  text-align:center;
}

div#ext-login a { 
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
}

div#google-search {
  position:absolute;
  right:20px;
  top:66px;
}

div#google-search input.text {
  border:0 !important;
  margin-left:37px;
  margin-top:5px;
  background-color:transparent;
}

div#google-search input.submit {
  background:url(images/search-button.png) left top no-repeat;
  border:0;
  cursor: pointer;
  display:block;
  height:20px;
  padding:0;
  position:absolute;
  left:5px;
  text-indent:-9999em;
  top:4px;
  width:23px;
  z-index:1;
}

div#google-search fieldset {
  border:0;
  margin:0;
  padding:0;
  width:177px;
  height:27px;
  background:url(images/google-search.png) left top no-repeat;  
}

nav#topmenu {
  margin:1px 10px 0 10px;  
  height:44px;  
}
    
nav#topmenu ul {
  list-style-type:none;
  padding:0;
  background:url(images/topnav-bg.jpg) top left repeat-x;
  margin:0 10px 0 0;
  width:100%;  
  float:left;
}

nav#topmenu ul li {
  float:left;
  height:40px;
  line-height:40px;
  border-bottom:4px solid #fff;    
}

nav#topmenu ul li a {
  color:#fff;
  text-decoration:none;
  font-size:14px;
  padding:0 20px;
}

nav#topmenu ul li.top-active,
nav#topmenu ul li.top-current {
  border-bottom:4px solid #e27818;
}

div#top_breadcrumbs {
  clear:left;
  margin:20px 10px 25px 10px;
  border:1px solid #d5dee2;
  background-color:#f7f8f5;
  padding:10px;
}

div#top_breadcrumbs a {
  color:#5a5a5a;
  text-decoration:none;
}

div#top_breadcrumbs .bread,
div#top_breadcrumbs .bread_act{
  background-image: url("/fileadmin/templates/unwater/unwater_new/images/bg-arrow-top-breadcrumbs.png");
  background-repeat: no-repeat;
  margin: 0 5px;
  padding: 7px 3px;
}

div#top_breadcrumbs .addthis_toolbox{
  float: right; 
}

footer {
  background: #012952; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMjk1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzAwMzc3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #012952 0%, #003770 17%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#012952), color-stop(17%,#003770)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #012952 0%,#003770 17%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #012952 0%,#003770 17%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #012952 0%,#003770 17%); /* IE10+ */
  background: linear-gradient(to bottom,  #012952 0%,#003770 17%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012952', endColorstr='#003770',GradientType=0 ); /* IE6-8 */
}

footer {
  height:140px;
}

footer ul {
  list-style-type:none;
  margin:0;
  padding:0;
  text-align:center;
  padding-top:20px;
}

footer ul li {
  color:#fff;
  display:inline;
  padding:0 18px;
  border-left:1px solid #fff;
  height:24px;
  line-height:24px;
}

footer ul li:first-child {
  border-left:0;
}

footer ul li a {
  color:#fff;
}

div#leftcolumn {
  display:table-cell;
  vertical-align:top;
  padding-bottom:50px;
}

div#leftcolumn nav {
  width:200px; 
}

div#leftcolumn ul {
  list-style-type:none;
  margin:0 20px 0 0;
  padding:0;
  border-top:3px solid #e27818;
}

div#leftcolumn li {
  border-bottom:1px dotted #acbdc6;
}

div#leftcolumn li a {
  text-decoration:none;
  color:#004484;
  display:block;
  padding:10px 5px;
  font-size:12px;
}

div#leftcolumn li a:hover {
  color:#E27818;
}

div#leftcolumn li.left-current a {
  color:#e27818;
}

section#maincontent {
  display:table;
  line-height:19px;
  padding:0 20px 20px 20px;
  min-height:350px;
  height:auto !important;
  height:350px;  
}

div#content {
  vertical-align:top;  
  display:table-cell;
  width:100%;
}

div#content #content_last_update{
  clear:both;
  color:#5A5A5A;
  text-align:right;
  font-size:11px;
  font-style:italic;
  background-color: #F7F8F5;
  border: 1px solid #D5DEE2;
  padding: 2px 10px;
  margin:10px 0;  
}

div#content #content_last_update .last_update_label{
  margin-right:5px;
}

div#content .rgaccord1-nest .csc-header{
  display:none;
}

div#content .rgaccord1-nest .rgaccord1-toggle{
  cursor: pointer;
  font-size: 13px;
}

div#content h1.csc-firstHeader {
  text-transform:uppercase;
  border-top:1px solid #acbdc6;
  border-bottom:1px solid #acbdc6;
  color:#004484;
  font-size:15px;
  padding:7px 10px;
  margin-top:0;
  text-transform:uppercase;
}

div#content p.bodytext {
  margin: 0 25px;
}

div#content h2 {
  font-weight:bold;
  text-transform:uppercase;
  color:#004484;
  font-size:14px;
  margin:10px 0;
}

div.topics-grey-box h2 {
  margin:0 10px !important;
}

div#content div.csc-textpic-text{
  margin:0 25px;
}

div#content div.csc-textpic-text p.bodytext {
  margin-left:0;
}

div#content a {
  text-decoration:none;
  color:#004484;
  /*border-bottom:1px dotted #004484;*/
}

div#content a:hover {
  border:0;
  text-decoration:underline;
}

div#content div.csc-default {
  margin-bottom:20px;
}

div#dyna_fef_page div.dyna_form_field {
  margin-bottom:20px;
}

div#dyna_fef_page div.dyna_form_label,
div#dyna_fef_page div.dyna_form_data {
  font-family:'Droid Sans', sans-serif !important;
}

div.dyna_fef-select-elements div.dyna_fef-select-elements-item {
  background-color: #3399FF;
  border: 0;
  color: #FFFFFF;
  padding: 2px 10px;
}

div#content table.mceLayout a {
  border:0;
}

div#dyna_fef_page div#div_submit_button input,
div#dyna_fef_page div#div_delete_button input {
  color:#fff;
  background-color:#004885;
  border:0;
  padding:6px 20px;
  margin-top:20px;
  font-family:'Droid Sans', sans-serif !important;  
  margin-right:20px;
}

div#content div.tx-dynalist-pi1 .tx-dynalist-pi1-pagination{
  padding:10px 0;
}

div#content div.tx-dynalist-pi1 .tx-dynalist-pi1-pagination a,
div#content div.tx-dynalist-pi1 .tx-dynalist-pi1-pagination a:visited{
  padding: 5px 10px;
}

div#content div.tx-dynalist-pi1 .tx-dynalist-pi1-pagination a:link{
  background-color:#F0F3F5;
}

div#content div.tx-dynalist-pi1 .tx-dynalist-pi1-pagination a:hover,
div#content div.tx-dynalist-pi1 .tx-dynalist-pi1-pagination a.current{
  background-color:#003770;
  color:#ffffff;
}

div#content div.tx-dynalist-pi1 div.news-image img {
  float:left;
  margin-right:14px;
}

div#content div.tx-dynalist-pi1-recordlist {
  padding:13px 0;
  /*border-bottom:1px dotted #acbdc6;*/
}

div#content div.tx-dynalist-pi1-recordlist:first-child {
  padding-top:0;
}

div#content div.tx-dynalist-pi1 h3 {
  text-transform:none;
  margin-top:5px;
  margin-bottom:5px;
  font-size:14px;
}

div#content div.tx-dynalist-pi1 h3 span.date{
  color:#004484;
}

div#content div.tx-dynalist-pi1 h3 a {
  color:#000;
  border:0;
}

div#content div.tx-dynalist-pi1 h3 a:hover {
  /*border-bottom:1px dotted #004484;*/
}

div.tx-dynalist-pi1 div.news-date {
  color: #004484;
  font-weight: bold;
  text-transform: uppercase;
  font-size:12px;
}

div.tx-dynalist-pi1 div.news-bodytext p {
  margin:9px 0;
}

div#content div.tx-dynalist-pi1 div.news-readmore a {
  color:#e27919;
  border:0;
  text-transform:uppercase;
  font-size:12px;
}

div#content div.lng-buttons {
  text-align:right;
}

div#content div.lng-buttons a {
  border:0;
}

div.topics-grey-box {
  background-color:#f5f4f2;
  border-top:1px solid #acbdc6;
}

section#maincontent div.topics-grey-box div.csc-header-n1 {
  background-color:#e8e6e3;
  border-bottom:1px solid #c8d3d9;
  border-top:1px solid #fff;  
}

section#maincontent div.topics-grey-box h1 {
  border:0;
  color:#443e38;
  margin:0;
  padding:10px;
}

section#maincontent div.topics-grey-box h3 {
  border:0;
  color:#443e38;
  margin:0;
  padding:10px;
}

section#maincontent div.topics-grey-box div.csc-textpic {
  /*border-top:1px solid #fff;*/
  padding:25px 30px;
}

section#maincontent div.topics-grey-box DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
  margin-right:20px !important;
}

section#maincontent div.topics-grey-box div.csc-textpic DIV.csc-textpic-single-image IMG {
  border:1px solid #093e75;
}    

section#maincontent div.topics-grey-box div.related div.news-image,
/*section#maincontent div.topics-grey-box div.related div.news-date,*/
section#maincontent div.topics-grey-box div.related div.news-bodytext,
section#maincontent div.topics-grey-box div.related div.news-readmore,
section#maincontent div.topics-grey-box div.related div.news-button {
  display:none;
}

section#maincontent div.topics-grey-box div.related span.date{
  font-size:11px;
  color:#004484;
}

section#maincontent div.topics-grey-box div.related div.tx-dynalist-pi1-recordlist {
  border:0;
  padding:0;
}

section#maincontent div.topics-grey-box div.related h2 {
  margin:0 0 8px 0;
  padding:7px 15px 5px 15px;
  font-weight:normal;  
  color:#000;
  border-top:1px solid #fff;
  background: #ebe9e6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZTllNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNiYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ebe9e6 0%, #cdcbc9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe9e6), color-stop(100%,#cdcbc9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ebe9e6 0%,#cdcbc9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ebe9e6 0%,#cdcbc9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ebe9e6 0%,#cdcbc9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ebe9e6 0%,#cdcbc9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9e6', endColorstr='#cdcbc9',GradientType=0 ); /* IE6-8 */
}

section#maincontent div.topics-grey-box div.related h3 {
  margin:0;
  padding:8px 14px;
}

section#maincontent div.topics-grey-box div.related h3 a {
  font-weight:normal;
  font-size:13px;
}

section#maincontent div.topics-grey-box div.csc-default {
  margin-bottom:0;
}

div.topics-grey-box div.dynalist_norecordfound {
  padding:8px 14px;  
  font-size:13px;
}

div.topics-grey-box div.related-news {
  background-color:#ffffff;
  float:left;
  width:44%;
  margin:10px 30px;
  min-height:203px;
}

div.topics-grey-box div.related-pubs {
  background-color:#ffffff;
  float:left; 
  width:44%;  
  margin:10px 0;  
  min-height:203px;  
}

div.topics-grey-box div.related-pubs div#c224400 div.news-category{
  display:none;
}

div.topics-grey-box div.related-news h2,
div.topics-grey-box div.related-pubs h2{
  display:none;
}

/* Start - Detail News */

div.content-details-news{
  background-color: #F5F4F2;
  padding-bottom:5px;
}

div.content-details-news h1{
  background-color: #E8E6E3;
  border-bottom: 1px solid #C8D3D9;
  border-top: 1px solid #FFFFFF;
  padding:10px;
  color: #443E38;
  margin:0;
  line-height: 23px;
}

div.content-details-news h2{
  margin: 10px 0 0 10px !important;
  text-transform: none !important;
  color: #000000 !important;
}

div.content-details-news .details-info-photo-text{
  padding:10px;
}

div.content-details-news .details-info-photo-text img{
  float:left;
  margin:5px 15px 10px 0;
}

div.content-details-news .details-info-photo-text p{
  margin:0;
  padding:0;
}

div.content-details-news .details-info-photo-text span.news-date{
  float:left;
  font-weight:bold;
  padding-right:4px;
}

div.content-details-news .details-info-date{
  color: #004484;
  font-weight: bold;
  text-transform: uppercase;
  padding:0 10px;
}

div.content-details-news .content_related{
  background-color: #FFFFFF;
  border: 1px dotted #CCCCCC;
  margin: 10px;
  padding: 10px;
}

div.content-details-news .content_related p,
div.content-details-news .content_related ul{
  margin:0;
  padding:0;
}

div.content-details-news .content_related ul li{
  margin-left:20px;
}                                                 

div.content-details-news .related_title{
  font-weight:bold;
}

div.content-details-news .related_text{
  padding:10px;
}

div.content-details-news .content_file{
  padding: 8px;
}
   
/* End - Detail News */

/* Start - Detail Publication */

div.content-details-publication{
  background-color: #F5F4F2;
  padding-bottom:5px;
}

div.content-details-publication h1{
  background-color: #E8E6E3;
  border-bottom: 1px solid #C8D3D9;
  border-top: 1px solid #FFFFFF;
  padding:10px;
  color: #443E38;
  margin: 0;
  line-height: 23px;
}

div.content-details-publication h2{
  margin: 10px 0 0 10px !important;
  text-transform: none !important;
  color: #000000 !important;
}

div.content-details-publication .details-info-photo-text{
  padding:10px;
}

div.content-details-publication .details-info-photo-text img{
  float:left;
  margin:5px 15px 15px 0;
  /*width:200px;*/
}

div.content-details-publication .details-info-photo-text p{
  margin:0;
  padding:0;
}

div.content-details-publication .details-info-date-category .date{
  float:left;
  color: #004484;
  font-weight: bold;
  text-transform: uppercase;
  padding:10px 0 0 10px;
}

div.content-details-publication .details-info-date-category .category{
  float:left;
  color: #5A5A5A;
  font-weight: bold;
  text-transform: uppercase;
  padding:10px 10px 0 5px;
}

div.content-details-publication div.content_dowload{
  padding:8px;
}

div.content-details-publication .content_related{
  background-color: #FFFFFF;
  border: 1px dotted #CCCCCC;
  margin: 10px;
  padding: 10px;
}

div.content-details-publication .content_related p,
div.content-details-publication .content_related ul{
  margin:0;
  padding:0;
}

div.content-details-publication .content_related ul li{
  margin-left:20px;
}                                                 

div.content-details-publication .related_title{
  font-weight:bold;
}

div.content-details-publication .related_text{
  padding:10px;
}    

/* End - Detail Publication */

/* Start - Search Publication */

div#c226127{
  background-color:#f0f3f5;
}


div#c226127 h1{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/ico-box-search-publication.png);
  background-repeat:no-repeat;
  background-position: 10px center;
  padding:10px 35px !important; 
  font-size: 12px !important; 
  margin:0 0 10px 0 !important;
}

div#c226127 .dyna_form_label,
div#c226127 .dyna_form_data{
  float:left;
}

div#c226127 .dyna_form_data{
  padding:10px;
}

div#c226127 .dyna_form_label{
  padding:13px;
}

div#c226127 .dyna_form_label{
  color:#868686;
}

div#c226127 div#divdata_tx_mblnewsevent_organizer{
  width:504px;
}

div#c226127 .dyna_form_data input,
div#c226127 .dyna_form_data select{
  border:1px solid #acbdc6;
  height:auto !important;
}

div#c226127 .dyna_form_data input{
  padding:5px
}

div#c226127 .dyna_form_data select{
  padding:3px;
  width:100%;
}

div#c226127 .dyna_form_data input#id_date_free{
  width:47px;
}

div#c226127 .dyna_form_field{
  margin:0 !important;
}

/* alter fields */
div#c226127 #id_title,
div#c226127 #id_free_text{
  width:573px;
}

div#c226127 #id_free_text{
  width:575px;
}

div#c226127 div#dynafef_actions{

}

div#c226127 div#dynafef_actions div#div_submit_button{
  padding: 0 0 10px 640px;
}

div#c226127 div#dynafef_actions input[type=submit]{
  float:none;
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/bg-button-search-publication.png);
  margin-top:0 !important;
}


/* End - Search Publication */

/* Start - News List */

div#c228982 div.news-body{
  /*border-bottom: 1px dotted #ACBDC6;*/
}

div#c228982 .tx-dynalist-pi1-recordlist{
  border-bottom: 1px dotted #ACBDC6;  
}

div#c228982 div.news-button{
  width:200px;
  margin:0 0 0 auto;
  text-align:right;
}

/* End - News List */

/* Start - Publication List */

div.publication-list h3{
  margin-bottom:0 !important;
}

div.publication-list div.news-category{
  color: #5A5A5A;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}

div.publication-list div.news-date{
  padding-top:10px !important;
}

div#c224400 div.news-body{
  /*border-bottom: 1px dotted #ACBDC6;*/  
}       

div#c224400 .tx-dynalist-pi1-recordlist{
  border-bottom: 1px dotted #ACBDC6;  
}

div#c224400 div.news-button{
  width:200px;
  margin:0 0 0 auto;
  text-align:right;
}

div#c224400 .news-image img,
div.tx-dynalist-pi1 div.publications-internal img{
  border: 1px solid #DDDDDD;
} 

/* End - Publication List */

/* Start - Statistics Filter */
#c249283{
  background-color: #F0F3F5;
  padding: 5px 0;
}

#c249283 #div_tx_mblnewsevent_organizer{
  margin:0;
}

#c249283 #divlabel_tx_mblnewsevent_organizer{
  padding:5px;
  font-weight:bold;
}

#c249283 #dynafef_actions{
  width:100%;
}

#c249283 #dynafef_actions #div_submit_button{
  width:78px;
  margin:0 0 0 auto; 
}

#c249283 #dyna_fef_page{
  margin:0 0 0 auto;
}

#c249283 .dyna_form_data{
  float:left;
  padding: 0 6px 0 6px;
  font-size:10px;
  background-color:#EAEAEA;
  margin:2px;
  /*color:#ffffff;*/
}

#c249283 .dyna_form_data input{
  float:left;
}

#c249283 #div_keywords,
#c249283 #dynafef_actions,
#c249283 #divlabel_keywords,
#c249283 #divdata_keywords{
  float:left;
}

#c249283 #div_keywords{
  margin:0;
}

#c249283 #div_submit_button input{
  margin:0 !important;
  padding: 4px 20px !important;
}

#c249283 #divlabel_keywords{
  margin:0;
  padding: 3px 15px 0 0;
  color: #868686;
}

#c249283 #divdata_keywords{
  padding:0 20px 0 0;
}

#c249283 #divdata_keywords select{
  border: 1px solid #ACBDC6;
  height: auto !important;
  padding:3px;
}

/* End - Statistics Filter */

/* Start - Statistics List */

div.statistics-list h3{
  margin-bottom:0 !important;
}

div.statistics-list div.news-category{
  color: #5A5A5A;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}

div.statistics-list div.news-date{
  padding-top:10px !important;
}

div#c249242 div.news-body{
  
}

div#c249242 div.news-source{
  color:#AFAFAF;
  font-size: 12px;
}

div#c249242 div.news-image img{
  width:150px;
}

div#c249242 .tx-dynalist-pi1-recordlist{
  border-bottom: 1px dotted #ACBDC6;  
}

div#c249242 div.news-button{
  width:200px;
  margin:0 0 0 auto;
  text-align:right;
}

/* End - Statistics List */

/* Start - Detail Statistics */

div.content-details-statistics{
  background-color: #F5F4F2;
  padding-bottom:5px;
}

div.content-details-statistics h1{
  background-color: #E8E6E3;
  border-bottom: 1px solid #C8D3D9;
  border-top: 1px solid #FFFFFF;
  padding:10px;
  color: #443E38;
  margin: 0;
}

div.content-details-statistics .details-info-photo-text{
  padding:10px;
}

div.content-details-statistics .details-info-photo-text img{
  float:left;
  margin:5px 15px 0 0;
  /*width:200px;*/
}

div.content-details-statistics .details-info-photo-text p{
  margin:0;
  padding:0;
}

div.content-details-statistics .content_related{
  background-color: #FFFFFF;
  border: 1px dotted #CCCCCC;
  margin: 10px;
  padding: 10px;
}

div.content-details-statistics .content_related p,
div.content-details-statistics .content_related ul{
  margin:0;
  padding:0;
}

div.content-details-statistics .content_related ul li{
  margin-left:20px;
}                                                 

div.content-details-statistics .related_title{
  font-weight:bold;
}

div.content-details-statistics .related_text{
  padding:10px;
}

/* End - Detail Statistics */

/* Start - Definition Custom Box */

div#content .box-1-cols{
  float:left;
  width:100%;
  border: 1px dotted #ACBDC6;
  margin: 0 10px 20px;
  width: 97%;
}

div#content .box-1-cols .csc-header{
  background-color: #E8E6E3;
  border-bottom: 1px solid #C8D3D9;
}

div#content .box-1-cols .csc-header h1{
  border: 0 none;
  color: #443E38;
  margin: 0;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
}

div#content .box-1-cols p{
  margin:5px;
  padding:5px;
} 

div#content .box-2-cols{
  float:left;
  width:47%;
  border: 1px dotted #ACBDC6;  
  margin: 0 10px 20px;
}

div#content .box-2-cols .csc-header{
  background-color: #E8E6E3;
  border-bottom: 1px solid #C8D3D9;
}

div#content .box-2-cols .csc-header h1{
  border: 0 none;
  color: #443E38;
  margin: 0;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
}

div#content .box-2-cols p{
  margin:5px;
  padding:5px;
} 

div#content .box-3-cols{
  float:left;
  width:30%;
  border: 1px dotted #ACBDC6;  
  margin: 0 10px 20px;
}

div#content .box-3-cols .csc-header{
  background-color: #E8E6E3;
  border-bottom: 1px solid #C8D3D9;
}

div#content .box-3-cols .csc-header h1{
  border: 0 none;
  color: #443E38;
  margin: 0;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
}

div#content .box-3-cols p{
  margin:5px;
  padding:5px;
} 

/* End - Definition Custom Box */

/* Start - Details - Latest from the UN-Water Family */

div.content-details-unwater-family p{
  margin: 0;
}

/* End - Details - Latest from the UN-Water Family */

/* Start - Filter Latest from the UN-Water Family */

div#c285576{
  background-color:#f0f3f5;
}


div#c285576 h1{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/ico-box-search-publication.png);
  background-repeat:no-repeat;
  background-position: 10px center;
  padding:10px 35px !important; 
  font-size: 12px !important; 
  margin:0 0 10px 0 !important;
}

div#c285576 .dyna_form_label,
div#c285576 .dyna_form_data{
  float:left;
}

div#c285576 .dyna_form_data{
  padding:10px;
}

div#c285576 .dyna_form_label{
  padding:13px;
}

div#c285576 .dyna_form_label{
  color:#868686;
}

div#c285576 div#divdata_tx_mblnewsevent_organizer{
  width:504px;
}

div#c285576 .dyna_form_data input,
div#c285576 .dyna_form_data select{
  border:1px solid #acbdc6;
  height:auto !important;
}

div#c285576 .dyna_form_data input{
  padding:5px
}

div#c285576 .dyna_form_data select{
  padding:3px;
  width:100%;
}

div#c285576 .dyna_form_data input#id_date_free{
  width:47px;
}

div#c285576 .dyna_form_field{
  margin:0 !important;
}

/* alter fields */
div#c285576 #id_title,
div#c285576 #id_free_text{
  width:573px;
}

div#c285576 #id_free_text{
  width:575px;
}

div#c285576 div#dynafef_actions{

}

div#c285576 div#dynafef_actions div#div_submit_button{
  padding: 0 0 10px 640px;
}

div#c285576 div#dynafef_actions input[type=submit]{
  float:none;
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/bg-button-search-publication.png);
  margin-top:0 !important;
}


/* End - Filter Latest from the UN-Water Family */

/* Start - Latest from the UN-Water Family */

div#c284771 div.news-body{
  /*border-bottom: 1px dotted #ACBDC6;*/
}

div#c284771 .tx-dynalist-pi1-recordlist{
  border-bottom: 1px dotted #ACBDC6;  
}

div#c284771 div.news-button{
  width:200px;
  margin:0 0 0 auto;
  text-align:right;
}

/* End - Latest from the UN-Water Family */

/*

    ######################################     NEW CLASS FOR NEW HOME

*/

/* Start - Home - Box Quicklinks */

div#c300912{
  float:left;
}

div#c300912 ul li{
  margin:0;
}

/* End - Home - Box Quicklinks */

/* Start - Home - Rss */

div#c300911{
  position: absolute;
  left: 268px;
  /*top: 387px;*/  
  top: 419px;
}

div#c300911 img{
  width:30px;
  height:30px;
}            

/* End - Home - Rss */

/* Start - Home - Box News */

div#c300910{
  float:left;
  width:315px;
  margin-right:10px;
  margin-bottom: 0 !important;
}

div#c300910 div.csc-header{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/bg-box-news-home-header.png);
  background-repeat:repeat-x;
  background-position: 6px center;
}

div#c300910 .csc-header h1{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/ico-box-news-home-header.png);
  background-repeat:no-repeat;
  background-position: 6px center;  
  color: #FFFFFF;
  font-size: 12px;
  margin:0;
  padding: 8px 8px 8px 30px;
  text-transform: uppercase;
}

div#c300910 .tx-dynalist-pi1{
  height:370px;
  background-color:#f0f3f5;
  padding:10px;
  border-bottom:1px solid #004885;
}

div#c300910 div.content-news{
  border-bottom: 1px dotted #acbdc6;
  margin-bottom:20px;
  padding:0 0 20px 0;
}

div#c300910 div.content-news .date{
  color:#004484;
  font-weight:bold;
  text-transform: uppercase;
}

div#c300910 div.content-news .title{
  padding:5px 0;
  font-weight:bold;
}

div#c300910 div.content-news .readmore,
div#c300910 div.content-news .readmore a:link,
div#c300910 div.content-news .readmore a:visited,
div#c300910 div.content-news .readmore a:hover{
  color:#e27919;
  text-transform: uppercase;
}

/* End - Home - Box News */

/* Start - Home - Box Latest pubblication */

div#c300909{
  float:left;
  width:315px;
  margin-right:10px;
  margin-bottom: 0 !important;
}

div#c300909 div.csc-header{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/bg-box-news-home-header.png);
  background-repeat:repeat-x;
  background-position: 6px center;
}

div#c300909 .csc-header h1{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/ico-box-news-home-header.png);
  background-repeat:no-repeat;
  background-position: 6px center;  
  color: #FFFFFF;
  font-size: 12px;
  margin:0;
  padding: 8px 8px 8px 30px;
  text-transform: uppercase;
}

div#c300909 .tx-dynalist-pi1{
  height:370px;
  background-color:#f0f3f5;
  padding:10px;
  border-bottom:1px solid #004885;
}

div#c300909 div.content-publication{
  border-bottom: 1px dotted #acbdc6;
  margin-bottom:20px;
  padding:0 0 20px 0;
}

div#c300909 div.content-publication .image{
  float:left;
  width:85px;
}

div#c300909 div.content-publication .content-info{
  float:left;
  width:180px;
}

div#c300909 div.content-publication .date{
  color:#004484;
  font-weight:bold;
  text-transform: uppercase;
}

div#c300909 div.content-publication .title{
  padding:5px 0 0;
  font-weight:bold;
}

div#c300909 div.content-publication .text{
}

div#c300909 div.content-publication .text p{
  padding:0;
  margin:0;
}

div#c300909 div.content-publication .readmore,
div#c300909 div.content-publication .readmore a:link,
div#c300909 div.content-publication .readmore a:visited,
div#c300909 div.content-publication .readmore a:hover{
  color:#e27919;
  text-transform: uppercase;
}

/* End - Home - Box Latest pubblication */

/* Start - Home - Box Events */

div#c300908{
  float:left;
  width:305px;
  margin-bottom: 0 !important;
}

div#c300908 div.csc-header{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/bg-box-news-home-header.png);
  background-repeat:repeat-x;
  background-position: 6px center;
}

div#c300908 .csc-header h1{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/ico-box-events-home-header.png);
  background-repeat:no-repeat;
  background-position: 6px center;  
  color: #FFFFFF;
  font-size: 12px;
  margin:0;
  padding: 8px 8px 8px 30px;
  text-transform: uppercase;
}

div#c300908 .content_iframe_events{
  height:370px;
  background-color:#f0f3f5;
  padding:10px;
  border-bottom:1px solid #004885;
}

div#c300908 iframe{
    border: 0 none;
}

/* End - Home - Box Events */

/* Start - Home - Carousel */

div#c300906{
  background-color:#00366c;
  padding-top:25px;
}

div#c300906 .tx-dynalist-pi1{
  height: 240px;
}

div#c300906 .content-carousel{
  padding:12px;
} 

div#c300906 div.bx-controls-direction .bx-prev{
 left: -32px;
}

div#c300906 div.bx-controls-direction .bx-next{
 right: -32px;
}

/* End - Home - Carousel */

/* Start - Home - Box Twitter */

div#c300905{
  float:left;
  width:315px;
  border:1px solid #c8d3d9;
  background-color:#f0f3f5;
  margin-right:0;
}

div#c300905 h1{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/ico-box-twitter-home.png);
  background-repeat:no-repeat;
  background-position: 0 center;  
  color: #10538c;
  font-size: 12px;
  margin:0;
  padding: 8px 8px 8px 54px;
  text-transform: uppercase;
  border-bottom:1px solid #c8d3d9;
}

div#c300905 .content{
  height:416px;
  background-color:#f0f3f5;
  padding:10px;
}

/* End - Home - Box Twitter */

/* Start - Home - Box Videos */

div#c300904{
  float:left;
  width:315px;
  border:1px solid #c8d3d9;
  background-color:#f0f3f5;
  margin-right:10px;
}

div#c300904 h1{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/ico-box-youtube-home.png);
  background-repeat:no-repeat;
  background-position: 0 center;  
  color: #10538c;
  font-size: 12px;
  margin:0;
  padding: 8px 8px 8px 92px;
  text-transform: uppercase;
  border-bottom:1px solid #c8d3d9;
}

div#c300904 .content{
  height:285px;
  background-color:#f0f3f5;
  padding:10px;
}

/* End - Home - Box Videos */

/* Start - Home - Box Flickr */

div#c300903{
  float:left;
  width:304px;
  border:1px solid #c8d3d9;
  background-color:#f0f3f5;
}

div#c300903 h1{
  background-image:url(/fileadmin/templates/unwater/unwater_new/images/ico-box-flickr-home.png);
  background-repeat:no-repeat;
  background-position: 0 center;  
  color: #10538c;
  font-size: 12px;
  margin:0;
  padding: 8px 8px 8px 96px;
  text-transform: uppercase;
  border-bottom:1px solid #c8d3d9;
}

div#c300903 .content{
  background-color: #000000;
  height: 265px;
  margin: 10px;
  padding: 10px;  
  text-align: center;
}

/* End - Home - Box Flickr */

/* Start - Home - Latest from the UN-Water Family */

div#c300914{
  height: 36px;
  margin-top:0;
  margin-bottom: 13px !important;
  /*margin-bottom:0px !important;*/
  /*display:none;*/ 
  /*background-color:#F2F3F7;*/
  border-top:1px solid #033770; 
  border-bottom:1px solid #033770;
  /*padding: 9px 10px 3px;*/
}

div#c300914 #ticker-label{
  border-right: 1px solid #033770;
  float: left;
  margin: 3px 0;
  padding: 5px 9px;
}

div#c300914 #ticker-label a{
  color:#E27818;
  text-decoration:none;
}

div#c300914 #js-news{
  clear:both;
}

/* End - Home - Latest from the UN-Water Family */

/* Start - Home - Facebook Box */

div#c300950{
  width:314px;
  height:474px;
  float:left;
  margin-right: 10px;
}

/* End - Home - Facebook Box */

/* Start - Home - Instagram Box */

div#c301619{
  float:left;
}

div#c301619 iframe{
  width:303px !important;
  height:470px;
}

/* End - Home - Instagram Box */
