/* PICTURE POSITIONING ----------------------------------------------------- */img.news_picture_center {  display: block;  margin-left: auto;  margin-right: auto;}img.news_picture_left {  float: left;  margin-right: 10px;}img.news_picture_right {  float: right;  margin-left: 10px;}/* NEWS LISTING ------------------------------------------------------------ */
.news {
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 15px;
}
.news .title {
  font-weight: bold;
  font-size: 15px;
  color: #black;
  margin-bottom: 1px;
  clear: both;
}
.news .subtitle {
}
.news .author {
  font-size: 10px;
  margin-bottom: 2px;
  display:none;
}
.news .annotation { margin-bottom: 5px; }
.news .annotation a { font-weight: bold; }
.news .links { margin-bottom: 5px; }

.news img.picture { margin-bottom: 5px; }/* NEWS FULL ARTICLE POPUP WINDOW ------------------------------------------ */body.news_full {  font-size: 13px;  font-family: Arial;  background-color: white;  padding: 10px;}.news_full .title {  font-weight: bold;  font-size: 18px;  color: #790000;  margin-bottom: 1px;}.news_full .subtitle {}.news_full .author {  font-size: 10px;  margin-bottom: 2px;}.news_full .annotation {  margin-bottom: 15px;}.news_full .contents {  margin-bottom: 12px;}.news_full img.picture {  margin-bottom: 5px;}.news_full .pictures {  clear: both;  text-align: center;}.news_full .pictures img {  margin: 10px;}.news_full .links {  margin-bottom: 5px;}.news_full form.buttons_form {  width: 100%;  margin-top: 10px;}.news_full input.print {  float: left;}.news_full input.close {  float: right;}/* REPORTER AREA ----------------------------------------------------------- */.body {  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px;  background-color: white;  margin: 10px 0px 40px 40px;  color: #666666;}.body td, .body th {  font-size: 60%;  font-family: Verdana, Arial, Helvetica, sans-serif;}.body h3 {  color: red;  font-family: Verdana, Arial, Helvetica, sans-serif;  text-align: left;}.body h2 {  font-family: Verdana, Arial, Helvetica, sans-serif;  position: relative;  left: -20px;  font-size: 20px;/*  color: #000194; */  color: #1E5DA9;  text-align: left;}.body a {  text-decoration: none;  color: #9F0E2D;  font-weight: bold;  font-family: Verdana, Arial, Helvetica, sans-serif;}.body a:hover {  text-decoration: underline;  font-family: Verdana, Arial, Helvetica, sans-serif;}.body .textarea, .body .textfield, .body .datetextfield, .body .filefield {  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px;}/* login ------------------------------------------------------------------- */.loginform {  margin-left: 200px;  width: 330px;  height: 200px;}.loginform .fieldset {  width: 300px;}.loginform .fieldset legend {  color: #CC0033;}.loginform .fieldset label {  text-align: right;  width: 70px;  float: left;  padding: 0.2em;  margin: 0em;  margin-top: 0.3em;}.loginform .fieldset .textfield {  margin: 3px;  height: 20px;  width: 200px;}/* new article ------------------------------------------------------------- */.newarticleform {  margin-top: 20px;}.newarticleform .fieldset {  width: 720px;}.newarticleform .fieldset legend {  color: #CC0033;}.newarticleform .fieldset label {  text-align: right;  width: 70px;  float: left;  padding: 0.2em;  margin: 0em;  margin-top: 0.3em;}.newarticleform .fieldset .textfield {  margin: 3px;  height: 20px;  width: 621px;}.newarticleform .fieldset .filefield {  margin: 3px;  height: 20px;  w-idth: 621px;}.newarticleform .fieldset .datetextfield {  margin: 3px;  height: 20px;  width: 298px;}.newarticleform .fieldset .textarea {  margin: 3px;  height: 200px;  width: 621px;}/* picture upload ---------------------------------------------------------- */.articlepicturesform {  margin-top: 20px;}.articlepicturesform .fieldset {  width: 520px;}.articlepicturesform .fieldset legend {  color: #CC0033;}.articlepicturesform .fieldset label {  text-align: right;  width: 90px;  float: left;  padding: 0.2em;  margin: 0em;  margin-top: 0.3em;}.articlepicturesform .fieldset .textfield {  margin: 3px;  height: 20px;  width: 400px;}.articlepicturesform .fieldset .filefield {  margin: 3px;  height: 20px;}.articlepicturesform .fieldset .textarea {  margin: 3px;  height: 50px;  width: 400px;}
