* {
  font-family: Verdana, Arial, Helvetica, sans-serif, tahoma;
  color: black;
  font-size: 12px;
}

table {
  font-family: Verdana, Arial, Helvetica, sans-serif, tahoma;
  color: black;
  font-size: 12px;
}

body {
  background-image: url(/fileadmin/Uganda/images/body_bkg.gif);
  background-repeat: repeat-x;
  background-color: #669966;
}

h1 {
  color: #cc6600;
  font-size: 14px;
  margin-bottom: 10px;
}

h2 {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
}

h3 {
  font-style: italic;
  margin-left: 15px;
}

.errortext {
  font-family: Verdana, Arial, Helvetica, sans-serif, tahoma;
  color: red;
  font-size: 12px;
}


#block_1 ul li {
  margin-left: 20px;
}

#block_1 ol li {
  margin-left: 20px;
}

#footer {
  font-size: 10px;
}

.csc-textpic-caption {
        font-style: italic;
}

/* --- styling tt_news --- */

.news-latest-container {
  clear: both;
}

.news-latest-container a {
  text-decoration: none;
}

.news-latest-container h2 {
  margin-bottom: 10px;
}

.news-latest-date {
  clear: both;
  font-style: italic;
}

.news-latest-date a {
  font-size: 10px;
}

.news-latest-item h3 {
  margin: 10px 0px;
}

.news-latest-item a img, .news-single-img {
  margin-bottom: 10px;
}

.news-latest-morelink {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  font-weight: bold;
  font-style: italic;
}

.news-latest-morelink a {
  color: #669966;
}

.news-latest-morelink a:hover {
  color: #cc6600;
}

.news-list-container {
  clear: both;
}

.news-list-title a, .news-list-morelink a {
  text-decoration: none;
}

.news-list-item {
  clear: both;
  margin-bottom: 10px;
}

.news-list-item a img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.news-list-morelink {
  font-weight: bold;
  font-style: italic;
}

.news-list-morelink a {
  color: #669966;
}

.news-list-morelink a:hover {
  color: #cc6600;
}

/* --- styling forms --- */

fieldset {
  border: 0 none;
}

label {
  float: left;
  width: 100px;
}

input , textarea {
  float: left;
  width: 300px;
  margin-bottom: 5px;
  background: white;
  border: 0 none;
  border: 1px solid #3c2b00;
  padding: 2px;
  font-weight: bold;
}

input {
/*  background-image: url(/fileadmin/Uganda/images/input_bkg.gif); */
}

textarea {
/*  background-image: url(/fileadmin/Uganda/images/textarea_bkg.gif); */
  background-repeat: repeat;
}

input.csc-mailform-submit {
  float: right;
  padding-right: 10px;
  padding-left: 7px;
  width: auto;
  background: none;
  background-image: url(/fileadmin/Uganda/images/dot_darker.gif);
  background-repeat: no-repeat;
  background-position: left;
  border: 0 none;
  color: #3c2b00;
}

input.csc-mailform-submit:hover {
  color: #d50000;
}

/* csc mailform properties 
///////////////////////////////////////////////////////////////*/ 
.csc-mailform-field { 
    clear: both; 
    display: block; 
    margin-bottom: 0.3em; 
    width: 100%; 
} 

.csc-mailform legend { 
    display: none; 
} 

.csc-mailform-label {
  float: left;
  margin: 3px 0px;
}

.csc-mailform-field input, .csc-mailform-field select, 
.csc-mailform-field textarea, { 
    width: 300px; 
} 

.csc-mailform-field label { 
    float: left; 
    width: 120px; 
} 

.csc-mailform-amount input { 
    float: left; 
    width: 55px; 
} 

.csc-mailform-amount label { 
    float: left; 
    width: 120px; 
} 

.csc-mailform-bankacc input { 
    float: left; 
    width: 95px; 
} 

.csc-mailform-bankacc label { 
    float: left; 
    width: 120px; 
} 


.csc-mailform-radio fieldset{ 
    margin-left: 0px; 
    width: 450px; 
} 

.csc-mailform-radio input, .csc-mailform-radio label { 
    display: inline; 
    float: left; 
    margin-bottom: 0.3em; 
} 

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field .csc-mailform-check {
   background: none;
   clear: left;
   border: none;
   margin-right: 4px;
   width: 20px;
} 

.csc-mailform-radio label, .csc-mailform-check label { 
    text-align: left; 
} 

input.csc-mailform-check {
  width: auto;
  background: none;
  border: 0 none;
}


