/* NEWS LISTING ------------------------------------------------------------ */

div.newsscript_title {
  font-weight: bold;
  font-size: 18px;
  font-family: Arial;
  color: #790000;
  margin-bottom: 1px;
  clear: both;
}
div.newsscript_author {
  font-family: Arial;
  font-size: 10px;
  margin-bottom: 2px;
}
div.newsscript_annotation {
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 20px;
}
div.newsscript_annotation a {
  font-weight: bold;
}
img.newsscript_picture {
  margin-bottom: 5px;
}

/* NEWS FULL ARTICLE POPUP WINDOW ------------------------------------------ */

body.newsscript_full_body {
  font-size: 13px;
  font-family: Arial;
  background-color: white;
  padding: 10px;
}
div.newsscript_full_title {
  font-weight: bold;
  font-size: 18px;
  color: #790000;
  margin-bottom: 1px;
}
div.newsscript_full_author {
  font-size: 10px;
  margin-bottom: 2px;
}
div.newsscript_full_annotation {
  margin-bottom: 15px;
}
div.newsscript_full_contents {
  margin-bottom: 12px;
}
img.newsscript_full_picture {
  margin-bottom: 5px;
}
div.newsscript_full_pictures {
  clear: both;
  text-align: center;
}
div.newsscript_full_pictures img {
  margin: 10px;
}

form.buttons_form {
  width: 100%;
  margin-top: 10px;
}
input.print {
  float: left;
}
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;
}
