* {
  margin: 0;
  padding: 0;
  font-size: 1em; }

body {
  font: 14px Helvetica, Arial, sans-serif;
  background: #eee url(../images/backgrounds/bg-body.png) repeat-x top;
  color: #333; }
  body.public {
    background: #eee url(../images/backgrounds/bg-body.png) repeat-x 0 -12px; }

ul li {
  list-style: none; }

input {
  outline: none; }

img {
  border: none; }

a {
  text-decoration: none;
  color: #0046cd; }
  a:hover, a:focus {
    text-decoration: none;
    color: #333 !important; }
  a:active {
    color: #036; }
  a.more {
    background: url(../images/more.gif) 0 0;
    width: 33px;
    height: 14px;
    display: block;
    text-indent: -1000000px;
    cursor: pointer; }
    a.more:hover {
      background: url(../images/more.gif) 0 -14px; }
    a.more:active {
      background: url(../images/more.gif) 0 -28px; }

img {
  vertical-align: bottom; }
  img.left-aligned {
    float: left !important;
    margin-right: 5px; }
  img.right-aligned {
    float: right !important;
    margin: 3px 0 5px 10px !important; }

p {
  margin: 1em 0; }

h1 {
  color: #232323;
  font-size: 1.3em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em; }
  h1 span {
    font-weight: normal;
    font-size: 0.8em;
    color: #666; }
  h1 em {
    font-weight: normal;
    font-size: 0.8em;
    color: #666;
    display: block;
    font-style: normal; }
  h1.search-result {
    border-bottom: 0;
    color: #999;
    font-size: 1.5em; }
  h1 strong {
    color: #333; }

h2 {
  position: relative;
  font-size: 1em;
  color: white;
  font-weight: normal; }
  h2.headings {
    padding: 0 0 0 7px;
    background: #434343 url(../images/bg-headings-main.gif) no-repeat left;
    overflow: hidden;
    position: relative;
    height: 26px;
    line-height: 26px; }
  h2 a.more {
    position: absolute;
    top: 6px;
    right: 7px; }

#content h2 {
  color: black;
  font-size: 1.3em;
  margin: 0; }

p.date {
  margin: 0 0 1em 0;
  color: #808080;
  font-size: 0.9em; }

h3 {
  margin: 0 0 0.2em 0; }

textarea, input {
  border: solid 1px #dadada; }

input[type=file] {
  border: none; }

input:focus {
  border: solid 1px #999; }

textarea {
  border: solid 1px #dadada;
  resize: none; }
  textarea:focus {
    border: solid 1px #999;
    height: 400px; }
  textarea#news_item_lead:focus {
    height: 75px; }

button {
  padding: 2px 5px;
  font-size: 90%; }

p.buttons button, div.buttons button {
  border: none;
  background: url(../images/bg-button.png) left top;
  height: 25px;
  padding: 0 0 0 10px;
  font-family: Helvetica;
  font-size: inherit;
  color: white;
  line-height: 25px;
  cursor: pointer;
  border: none; }
  p.buttons button:hover, div.buttons button:hover {
    background: url(../images/bg-button.png) left -50px; }
  p.buttons button:hover span, div.buttons button:hover span {
    background: url(../images/bg-button.png) right -75px; }
  p.buttons button span, div.buttons button span {
    background: url(../images/bg-button.png) right -25px;
    height: 25px;
    padding: 1px 10px 0 0;
    margin: -1px 0 0 0;
    line-height: 25px;
    display: block; }
    p.buttons button span:hover, div.buttons button span:hover {
      background: url(../images/bg-button.png) right -75px; }

.edit-asset p, .edit-asset .default-image {
  margin: 0 0 15px; }

p.hint {
  background: #c6efc6 url(../images/bg-alert.gif) no-repeat 5px 3px;
  border: 1px solid #a6d3a6;
  font-size: 0.9em;
  line-height: 25px;
  padding: 0 0 0 27px; }
  p.hint a {
    color: #437543;
    font-weight: bold;
    float: right;
    padding: 0 7px 0 0; }

#content p.hint, #misc p.hint {
  background: #f7f7f7;
  border: none;
  font-size: 0.9em;
  padding: 10px 0 10px 10px;
  line-height: 1.2em;
  color: #999;
  margin: 0; }

.news {
  font-weight: bold;
  border: none;
  background: url(../images/submenu-arrow.gif) no-repeat top right;
  padding: 0px 10px 0 7px;
  border: none !important; }

.prev, .next {
  text-indent: -9999px;
  width: 15px;
  height: 14px;
  cursor: pointer; }

.prev {
  background: url(../images/main-slide-arrow-w.gif);
  border-right: #a7a7a7 1px solid;
  position: absolute;
  top: 0;
  right: 60px; }
  .prev:hover {
    background: url(../images/main-slide-arrow-w.gif) 0 -14px; }

.next {
  background: url(../images/main-slide-arrow-e.gif) 0 0;
  position: absolute;
  top: 0;
  right: 36px; }
  .next:hover {
    background: url(../images/main-slide-arrow-e.gif) 0 -14px; }

#header {
  width: 960px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/backgrounds/bg-header.png) no-repeat 0 0; }
  #header a {
    color: white; }

#logo {
  background: url(../images/logo.png) no-repeat top;
  width: 556px;
  height: 46px;
  text-indent: -99999px;
  margin: 15px 0 0 6px;
  float: left;
  cursor: pointer; }

#site_search {
  float: right;
  width: 270px;
  padding: 0 6px 0; }
  #site_search input {
    border: none; }
  #site_search ul {
    float: right;
    margin: 0 0 6px 0;
    padding: 12px 0 0; }
    #site_search ul li {
      display: inline;
      float: left;
      color: white;
      font-size: 0.8em;
      font-family: Verdana;
      padding-left: 8px; }
      #site_search ul li.date {
        border-right: 1px solid #1951bf;
        padding: 0 8px 0 0; }
      #site_search ul li a:hover {
        color: #fff !important;
        text-decoration: underline; }

.search {
  background: white;
  border: #dadada 1px solid;
  display: block;
  float: right;
  width: 218px;
  overflow: hidden;
  height: 27px; }
  .search input {
    color: #999;
    font-family: Arial, sans-serif;
    float: left;
    width: 177px;
    padding: 6px 8px 0px 6px;
    height: 23px;
    font-size: 0.95em; }
    .search input:focus {
      color: #666; }
  .search button {
    background: url(../images/search.gif) 0 0;
    width: 25px;
    height: 25px;
    float: right;
    margin: 1px 1px 0 0;
    cursor: pointer;
    text-indent: -2000px;
    font-size: 0;
    border: none; }
    .search button:hover {
      background: url(../images/search.gif) 0 -25px; }
    .search button:active {
      background: url(../images/search.gif) 0 -50px; }

.filter {
  font-size: 0.9em;
  margin: 0 0 10px;
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #eaeaea; }
  .filter li {
    overflow: hidden;
    line-height: 22px;
    display: block;
    float: left;
    height: 21px;
    margin: 0 5px 5px 0;
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #e8e8e8; }
    .filter li:hover {
      background-color: #a5a5a5;
      border-color: #d0d0d0;
      text-shadow: 0 1px 0 #fff; }
    .filter li.active {
      font-weight: bold;
      background-color: #a5a5a5;
      border-color: #d0d0d0; }
      .filter li.active a {
        background: #e8e8e8;
        text-shadow: 0 1px 0 #fff; }
        .filter li.active a.results {
          color: black;
          background: #f3f3f3;
          border-left: 1px solid #d0d0d0; }
        .filter li.active a:hover {
          text-decoration: none !important;
          background: #f1f1f1; }
    .filter li a {
      color: #333;
      padding: 0 8px 0;
      float: left;
      background: #f8f8f8; }
      .filter li a:hover {
        text-decoration: none !important;
        background: #f1f1f1; }
      .filter li a.results {
        border-left: 0;
        color: black;
        font-weight: bold;
        background-color: #fbfbfb;
        border-left: 1px solid #e8e8e8; }
        .filter li a.results:hover {
          color: #b2b2b2; }

.results-list li {
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0; }
  .results-list li.first {
    border-top: 0; }
  .results-list li .result {
    float: right;
    width: 585px;
    font-size: 0.9em; }
    .results-list li .result h3 {
      font-size: 1.25em;
      margin: 0 0 8px; }
      .results-list li .result h3 a {
        color: #19418f; }
    .results-list li .result p {
      margin: 0 0 8px;
      color: #666;
      line-height: 1.2em; }
      .results-list li .result p strong {
        color: #19418f; }
      .results-list li .result p a {
        text-decoration: none;
        font-weight: bold;
        color: #19418f; }

.posts {
  background: url(../images/backgrounds/bg-comment.gif) no-repeat 0 0;
  width: 28px;
  height: 26px;
  display: block;
  text-align: center;
  line-height: 23px;
  font-weight: bold;
  color: #666;
  float: left;
  margin: 0 10px 10px 0; }

#menu {
  background: url(../images/backgrounds/bg-menu.png) repeat-x 0 0;
  height: 36px;
  width: 960px;
  margin: auto;
  text-shadow: #001744 0 -1px 0px; }
  #menu .m-1 {
    background: url(../images/backgrounds/bg-menu.png) no-repeat right -72px;
    height: 36px; }
  #menu .m-2 {
    background: url(../images/backgrounds/bg-menu.png) no-repeat left -36px;
    height: 36px; }
  #menu ul {
    color: white;
    padding: 9px 0 0; }
    #menu ul li.home {
      margin: 0 3px 0 0;
      border: none;
      padding: 0 0 0 7px; }
      #menu ul li.home a {
        background: url(../images/icons/home.png) no-repeat 0 0;
        text-indent: -1000px;
        position: relative;
        top: -2px;
        font-size: 0;
        width: 23px;
        height: 23px;
        overflow: hidden;
        display: block;
        padding: 0; }
        #menu ul li.home a:hover {
          background: url(../images/icons/home.png) 0 -23px;
          -moz-box-shadow: 0 0 0 #001746;
          -webkit-box-shadow: #001746 0 0 0; }
        #menu ul li.home a:active {
          background: url(../images/icons/home.png) 0 -46px; }
    #menu ul li {
      border-left: #002366 1px solid;
      display: inline;
      float: left;
      padding: 2px 0 0;
      font-weight: bold; }
      #menu ul li.first {
        border: 0; }
      #menu ul li a {
        color: white !important;
        text-shadow: 0 -1px 0 #00205d;
        padding: 4px 6px 3px;
        line-height: 17px; }
        #menu ul li a:hover {
          color: white !important;
          background: #012264;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -moz-box-shadow: 0 -1px 0 #001746;
          -webkit-box-shadow: #001746 0 -1px 0; }
        #menu ul li a:active {
          line-height: 20px;
          text-decoration: none !important; }

#submenu {
  background: url(../images/bg-submenu.gif) transparent center top repeat-x;
  height: 27px;
  width: 958px;
  margin: auto;
  text-shadow: white 0 1px 0px;
  font-size: 0.8em;
  font-weight: bold;
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-bottom: 0; }
  #submenu span {
    float: left; }
  #submenu ul {
    color: #666666;
    padding: 6px 0 0; }
    #submenu ul li {
      border-right: #cccccc 1px solid;
      display: inline;
      float: left;
      padding: 0px 7px 0 7px;
      line-height: 17px; }
      #submenu ul li a, #submenu ul li a:hover {
        color: #0046cd;
        font-weight: normal; }

#wrapper {
  background: white;
  width: 934px;
  margin: auto;
  overflow: hidden;
  padding: 12px;
  border: 1px solid #e0e0e0;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 20px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px; }

h1.position, .position {
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 10px;
  padding: 0 0 2px; }
  h1.position span, .position span {
    font-size: 1.22em; }
  h1.position strong, .position strong {
    font-weight: normal; }
  h1.position a, .position a {
    color: #333 !important;
    text-decoration: underline; }
    h1.position a:hover, .position a:hover {
      color: #19418f !important; }

.position span {
  font-size: 1.42em;
  color: #4f4f4f;
  padding: 0 20px 0 0;
  background: url(../images/backgrounds/bg-section-position.png) no-repeat right 6px; }
  .position span strong {
    font-weight: normal; }
.position a {
  color: #333 !important;
  text-decoration: underline; }
  .position a:hover {
    color: #19418f !important; }
.position span.back {
  padding: 0 0 0 20px;
  background: url(../images/backgrounds/bg-section-position-left.png) no-repeat left 4px; }
.position span.back a {
  text-decoration: none;
  color: #19418f !important; }
  .position span.back a:hover {
    text-decoration: underline;
    color: #4f4f4f !important; }

#content {
  width: 623px;
  float: left;
  overflow: hidden;
  margin: 7px 0 0; }
  #content form h3 {
    font-size: 1em; }
  #content .content-container {
    clear: both; }
  #content a:hover {
    text-decoration: underline; }

.survey {
  position: fixed;
  left: 0;
  top: 160px;
  background: url(../images/backgrounds/survey.png) no-repeat 0 0;
  width: 35px;
  height: 96px;
  cursor: hover;
  text-indent: -9999px; }
  .survey:hover {
    background-position: 0 -96px; }

#misc {
  width: 300px;
  overflow: hidden;
  float: right;
  margin: 7px 0 0; }
  #misc h2.headings {
    background-image: url(../images/bg-headings-misc.gif); }
    #misc h2.headings.em {
      margin: 15px 0 0;
      background: #434343 url(../images/bg-headings-main.gif) no-repeat left; }

.manage {
  background-color: #eaeaea;
  border: 1px solid #CCC;
  padding: 4px;
  text-align: center;
  margin-bottom: 1em;
  line-height: 2.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 80%; }
  .manage p {
    margin: 0; }
  .manage button, .manage a {
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #CCC;
    background-color: white;
    padding: 0.3em 8px;
    margin-left: 4px;
    color: black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

.main-news {
  position: relative;
  padding: 1px;
  border: #b9b8b8 1px solid;
  width: 392px;
  height: 211px;
  float: left; }
  .main-news .main-news-intro {
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 372px;
    color: white; }
    .main-news .main-news-intro a {
      color: white;
      font-weight: bold;
      border-bottom: 1px dotted white;
      text-decoration: none; }
      .main-news .main-news-intro a:hover {
        color: white !important;
        text-decoration: none !important;
        border-bottom: 1px solid #fff; }
    .main-news .main-news-intro h2 {
      font-size: 1.1em;
      line-height: 1.3em;
      padding: 7px 10px;
      width: 372px;
      text-shadow: 0 -1px 0 black;
      background: url(../images/bg-main-news.png) repeat-x bottom; }
      .main-news .main-news-intro h2 strong {
        border-right: 1px solid #666;
        padding: 0 5px 0 0;
        margin: 0 5px 0 0;
        color: #b6b6b6 !important; }
      .main-news .main-news-intro h2 a {
        border-bottom: none; }
    .main-news .main-news-intro p {
      margin: 0;
      font-family: Arial;
      font-size: 0.85em;
      line-height: 1.3em; }

.top-news {
  display: block;
  float: right;
  width: 209px;
  height: 197px;
  background: url(../images/bg-main-news-headlines.gif) repeat-x top;
  overflow: hidden;
  border-top: #b9b8b8 1px solid;
  border-bottom: #e5e5e5 1px solid;
  padding: 8px 9px; }
  .top-news li {
    display: block;
    height: 54px;
    margin: 0 0 17px;
    overflow: hidden; }
    .top-news li a {
      font-size: 1.0em;
      font-weight: bold;
      color: #19418f; }
    .top-news li img {
      padding: 1px;
      border: #b9b8b8 1px solid;
      float: left;
      margin: 0 7px 0 0; }
    .top-news li p {
      margin: 0;
      line-height: 1.3em; }
      .top-news li p:hover, .top-news li p:focus {
        text-decoration: underline; }
    .top-news li span {
      background: url(../images/new.gif) no-repeat left bottom;
      width: 24px;
      height: 11px;
      display: block;
      float: left; }

.ads {
  display: block;
  clear: both;
  padding: 12px 0 0;
  margin: 0 0 12px; }

#misc .ads {
  width: 303px;
  height: 179px;
  padding: 0 0 0;
  margin: 0 0 15px; }

.gallery .carrousel {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 428px;
  padding: 1px;
  border: #b9b8b8 1px solid;
  text-align: center;
  margin: 0 0 15px; }
  .gallery .carrousel .carrousel-window {
    overflow: hidden;
    width: 619px;
    height: 400px;
    padding: 0;
    margin: 0;
    text-align: left; }
    .gallery .carrousel .carrousel-window ul {
      display: block;
      width: 100000px; }
      .gallery .carrousel .carrousel-window ul li {
        display: block;
        float: left;
        overflow: hidden;
        width: 619px;
        height: 400px;
        text-align: center; }
        .gallery .carrousel .carrousel-window ul li div {
          display: table;
          overflow: hidden;
          height: 400px;
          min-width: 340px;
          margin: auto; }
          .gallery .carrousel .carrousel-window ul li div span {
            display: table-cell;
            vertical-align: middle;
            text-align: center; }

.carrousel {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 203px;
  padding: 1px;
  border: #b9b8b8 1px solid;
  text-align: center;
  margin: 0 0 15px;
  position: relative; }
  .carrousel .more-photos {
    display: none; }
  .carrousel .album-title {
    position: absolute;
    bottom: 29px;
    width: 296px;
    text-align: center;
    left: 1px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: white;
    text-shadow: 0 1px 0 #000;
    background: url(../images/backgrounds/bg-album-title.png) repeat-x 0 0; }
    .carrousel .album-title:hover {
      color: #999 !important; }
  .carrousel .carrousel-window {
    overflow: hidden;
    width: 299px;
    height: 175px;
    padding: 0;
    margin: 0;
    text-align: left; }
    .carrousel .carrousel-window:hover .more-photos {
      display: block;
      position: absolute;
      top: 7px;
      right: 7px;
      width: 84px;
      height: 21px;
      text-indent: -9999px;
      background: url(../images/backgrounds/bg-more-photos.gif) no-repeat 0 0; }
      .carrousel .carrousel-window:hover .more-photos:hover {
        color: #999 !important; }
    .carrousel .carrousel-window ul {
      display: block;
      width: 100000px; }
      .carrousel .carrousel-window ul li {
        display: block;
        float: left;
        overflow: hidden;
        width: 299px;
        height: 175px;
        text-align: center; }
        .carrousel .carrousel-window ul li img {
          float: left; }
  .carrousel .button-next, .carrousel .button-previous {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 4px;
    height: 21px;
    width: 24px;
    color: transparent;
    text-indent: -100000px;
    cursor: pointer;
    background-image: url(../images/player-slide.gif); }
  .carrousel .button-next {
    right: 4px;
    background-position: left -21px; }
    .carrousel .button-next:hover {
      background-position: left -21px; }
    .carrousel .button-next .disabled {
      background-position: left -21px; }
  .carrousel .button-previous {
    left: 4px;
    background-position: left top; }
    .carrousel .button-previous:hover {
      background-position: left top; }
    .carrousel .button-previous .disabled {
      background-position: left top; }
  .carrousel .selectors {
    margin: 4px auto 0;
    height: 21px !important;
    overflow: hidden; }
    .carrousel .selectors .selector {
      float: left;
      height: 21px !important;
      width: 21px;
      margin: 0 3px;
      background-image: url(../images/player-slide.gif);
      background-position: left -63px;
      cursor: pointer; }
      .carrousel .selectors .selector:hover {
        background-position: left -84px; }
      .carrousel .selectors .selector.selected {
        background-position: left -42px; }

.latest {
  width: 305px;
  float: left; }
  .latest h2.headings {
    color: white !important;
    font-size: 1em !important; }
  .latest.latest-publication {
    clear: both; }
    .latest.latest-publication a.more {
      background: transparent url(../images/icons/more-highlight.gif) no-repeat scroll 0 0; }
  .latest.latest-press-reviews {
    float: right; }
    .latest.latest-press-reviews a.more {
      background: transparent url(../images/icons/more-highlight.gif) no-repeat scroll 0 0; }
  .latest h2 .next, .latest h2 .prev {
    margin-top: 6px; }
  .latest h2 .next {
    margin-right: 9px; }
  .latest .slideshow {
    overflow: hidden;
    height: 286px;
    width: 305px;
    background: url(../images/bg-list.gif) repeat-x 0 0;
    padding: 0 0 10px;
    margin: 0 0 10px; }
    .latest .slideshow ul.list {
      display: block;
      width: 915px; }
      .latest .slideshow ul.list li {
        float: left; }
        .latest .slideshow ul.list li ul {
          display: block;
          height: 266px;
          width: 285px;
          padding: 10px; }
          .latest .slideshow ul.list li ul li {
            display: block;
            clear: both;
            float: none;
            height: 84px;
            width: 287px;
            margin: 0 0 15px;
            overflow: hidden; }
            .latest .slideshow ul.list li ul li img {
              padding: 1px;
              border: #c1c1c1 1px solid;
              float: left;
              margin: 0 8px 0 0; }
            .latest .slideshow ul.list li ul li a {
              color: #19418f;
              font-weight: bold; }
              .latest .slideshow ul.list li ul li a.more-slider {
                color: #4c4c4c;
                font-weight: bold; }
            .latest .slideshow ul.list li ul li p {
              margin: 3px 0 0;
              color: #666;
              font-size: 0.85em;
              line-height: 1.4em; }
              .latest .slideshow ul.list li ul li p a {
                font-weight: normal; }

ul.articles-list {
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 15px; }
  ul.articles-list li {
    clear: both;
    font-size: 0.9em;
    margin: 0 0 15px;
    overflow: hidden; }
    ul.articles-list li a:hover {
      text-decoration: none;
      color: #333; }
    ul.articles-list li h2 {
      color: #19418f;
      font-size: 1.4em !important; }
      ul.articles-list li h2 a {
        color: #19418f;
        font-weight: bold; }
        ul.articles-list li h2 a:hover {
          text-decoration: none;
          color: #333; }
      ul.articles-list li h2 strong {
        border-right: 1px solid #ccc;
        padding: 0 5px 0 0;
        margin: 0 5px 0 0; }
    ul.articles-list li strong {
      color: #333;
      font-weight: bold; }
    ul.articles-list li p {
      margin: 0;
      color: #666;
      line-height: 1.35em;
      font-size: 1em; }
      ul.articles-list li p::first-letter {
        text-transform: uppercase; }
      ul.articles-list li p.date {
        padding: 1px 0 0;
        font-size: 0.9em;
        margin: 0 0 11px;
        font-family: Helvetica,Arial,sans-serif; }
        ul.articles-list li p.date strong {
          text-transform: normal; }
          ul.articles-list li p.date strong.publication-date {
            display: block; }
      ul.articles-list li p a {
        color: #4f4f4f;
        font-weight: bold; }
    ul.articles-list li img {
      padding: 1px;
      border: #b9b8b8 1px solid;
      float: left;
      margin: 2px 10px 0 0; }
    ul.articles-list li.lead {
      padding: 15px 0 30px;
      margin: 15px 0 8px;
      border-bottom: 1px dashed #CCC; }
      ul.articles-list li.lead h2 {
        font-size: 1.5em !important; }
        ul.articles-list li.lead h2.highlight img {
          border: none;
          float: none;
          position: relative;
          top: -3px; }

ul.documents-list {
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 15px; }
  ul.documents-list li {
    clear: both;
    font-size: 0.9em;
    margin: 0 0 15px;
    overflow: hidden; }
    ul.documents-list li a:hover {
      text-decoration: none;
      color: #333; }
    ul.documents-list li h2 {
      color: #19418f;
      font-size: 1.4em !important;
      line-height: 1em; }
      ul.documents-list li h2 a {
        color: #19418f;
        font-weight: bold; }
        ul.documents-list li h2 a:hover {
          text-decoration: none;
          color: #333; }
      ul.documents-list li h2 strong {
        border-right: 1px solid #ccc;
        padding: 0 5px 0 0;
        margin: 0 5px 0 0; }
      ul.documents-list li h2.highlight img {
        border: none;
        float: none;
        position: relative;
        top: -3px; }
    ul.documents-list li strong {
      color: #333;
      font-weight: bold; }
    ul.documents-list li p {
      margin: 0;
      color: #666;
      line-height: 1.25em;
      font-size: 1.1em; }
      ul.documents-list li p.date {
        padding: 1px 0 0;
        font-size: 0.9em;
        margin: 0 0 11px;
        font-family: Helvetica,Arial,sans-serif; }
        ul.documents-list li p.date strong {
          font-size: 1.1em;
          text-transform: normal; }
      ul.documents-list li p a {
        color: #4f4f4f;
        font-weight: bold; }
    ul.documents-list li img {
      padding: 1px;
      border: #b9b8b8 1px solid;
      float: left;
      margin: 0 10px 0 0; }
    ul.documents-list li.lead {
      padding: 0 0 13px;
      margin: 15px 0 18px;
      border-bottom: 1px dashed #CCC; }
      ul.documents-list li.lead h2 {
        font-size: 1.6em !important; }

.projects {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px; }
  .projects span.corner {
    background: transparent url(../images/backgrounds/bg-projects.png) no-repeat left bottom;
    height: 267px;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    z-index: 20; }
  .projects ul {
    float: left;
    width: 456px; }
    .projects ul li {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
      .projects ul li img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
  .projects .introduction-projects {
    float: right;
    width: 448px;
    height: 247px;
    background: url(../images/backgrounds/bg-projects.png) no-repeat right top;
    padding: 10px 15px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    text-shadow: 0 1px 0 white; }
    .projects .introduction-projects h1 {
      border-bottom: 0;
      font-size: 2.1em;
      margin: 0 0 8px; }
      .projects .introduction-projects h1 strong {
        color: #89847b;
        font-family: "HelveticaNeue-Light","Helvetica Neue",HelveticaNeue,Arial,Helvetica,Geneva,sans-serif;
        font-weight: lighter; }
    .projects .introduction-projects p {
      color: #6e6b66;
      line-height: 18px;
      font-size: 0.9em;
      margin: 10px 0 0; }
      .projects .introduction-projects p span {
        color: #555;
        border-bottom: dashed 1px #999; }
      .projects .introduction-projects p strong {
        color: #5c5a56; }
      .projects .introduction-projects p.lead {
        font-size: 1.1em;
        margin: 0 0 8px;
        color: #5c5a56; }
        .projects .introduction-projects p.lead strong {
          color: #474541; }

.project-list h2 {
  font-size: 1.3em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f3f3f3;
  padding: 8px 10px;
  margin: 1em 0;
  font-weight: bold;
  color: #444;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 -1px 0 #dfdfdf;
  -webkit-box-shadow: #dfdfdf 0px -1px 0; }
.project-list ul {
  margin: 0 0 15px;
  overflow: hidden;
  width: 960px; }
.project-list li {
  font-size: 0.85em;
  margin: 0 27px 15px 0;
  padding: 0 0 15px;
  overflow: hidden;
  display: block;
  float: left;
  width: 293px;
  height: 220px;
  position: relative; }
  .project-list li h3 {
    color: #19418f;
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 7px;
    padding: 0 0 5px;
    border-bottom: 2px solid #eee; }
    .project-list li h3 a {
      color: #19418f;
      font-weight: bold; }
    .project-list li h3 em {
      color: #666;
      font-style: normal;
      font-weight: normal; }
  .project-list li strong {
    color: #333 !important;
    font-weight: bold; }
  .project-list li .cache {
    background: url(../images/backgrounds/cache-image.png) no-repeat left bottom;
    width: 120px;
    height: 86px;
    display: block;
    position: absolute;
    left: 0;
    top: 31px; }
    .project-list li .cache a {
      width: 120px;
      height: 86px;
      display: block; }
  .project-list li img {
    float: left;
    margin: 1px 10px 10px 0; }
  .project-list li p {
    margin: 0;
    color: #666;
    line-height: 1.25em;
    font-size: 1.1em;
    color: #515358; }
    .project-list li p strong {
      color: 333539; }
  .project-list li a {
    color: #19418f;
    font-weight: bold; }

.project-news {
  color: #666 !important;
  border-bottom: 2px solid #eaeaea;
  padding: 25px 0 5px;
  display: block;
  line-height: 1.2em;
  position: relative;
  top: 2px;
  font-weight: normal; }
  .project-news strong {
    color: #19418f; }

.project-introduction {
  padding: 5px 15px 15px;
  display: block;
  position: relative;
  font-size: 0.9em;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px;
  -webkit-border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  -moz-border-radius-bottomleft: 17px;
  min-height: 88px; }
  .project-introduction .cache {
    background: url(../images/backgrounds/cache-image.png) no-repeat left bottom;
    width: 120px;
    height: 85px;
    display: block;
    position: absolute;
    right: 15px;
    top: 6px; }
    .project-introduction .cache a {
      text-indent: -9999px;
      display: block;
      width: 120px;
      height: 85px; }
  .project-introduction p {
    color: #333;
    line-height: 1.4em;
    text-align: justify;
    margin: 0; }
  .project-introduction img {
    float: right;
    margin: 1px 0 0 10px; }
  .project-introduction a {
    color: #19418f;
    font-weight: bold; }

ul.old-articles-list {
  padding: 0 0 10px; }
  ul.old-articles-list li {
    clear: both;
    font-size: 0.85em;
    margin: 0 0 7px; }
    ul.old-articles-list li a:hover {
      text-decoration: none;
      color: #333; }
    ul.old-articles-list li h3 {
      display: block;
      color: #19418f;
      font-size: 1.1em;
      line-height: 1.5em;
      padding: 0 0 0 17px;
      background: url(../images/arrow.gif) no-repeat 2px 2px; }
      ul.old-articles-list li h3 a {
        color: #19418f; }
    ul.old-articles-list li strong {
      color: #333;
      font-weight: bold;
      border-right: 1px solid #999;
      padding: 0 5px 0 0;
      margin: 0 2px 0 0; }

.pagination {
  text-align: center;
  margin: 10px 0 20px; }
  .pagination a, .pagination span {
    padding: 0 10px 0 5px;
    margin: 0;
    color: #19418f;
    border-right: 1px solid #CCC;
    font-weight: bold; }
    .pagination a.current, .pagination span.current {
      color: #999; }
    .pagination a.next_page, .pagination span.next_page {
      border-right: 0px; }

.regional-news {
  padding: 1px 0 0 0;
  margin: 0 0 15px;
  position: relative;
  left: -1px; }
  .regional-news li {
    border-bottom: 1px dashed #e8e8e8;
    border-left: 1px dashed #e8e8e8;
    float: left;
    width: 149px;
    list-style: none; }
    .regional-news li a {
      display: block;
      padding: 0 0 0 27px;
      height: 30px;
      line-height: 32px;
      color: #19418f;
      font-size: 0.8em;
      background-image: url(../images/flag.gif);
      background-repeat: no-repeat;
      background-position: 7px bottom; }
      .regional-news li a.india {
        background-position: 7px -1448px; }
      .regional-news li a.norway {
        background-position: 7px -1420px; }
      .regional-news li a.slovenia {
        background-position: 7px -1392px; }
      .regional-news li a.monaco {
        background-position: 7px -1336px; }
      .regional-news li a.albania, .regional-news li a.al {
        background-position: 7px -20px; }
      .regional-news li a.ukraine {
        background-position: 7px -1364px; }
      .regional-news li a.kosovo {
        background-position: 7px -76px; }
      .regional-news li a.moldova {
        background-position: 7px -48px; }
      .regional-news li a.romania, .regional-news li a.ro {
        background-position: 7px 8px; }
      .regional-news li a.international {
        background-position: 7px -1308px; }
      .regional-news li a.european-union, .regional-news li a.south-eastern-europe, .regional-news li a.regional-project, .regional-news li a.western-europe, .regional-news li a.eastern-europe-cis, .regional-news li a.central-europe, .regional-news li a.europe {
        background-position: 7px -104px; }
      .regional-news li a.greece {
        background-position: 7px -132px; }
      .regional-news li a.bosnia-and-herzegovina {
        background-position: 7px -160px; }
      .regional-news li a.cyprus {
        background-position: 7px -244px; }
      .regional-news li a.poland, .regional-news li a.pl {
        background-position: 7px -272px; }
      .regional-news li a.russia, .regional-news li a.ru {
        background-position: 7px -300px; }
      .regional-news li a.croatia {
        background-position: 7px -188px; }
      .regional-news li a.bulgaria, .regional-news li a.bg {
        background-position: 7px -356px; }
      .regional-news li a.montenegro {
        background-position: 7px -384px; }
      .regional-news li a.turkey {
        background-position: 7px -412px; }
      .regional-news li a.georgia {
        background-position: 7px -440px; }
      .regional-news li a.serbia {
        background-position: 7px -468px; }
      .regional-news li a.macedonia {
        background-position: 7px -496px; }
      .regional-news li a.france, .regional-news li a.fr {
        background-position: 7px -524px; }
      .regional-news li a.switzerland {
        background-position: 7px -552px; }
      .regional-news li a.italy, .regional-news li a.it {
        background-position: 7px -580px; }
      .regional-news li a.uk, .regional-news li a.en {
        background-position: 7px -608px; }
      .regional-news li a.belgium {
        background-position: 7px -636px; }
      .regional-news li a.germany, .regional-news li a.de {
        background-position: 7px -664px; }
      .regional-news li a.the-netherlands {
        background-position: 7px -692px; }
      .regional-news li a.ireland {
        background-position: 7px -720px; }
      .regional-news li a.portugal {
        background-position: 7px -748px; }
      .regional-news li a.sweden {
        background-position: 7px -776px; }
      .regional-news li a.austria {
        background-position: 7px -804px; }
      .regional-news li a.denmark {
        background-position: 7px -832px; }
      .regional-news li a.finland {
        background-position: 7px -860px; }
      .regional-news li a.spain, .regional-news li a.es {
        background-position: 7px -888px; }
      .regional-news li a.malta {
        background-position: 7px -916px; }
      .regional-news li a.czech-republic {
        background-position: 7px -944px; }
      .regional-news li a.estonia {
        background-position: 7px -972px; }
      .regional-news li a.hungary {
        background-position: 7px -1000px; }
      .regional-news li a.slovakia {
        background-position: 7px -1028px; }
      .regional-news li a.belarus {
        background-position: 7px -1476px; }
      .regional-news li a.the-vatican {
        background-position: 7px -1572px; }

.project {
  font-size: 1em;
  font-size: 1em; }
  .project ol, .project ul {
    margin: 0 0 10px; }
  .project ul li {
    background: transparent url(../images/backgrounds/bg-project.png) no-repeat scroll 0 5px;
    margin: 0 0 0 5px;
    padding: 0 0 10px 10px; }
  .project ol li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 25px;
    padding: 0 0 10px; }
  .project table {
    margin: 0 0 0 1px;
    border-collapse: collapse;
    width: 615px; }
    .project table td {
      border: 1px solid #dedede;
      padding: 7px; }
  .project h1 {
    border-bottom: 0;
    margin: 20px 0 5px !important;
    font-size: 1.4em;
    background: none; }
    .project h1 strong {
      border-right: 1px solid #ccc;
      padding: 0 8px 0 0;
      margin: 0 3px 0 0;
      color: #000; }
  .project h2, .project h3, .project h4 {
    margin: 20px 0 5px !important;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #000; }
  .project h2 {
    font-size: 1.4em !important; }
  .project h3 {
    font-size: 1.20em; }
  .project p {
    margin: 0 10px 15px 0;
    color: #464646;
    line-height: 1.4em;
    text-align: justify; }
    .project p.date {
      padding: 5px 0 0;
      font-size: 0.95em; }
    .project p a {
      color: #19418f; }
    .project p strong {
      color: #333;
      font-weight: bold; }
    .project p img {
      padding: 1px;
      border: #b9b8b8 1px solid;
      float: left;
      margin: 2px 10px 5px 0; }

.article {
  font-size: 1em; }
  .article ol, .article ul {
    margin: 0 0 10px; }
  .article ul li {
    background: transparent url(../images/backgrounds/bg-project.png) no-repeat scroll 0 5px;
    margin: 0 0 0 5px;
    padding: 0 0 10px 10px; }
  .article ol li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 25px;
    padding: 0 0 10px; }
  .article table {
    margin: 0 0 0 1px;
    border-collapse: collapse;
    width: 615px; }
    .article table td {
      border: 1px solid #dedede;
      padding: 7px; }
  .article h1 {
    border-bottom: 0;
    margin: 20px 0 5px !important;
    font-size: 1.4em;
    background: none; }
    .article h1 strong {
      border-right: 1px solid #ccc;
      padding: 0 8px 0 0;
      margin: 0 3px 0 0;
      color: #000; }
  .article h2, .article h3, .article h4 {
    margin: 20px 0 5px !important;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #000; }
  .article h2 {
    font-size: 1.4em !important; }
  .article h3 {
    font-size: 1.20em; }
  .article #flash_player_container {
    margin: 0 0 15px; }
  .article .download {
    font-size: 1.1em;
    border: 1px solid #D6D6D6;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    margin: 0 10px 10px 0;
    padding: 1px 0 0;
    line-height: 32px;
    position: relative;
    top: -1px;
    background: transparent url(../images/backgrounds/arrow-download.gif) no-repeat 8px 9px; }
    .article .download span {
      float: left;
      margin: 0 6px 0 22px;
      font-weight: bold; }
    .article .download a {
      margin: 0 10px 0 10px;
      padding: 0 0 0 14px;
      color: #19418f; }
    .article .download ul {
      margin: 0 4px; }
      .article .download ul:after {
        content: "";
        display: block;
        clear: both; }
      .article .download ul li {
        display: inline;
        background: #19418F;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        color: #fff;
        padding: 4px;
        border: 1px solid #0f2d68;
        font-weight: bold;
        font-size: 0.7em;
        text-shadow: 0 -1px 0 #0f2d68; }
        .article .download ul li a {
          color: #fff;
          text-decoration: none;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
          .article .download ul li a:hover {
            color: #fff !important; }
  .article .opinion-img {
    float: left;
    border: 1px solid #e0e0e0;
    padding: 2px;
    margin: 0 9px 0 0; }
  .article p {
    margin: 7px 10px 12px 0;
    color: #464646;
    line-height: 1.4em;
    text-align: justify; }
    .article p.date {
      padding: 0 0 0 1px;
      font-size: 0.9em;
      color: #666;
      margin: 0 0 25px; }
      .article p.date em {
        display: block;
        font-style: normal;
        font-size: 0.9em;
        line-height: 1em; }
      .article p.date strong a {
        color: #333; }
    .article p a {
      color: #19418f; }
    .article p strong {
      color: #333;
      font-weight: bold; }
    .article p img {
      padding: 1px;
      border: #b9b8b8 1px solid;
      float: left;
      margin: 3px 10px 5px 0; }
    .article p.source {
      margin: 15px 0; }
  .article a {
    color: #19418f; }
  .article .block-informations {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #eaeaea url(../images/backgrounds/bg-press-review.gif) repeat-x 0 0;
    padding: 7px;
    border: 1px solid #d6d6d6;
    position: relative;
    min-height: 100px;
    top: -7px;
    margin: 0 10px 0 0;
    font-size: 0.95em; }
    .article .block-informations:after {
      content: "";
      display: block;
      clear: both; }
    .article .block-informations td .informations {
      width: 445px !important; }
      .article .block-informations td .informations td {
        padding: 4px 0;
        border-bottom: 1px dotted #DADADA !important; }
    .article .block-informations.documents {
      top: 0;
      margin: 25px 10px 0 0;
      min-height: 100px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0; }
      .article .block-informations.documents img {
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
        position: absolute;
        left: 12px;
        top: 12px; }
      .article .block-informations.documents td img {
        position: relative !important;
        top: 0px !important;
        left: 0px !important; }
      .article .block-informations.documents td .informations td.label {
        width: 155px;
        margin: 0 10px 0 0;
        font-weight: bold; }
    .article .block-informations.press-review {
      top: 0;
      margin: 25px 10px 0 0;
      min-height: 100px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0; }
      .article .block-informations.press-review img {
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
        position: absolute;
        left: 12px;
        top: 12px; }
      .article .block-informations.press-review td img {
        position: relative !important;
        top: 0px !important;
        left: 0px !important; }
      .article .block-informations.press-review td .informations {
        width: 465px !important; }
        .article .block-informations.press-review td .informations td.label {
          width: 100px;
          margin: 0 10px 0 0;
          font-weight: bold; }
    .article .block-informations a.thumbnail {
      height: 99px;
      width: 85px;
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
      padding: 1px;
      margin: 0 10px 0 0;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      background-color: #fff;
      position: absolute;
      left: 10px;
      top: 10px;
      z-index: 10; }
    .article .block-informations .glass {
      width: 23px;
      height: 23px;
      background: url(../images/icons/glass.png) repeat-x 0 0;
      position: absolute;
      left: 66px;
      top: 80px;
      display: block;
      z-index: 20; }
      .article .block-informations .glass a {
        width: 23px;
        height: 23px;
        display: block; }
    .article .block-informations .image {
      position: relative;
      margin-left: 10px;
      background: white;
      height: 99px;
      width: 85px; }
      .article .block-informations .image .glass {
        left: 55px !important;
        top: 71px; }
      .article .block-informations .image a.thumbnail {
        position: relative;
        top: 0px;
        left: 0px; }
    .article .block-informations td {
      border: none !important; }
      .article .block-informations td dl {
        left: 5px !important; }
    .article .block-informations dl {
      margin: 0 0 10px 10px;
      position: relative;
      left: 95px;
      top: 7px;
      text-shadow: 0 1px 0 #fff;
      font-size: 1em;
      min-height: 95px; }
      .article .block-informations dl:after {
        content: "";
        display: block;
        clear: both; }
      .article .block-informations dl dt {
        width: 95px;
        float: left;
        font-weight: bold;
        background: #eeeeee;
        border-bottom: dashed 1px #dadada;
        padding: 1px 3px;
        margin: 0 3px 0 0;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 4px; }
      .article .block-informations dl dd {
        width: 358px;
        float: left;
        margin: 0 0 2px;
        padding: 2px 4px 1px;
        border-bottom: dashed 1px #dadada;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-topright: 4px; }
        .article .block-informations dl dd a {
          color: #19418f; }
      .article .block-informations dl.no-image {
        left: 0; }

.tab {
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 7px; }
  .tab li {
    display: block;
    float: left;
    margin: 0 10px 0 0; }
    .tab li a {
      color: #19418f; }

.links-menu {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 32px;
  text-align: center; }
  .links-menu li {
    display: inline;
    margin: 0 5px 0 0;
    line-height: 30px;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 3px 7px; }
    .links-menu li:hover {
      color: #19418f;
      cursor: pointer; }
    .links-menu li.active {
      background: #19418F;
      color: white; }

.links-list li h3 {
  font-size: 1.3em;
  margin: 25px 0 0; }
  .links-list li h3 span {
    color: #999; }
.links-list li ul {
  margin: 3px 0 0;
  overflow: hidden;
  width: 650px; }
  .links-list li ul li {
    background: transparent url(../images/backgrounds/bg-feeds.png) no-repeat 6px 12px;
    display: block;
    width: 603px;
    float: left;
    top: 1px;
    position: relative;
    margin: 0 10px 0 0;
    border-bottom: 1px dashed #eaeaea;
    padding: 10px 0 10px 20px;
    overflow: hidden; }
    .links-list li ul li:hover {
      background-color: #f5f5f5;
      border-bottom: 1px solid #eaeaea; }
    .links-list li ul li .edit-links {
      background: white;
      border: 1px solid #ccc;
      display: block;
      float: right;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      overflow: hidden;
      padding: 3px 3px 0;
      position: relative;
      top: -5px; }
      .links-list li ul li .edit-links a {
        color: black !important;
        font-size: 0.85em;
        background: transparent;
        text-decoration: none;
        margin: 0 5px; }
    .links-list li ul li a {
      color: #19418f;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: underline;
      border: none;
      background-color: inherit;
      padding: 0; }
    .links-list li ul li span a {
      border-left: 1px solid #999;
      font-size: 0.9em;
      padding: 3px 0 0 6px;
      color: #333;
      margin: 0 0 0 3px;
      line-height: 1.5em;
      font-weight: normal;
      text-decoration: none; }

.feeds-source {
  background: #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 -1px 0 #eaeaea;
  -webkit-box-shadow: #eaeaea 0 -1px 0;
  overflow: hidden; }
  .feeds-source h2 {
    border-bottom: 1px solid #eaeaea;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: #fff 0 1px 0;
    color: #333 !important;
    padding: 7px 13px 3px; }
  .feeds-source ul {
    padding: 10px 13px;
    width: 285px;
    float: left; }
    .feeds-source ul li {
      padding: 0 5px;
      margin: 3px 0;
      font-size: 0.9em;
      font-weight: bold;
      border-left: 2px solid #d9d9d9; }
      .feeds-source ul li a {
        color: #19418f; }

.feeds-list h2 {
  color: #333 !important;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0 5px; }
.feeds-list ul {
  margin: 3px 0 25px;
  overflow: hidden;
  width: 650px; }
  .feeds-list ul li {
    background: url(../images/backgrounds/bg-feeds.png) no-repeat 6px 14px;
    display: block;
    width: 603px;
    float: left;
    top: 1px;
    position: relative;
    margin: 0 10px 0 0;
    padding: 10px 0 10px 20px;
    overflow: hidden; }
    .feeds-list ul li:hover {
      background-color: #f5f5f5;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
    .feeds-list ul li a {
      color: #19418f;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: underline; }
    .feeds-list ul li span {
      display: block;
      font-size: 0.85em;
      margin: 3px 0 0;
      color: #999;
      line-height: 1.5em;
      font-weight: normal;
      text-decoration: none; }
      .feeds-list ul li span a {
        font-size: 1em;
        color: #666;
        font-weight: normal;
        text-decoration: none;
        font-weight: bold; }
      .feeds-list ul li span strong {
        color: #666; }

.photo_albums p {
  font-size: 1.4em;
  color: #333; }
.photo_albums ul {
  width: 964px;
  margin: 15px 0 0; }
  .photo_albums ul.index li:hover h2 {
    background: white; }
    .photo_albums ul.index li:hover h2 a {
      color: #333 !important; }
  .photo_albums ul.index li h2 {
    position: absolute;
    top: 100px;
    left: 5px;
    background: black;
    padding: 5px 10px;
    font-size: 1.2em; }
    .photo_albums ul.index li h2 a {
      color: white; }
  .photo_albums ul.index li p {
    font-size: 0.8em !important;
    text-align: left;
    padding: 5px 11px;
    width: 274px; }
  .photo_albums ul:after {
    content: "";
    display: block;
    clear: both; }
  .photo_albums ul li {
    border-top: 1px solid #e2e2e2;
    -moz-box-shadow: 0 1px 2px #b4b4b4;
    -webkit-box-shadow: #b4b4b4 0 1px 2px;
    float: left;
    margin: 0 7px 15px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 1.2em;
    width: 296px;
    height: 175px;
    position: relative;
    vertical-align: middle; }
    .photo_albums ul li:hover {
      -moz-box-shadow: 0 1px 2px #ccc;
      -webkit-box-shadow: #ccc 0 1px 2px; }
    .photo_albums ul li p {
      text-align: center;
      font-size: 1em !important;
      position: absolute;
      bottom: 5px;
      left: 5px;
      background: url(../images/bg-main-news.png) repeat-x 0 0;
      color: white;
      font-weight: normal;
      font-size: 0.9em !important;
      width: 256px;
      padding: 4px 20px;
      margin: 0 50px 0 0;
      text-shadow: 0 1px 2px black; }
      .photo_albums ul li p a {
        color: white; }
        .photo_albums ul li p a:hover {
          color: white !important; }

.album {
  width: 621px; }
  .album h1 {
    border-bottom: 0;
    font-size: 1.5em;
    margin: 13px 0 0; }
  .album .photo-informations h2, .album .photo-informations h3, .album .photo-informations h4 {
    padding: 0 0 5px 0;
    margin: 20px 0 0 !important; }
  .album .photo-informations p {
    margin: 3px 0 12px; }
  .album .photo-informations ul li {
    background: transparent url(../images/backgrounds/bg-project.png) no-repeat scroll 0 5px;
    font-size: 0.95em;
    margin: 0 0 0 5px;
    padding: 0 0 10px 10px; }
  .album .photo-informations ol li {
    font-size: 0.95em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 25px;
    padding: 0 0 10px; }
  .album .photo-informations table {
    margin: 0 0 0 1px; }
    .album .photo-informations table td {
      border: 1px solid gray; }

.related-albums {
  margin: 5px 0 0; }
  .related-albums li {
    border: 1px solid #eaeaea;
    border-bottom-color: #c9c9c9;
    padding: 1px;
    position: relative;
    margin: 0 0 10px;
    height: 175px;
    width: 296px; }
    .related-albums li p {
      text-align: center;
      font-size: 1em !important;
      position: absolute;
      bottom: 1px;
      left: 1px;
      background: url(../images/bg-main-news.png) repeat-x 0 0;
      color: white;
      font-weight: normal;
      font-size: 0.9em !important;
      width: 256px;
      padding: 4px 20px;
      margin: 0 50px 0 0;
      text-shadow: 0 1px 2px black; }
      .related-albums li p a {
        color: white; }
        .related-albums li p a:hover {
          color: white !important; }

.user-comments {
  overflow: hidden;
  clear: both; }
  .user-comments p {
    margin: 1em 0; }
  .user-comments h2 {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 1em;
    background: #434343 url(../images/bg-headings-main.gif) no-repeat scroll left center;
    overflow: hidden;
    padding: 0 0 0 7px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding; }
    .user-comments h2 a {
      color: #FFF; }
  .user-comments form {
    background: url(../images/bg-list.gif) top repeat-x;
    padding: 10px 9px 10px;
    margin: 0 0 10px;
    position: relative; }
    .user-comments form label {
      font-size: 0.95em; }
    .user-comments form #recaptcha_area {
      position: relative;
      left: -4px; }
    .user-comments form .author-information {
      padding: 0 0 6px;
      overflow: hidden; }
      .user-comments form .author-information input {
        height: 18px;
        font-size: 0.95em;
        font-family: Helvetica,Arial, Sans-serif;
        padding: 2px 4px 0;
        margin: 0 0 0 5px;
        color: #333;
        float: left; }
      .user-comments form .author-information label {
        height: 20px;
        line-height: 20px;
        display: block;
        float: left; }
    .user-comments form textarea#comment {
      border: 1px solid #dadada;
      margin: 0 0 8px 0;
      width: 589px;
      font-size: 0.95em;
      font-family: Helvetica,Arial, Sans-serif;
      padding: 5px 7px 5px 7px;
      height: 40px;
      color: #333;
      resize: none; }
      .user-comments form textarea#comment:focus {
        border: 1px solid #999;
        height: 40px; }
    .user-comments form .buttons {
      text-align: right; }

ul.comments {
  list-style: none; }
  ul.comments li {
    display: block;
    border-top: 1px dashed #e8e8e8;
    margin: 0 0 10px;
    padding: 10px 9px 0 9px;
    font-size: 0.85em;
    color: #333;
    background: none; }
    ul.comments li .head {
      background-color: #eee;
      padding: 3px; }
    ul.comments li .author, ul.comments li a {
      color: #19418f;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0 0 4px 0; }
    ul.comments li .date {
      float: right; }

.highlight-block {
  overflow: hidden;
  clear: both;
  background: url(../images/backgrounds/bg-highlight.gif) repeat-x 0 26px; }
  .highlight-block a {
    color: #19418f; }
  .highlight-block h3 {
    margin: 10px 10px 0;
    font-size: 1.1em; }
    .highlight-block h3 span a {
      color: #333; }
  .highlight-block p {
    font-size: 0.95em;
    line-height: 18px;
    text-align: justify;
    margin: 10px 10px; }
    .highlight-block p strong {
      color: #444; }
    .highlight-block p.date {
      margin: 0 10px;
      padding: 0; }
      .highlight-block p.date a {
        color: #666;
        font-weight: normal; }
    .highlight-block p a {
      font-weight: bold;
      color: #444; }
  .highlight-block img {
    float: left;
    margin: 10px 10px 0;
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #FFF; }
  .highlight-block h2 {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 1em !important;
    background: #434343 url(../images/bg-headings-main.gif) no-repeat scroll left center;
    overflow: hidden;
    padding: 0 0 0 7px;
    color: white !important;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    position: relative; }
    .highlight-block h2 a.more {
      width: 33px;
      height: 14px;
      display: block;
      position: absolute;
      right: 6px;
      background: url(../images/icons/more-highlight.gif) no-repeat 0 0; }

.source-block {
  overflow: hidden;
  clear: both;
  background: url(../images/backgrounds/bg-highlight.gif) repeat-x 0 26px; }
  .source-block a {
    color: #19418f;
    font-weight: bold; }
  .source-block ul {
    padding: 10px 0 20px; }
    .source-block ul li {
      margin: 0 10px 7px;
      padding: 0 0 7px;
      font-size: 0.9em;
      border-bottom: 1px dashed #eaeaea; }
  .source-block h2 {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 1em !important;
    background: #434343 url(../images/bg-headings-main.gif) no-repeat scroll left center;
    overflow: hidden;
    padding: 0 0 0 7px;
    color: white !important;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    position: relative; }
    .source-block h2 a.more {
      width: 33px;
      height: 14px;
      display: block;
      position: absolute;
      right: 6px;
      background: url(../images/icons/more-highlight.gif) no-repeat 0 0; }

.article-pictures {
  margin: 0 0 10px; }
  .article-pictures img {
    padding: 1px;
    margin: 0 auto 4px;
    border: #b9b8b8 1px solid;
    display: block; }
  .article-pictures p {
    font-size: 0.8em;
    color: #999;
    margin: 0;
    text-align: center; }
    .article-pictures p strong {
      font-weight: bold;
      color: #666; }

.article-files {
  margin: 0 0 15px;
  padding: 10px 10px 0; }

.your-comments {
  background: url(../images/bg-your-comments.gif) no-repeat center top;
  min-height: 100px;
  margin: 0 0 15px;
  padding: 20px 20px 0;
  font-size: 0.85em; }
  .your-comments a {
    color: #19418f;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 0 0 4px 0; }
  .your-comments p {
    color: #333;
    line-height: 1.4em; }
  .your-comments span a {
    display: block;
    text-align: center;
    margin: 0;
    text-transform: none;
    font-weight: normal; }

ul.archive-list {
  background: url(../images/bg-misc-content.gif) transparent repeat-x top;
  overflow: hidden;
  min-height: 187px;
  padding: 10px;
  margin: 0 0 15px;
  font-size: 0.9em;
  width: 290px; }
  ul.archive-list li {
    line-height: 1.6em;
    margin: 0 15px 5px 0;
    position: relative;
    border-bottom: 1px dashed #CCC;
    padding: 0 0 3px 0;
    width: 130px;
    float: left; }
    ul.archive-list li.last {
      border-bottom: 0px; }
    ul.archive-list li a {
      font-weight: bold;
      color: #19418f; }
    ul.archive-list li span {
      position: absolute;
      right: 0px; }

ul.main-news-headlines {
  background: url(../images/bg-misc-content.gif) transparent repeat-x top;
  overflow: hidden;
  min-height: 187px;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 0.9em; }
  ul.main-news-headlines.em {
    background: url(../images/bg-misc-content-em.gif) transparent repeat-x top;
    min-height: 50px !important; }
  ul.main-news-headlines li {
    line-height: 1.3em;
    margin: 0 0 7px;
    padding: 0 0 7px;
    overflow: hidden;
    border-bottom: 1px dashed #e1e1e1; }
    ul.main-news-headlines li p {
      padding: 5px 0 0;
      line-height: 1.3em; }
    ul.main-news-headlines li img {
      float: left;
      margin: 0 9px 12px 0;
      padding: 1px;
      border: #b9b8b8 1px solid; }
    ul.main-news-headlines li a {
      color: #19418f; }
    ul.main-news-headlines li .zone {
      font-weight: bold;
      color: #333;
      padding: 0 5px 0 0;
      margin: 0 1px 0 0;
      float: left; }
      ul.main-news-headlines li .zone a {
        color: #333; }
    ul.main-news-headlines li .source, ul.main-news-headlines li .source a {
      color: #19418f; }
    ul.main-news-headlines li .flag {
      display: block;
      width: 14px;
      height: 14px;
      float: left;
      margin: 0 4px 0 0;
      background: url(../images/flag.gif) no-repeat 0 bottom; }
      ul.main-news-headlines li .flag.europe {
        background-position: 0 -112px; }
      ul.main-news-headlines li .flag.eastern {
        background-position: 0 -336px; }
      ul.main-news-headlines li .flag.monaco {
        background-position: 0 -1344px; }
      ul.main-news-headlines li .flag.ukraine {
        background-position: 0 -1372px; }
      ul.main-news-headlines li .flag.india {
        background-position: 0 -1456px; }
      ul.main-news-headlines li .flag.norway {
        background-position: 0 -1428px; }
      ul.main-news-headlines li .flag.slovenia {
        background-position: 0 -1400px; }
      ul.main-news-headlines li .flag.albania {
        background-position: 0 -28px; }
      ul.main-news-headlines li .flag.kosovo {
        background-position: 0 -84px; }
      ul.main-news-headlines li .flag.moldova {
        background-position: 0 -56px; }
      ul.main-news-headlines li .flag.romania {
        background-position: 0 0; }
      ul.main-news-headlines li .flag.international {
        background-position: 0 -1316px; }
      ul.main-news-headlines li .flag.european-union, ul.main-news-headlines li .flag.south-eastern-europe, ul.main-news-headlines li .flag.regional-project, ul.main-news-headlines li .flag.western-europe, ul.main-news-headlines li .flag.eastern-europe-cis, ul.main-news-headlines li .flag.central-europe, ul.main-news-headlines li .flag.europe {
        background-position: 0 -112px; }
      ul.main-news-headlines li .flag.greece {
        background-position: 0 -140px; }
      ul.main-news-headlines li .flag.bosnia-and-herzegovina {
        background-position: 0 -168px; }
      ul.main-news-headlines li .flag.cyprus {
        background-position: 0 -252px; }
      ul.main-news-headlines li .flag.poland {
        background-position: 0 -280px; }
      ul.main-news-headlines li .flag.russia {
        background-position: 0 -308px; }
      ul.main-news-headlines li .flag.croatia {
        background-position: 0 -196px; }
      ul.main-news-headlines li .flag.bulgaria {
        background-position: 0 -364px; }
      ul.main-news-headlines li .flag.montenegro {
        background-position: 0 -392px; }
      ul.main-news-headlines li .flag.turkey {
        background-position: 0 -418px; }
      ul.main-news-headlines li .flag.georgia {
        background-position: 0 -448px; }
      ul.main-news-headlines li .flag.serbia {
        background-position: 0 -476px; }
      ul.main-news-headlines li .flag.macedonia {
        background-position: 0 -504px; }
      ul.main-news-headlines li .flag.france {
        background-position: 0 -532px; }
      ul.main-news-headlines li .flag.switzerland {
        background-position: 0 -560px; }
      ul.main-news-headlines li .flag.italy {
        background-position: 0 -588px; }
      ul.main-news-headlines li .flag.uk {
        background-position: 0 -616px; }
      ul.main-news-headlines li .flag.belgium {
        background-position: 0 -644px; }
      ul.main-news-headlines li .flag.germany {
        background-position: 0 -672px; }
      ul.main-news-headlines li .flag.the-netherlands {
        background-position: 0 -700px; }
      ul.main-news-headlines li .flag.ireland {
        background-position: 0 -728px; }
      ul.main-news-headlines li .flag.portugal {
        background-position: 0 -756px; }
      ul.main-news-headlines li .flag.sweden {
        background-position: 0 -784px; }
      ul.main-news-headlines li .flag.austria {
        background-position: 0 -812px; }
      ul.main-news-headlines li .flag.denmark {
        background-position: 0 -840px; }
      ul.main-news-headlines li .flag.finland {
        background-position: 0 -868px; }
      ul.main-news-headlines li .flag.spain {
        background-position: 0 -896px; }
      ul.main-news-headlines li .flag.malta {
        background-position: 0 -924px; }
      ul.main-news-headlines li .flag.czech-republic {
        background-position: 0 -952px; }
      ul.main-news-headlines li .flag.estonia {
        background-position: 0 -980px; }
      ul.main-news-headlines li .flag.hungary {
        background-position: 0 -1008px; }
      ul.main-news-headlines li .flag.slovakia {
        background-position: 0 -1036px; }
      ul.main-news-headlines li .flag.belarus {
        background-position: 0 -1484px; }
      ul.main-news-headlines li .flag.the-vatican {
        background-position: 0 -1572px; }
    ul.main-news-headlines li span.title {
      font-size: 1.2em;
      font-weight: bold; }
    ul.main-news-headlines li.new:after {
      display: inline-block;
      content: "";
      width: 24px;
      height: 11px;
      background: url(../images/new.gif) transparent right top no-repeat; }

#press {
  width: 305px;
  float: right; }
  #press .headings {
    width: 305px; }
    #press .headings p {
      margin: 6px 9px 0; }
  #press ul.items {
    list-style: none;
    float: left; }
    #press ul.items li {
      list-style: none;
      float: left;
      font-size: 0.85em;
      margin: 12px 12px 2px 12px;
      line-height: 1.6em; }
      #press ul.items li a {
        color: #003399; }
      #press ul.items li em {
        font-weight: bold;
        font-style: normal; }
      #press ul.items li.new em {
        background: url(../images/new.gif) no-repeat top right;
        font-weight: bold;
        font-style: normal;
        padding: 0 30px 0 0; }
      #press ul.items li img {
        vertical-align: top;
        padding: 2px 6px 0 0; }

#footer {
  background: #282828 url(../images/bg-footer.gif) repeat-x top;
  height: inherit;
  min-height: 100px;
  margin: 30px 0 0; }
  #footer .content {
    width: 960px;
    margin: auto;
    padding: 20px 0 0;
    overflow: hidden; }
    #footer .content form {
      float: right; }
      #footer .content form label {
        color: #fff; }
    #footer .content button {
      margin: 0 0 0 2px;
      background: url(../images/bg-button.png) left top;
      height: 25px;
      padding: 0 0 0 10px;
      font-family: Helvetica;
      color: white;
      line-height: 25px;
      cursor: pointer;
      border: none; }
      #footer .content button span {
        background: url(../images/bg-button.png) right -25px;
        height: 25px;
        padding: 1px 10px 0 0;
        margin: -1px 0 0 0;
        line-height: 25px;
        display: block; }
    #footer .content input {
      vertical-align: top;
      border: 1px solid #dadada;
      margin: 0px 0 0 5px;
      font-size: 0.85em;
      font-family: Helvetica;
      height: 14px;
      padding: 6px 6px 3px 6px;
      color: #999; }
      #footer .content input:focus {
        color: #666; }
    #footer .content .copyrights {
      width: 960px;
      float: left;
      color: #999;
      font-size: 0.8em;
      padding: 10px 0 10px; }
      #footer .content .copyrights p {
        float: left; }
      #footer .content .copyrights span {
        float: right; }
      #footer .content .copyrights a {
        color: #ccc; }

.tags {
  float: left;
  width: 400px; }
  .tags ul li {
    display: block;
    float: left;
    background: #232323;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    font-size: 0.7em;
    color: white;
    height: 14px;
    line-height: 16px;
    margin: 0 4px 4px 0;
    font-size: 0.8em; }
    .tags ul li:hover {
      background: #181818; }
    .tags ul li a {
      color: white;
      padding: 0 0 0 20px;
      text-shadow: 0 1px 0 #212121;
      display: block;
      height: 14px;
      background: url(../images/icons-footer.gif) 0 0 no-repeat; }
      .tags ul li a:hover {
        color: white !important; }
      .tags ul li a.rss {
        background-position: 0 0; }
      .tags ul li a.podcast {
        background-position: 0 -14px; }
      .tags ul li a.itunes {
        background-position: 0 -28px; }
      .tags ul li a.bookmarks {
        background-position: 0 -42px; }
      .tags ul li a.facebook {
        background-position: 0 -56px; }
      .tags ul li a.twitter {
        background-position: 0 -70px; }

h1.login {
  border: none; }

.form_end {
  float: right;
  padding: 15px 13px 0 0;
  margin: 0 0 10px 0; }
  .form_end button {
    border: none;
    background: url(../images/bg-button.png) left top;
    height: 25px;
    padding: 0 0 0 10px;
    font-family: Helvetica;
    font-size: inherit;
    color: white;
    line-height: 25px;
    cursor: pointer;
    border: none; }
    .form_end button span {
      background: url(../images/bg-button.png) right -25px;
      height: 25px;
      padding: 1px 10px 0 0;
      margin: -1px 0 0 0;
      line-height: 25px;
      display: block; }

form.login dl {
  background: #e9f2f9;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 10px;
  overflow: hidden;
  font-size: 0.9em; }
  form.login dl dt {
    float: left;
    width: 120px;
    padding: 5px;
    font-size: 1.1em;
    margin: 10px 0 7px 0; }
  form.login dl dd {
    background: #dbeaf4;
    padding: 5px;
    float: left;
    width: 458px;
    margin: 10px 0 7px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; }
form.login label {
  display: block;
  padding: 0 0 0 5px;
  height: 20px;
  line-height: 27px; }
form.login input {
  padding: 5px 0 0 5px;
  width: 451px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #b2c7d5; }

#password {
  width: 291px;
  margin: 0 10px 0 0; }

table.grid {
  width: 100%; }
  table.grid thead th {
    background-color: #e8e8e8; }
  table.grid th, table.grid td {
    text-align: left;
    padding: 3px; }
  table.grid .true {
    color: green; }
  table.grid .false {
    color: red;
    text-transform: uppercase; }

form h3, form p {
  margin: 0 0 0.5em 0; }
form h3 label {
  font-weight: normal;
  font-size: 1.2em;
  color: black; }

fieldset {
  margin: 1em 0; }
  fieldset legend {
    font-size: 1.2em;
    color: black;
    padding: 0 0.5em; }

table {
  border-collapse: collapse; }
  table th, table td {
    padding: 3px; }
  table tbody th {
    text-align: right; }

#content form {
  margin-bottom: 1em; }
  #content form fieldset {
    padding: 1em; }
  #content form p input[type=text] {
    height: 15px; }
  #content form p input[type=text], #content form textarea {
    width: 611px;
    padding: 6px 5px 5px 5px;
    font-family: Helvetica, Arial, sans-serif; }
    #content form p input[type=text].calendar, #content form textarea.calendar {
      width: 99px; }
  #content form fieldset input {
    width: 400px !important; }
  #content form fieldset textarea {
    width: 575px !important; }
  #content form p select {
    width: 455px;
    font-size: 0.85em;
    padding: 1px 0 0 0; }

.error {
  width: 790px;
  margin: 100px auto 0;
  border: 1px solid #e0e0e0;
  background-color: white;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  overflow: hidden; }
  .error img {
    float: left;
    padding: 40px 20px 0; }
  .error h1 {
    border-bottom: 0;
    padding: 40px 0 0; }
    .error h1.access-denied {
      text-align: center; }
  .error p.access-denied {
    text-align: center; }
  .error a {
    color: #19418f; }
  .error .login {
    width: 625px;
    margin: 0 auto 50px;
    padding: 0 0 30px; }

div.uploads {
  border: solid 3px #ccc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 10px;
  margin-bottom: 1em;
  font-size: 1em; }
  div.uploads h2 {
    margin: 0 0 1em 0;
    color: black !important;
    float: none !important;
    font-size: 1.2em !important;
    padding: 0 !important;
    border-bottom: solid 1px #ccc; }
  div.uploads .panel, div.uploads .status {
    text-align: center; }
  div.uploads .status {
    display: none; }
  div.uploads input {
    width: 275px; }
  div.uploads .uploaded li {
    position: relative;
    background-color: #e8e8e8;
    padding: 3px;
    padding-right: 20px;
    margin: 3px 0;
    font-size: 80%;
    min-height: 50px; }
    div.uploads .uploaded li .title {
      font-weight: bold;
      display: block; }
    div.uploads .uploaded li img {
      display: block;
      float: left;
      width: 48;
      height: 48;
      margin-right: 3px;
      border: solid 1px white; }
    div.uploads .uploaded li a {
      display: block;
      position: absolute;
      top: 4px;
      right: 4px;
      cursor: pointer;
      font-size: 0;
      width: 11px;
      height: 12px;
      text-indent: -2345px;
      background-image: url(../images/trash.gif); }

p.buttons {
  text-align: center;
  margin-bottom: 10px; }

p.em {
  text-align: center;
  font-size: 1.6em; }

.error-explanation {
  width: 922px;
  padding: 10px 0 10px 10px;
  background: #fc9383;
  border: 1px solid #ED7968;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  .error-explanation h2 {
    font-weight: bold;
    font-size: 1.3em;
    color: #333;
    margin: 0 0 5px; }
  .error-explanation ul li {
    list-style: disc;
    color: #333;
    margin: 0 0 0 15px; }

.fieldWithErrors input {
  font-family: Helvetica,Arial,sans-serif;
  padding: 6px 5px 5px;
  width: 611px;
  height: 15px;
  border: 1px solid #ED7968;
  margin: 0 0 0.8em; }

.pdf {
  background: url(../images/file.gif) no-repeat 0 0; }

.excel {
  background: url(../images/file.gif) no-repeat 0 -30px; }

iframe.rtp {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden; }

p.debug {
  background-color: #ffeeee;
  font-size: 80%;
  padding: 4px; }
  p.debug:before {
    display: inline;
    content: "Debug: ";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 80%; }

.copiables .add {
  border-top: 1px solid #e9e9e9;
  margin-top: 1em;
  padding: 0 0 13px 0;
  position: relative;
  height: 1em; }
  .copiables .add a {
    background: #fff url(../images/bg-add.gif) repeat-x bottom;
    position: absolute;
    display: block;
    right: 10px;
    top: -1px;
    font-weight: bold;
    font-size: 0.9em;
    padding: 0 10px 5px 10px;
    border: 1px solid #e9e9e9;
    border-top: none;
    cursor: pointer; }

table.tag-list td {
  width: 150px; }

.fancy-checkbox {
  width: 32px;
  height: 28px;
  margin-top: -3px;
  float: left;
  background: url(../images/checkbox.gif) transparent 0 0 no-repeat; }
  .fancy-checkbox.checked {
    background-position: 0 -28px; }

ul.articles-list li:after,
ul.old-articles-list li:after,
.regional-news:after {
  content: "";
  display: block;
  clear: both; }

.editorial p {
  color: #6E6B66; }
  .editorial p:first-letter {
    font-size: 1.5em; }

