div.clear {
  clear:both;
}

/* **********************************************
 * classes
 * **********************************************
 */

.news,
.blog {
  margin-bottom:20px;
}

.lead {
  font-weight:bold;
}

.picture {
  float:left;
  clear:both;
  padding:0 10px 10px 0;
}

div#content-left p.news-single-imgcaption,
dd.csc-textpic-caption {
  background-color:inherit;
  color:#000000;
  font-style:italic;
  padding-bottom:10px;
}

div#lbNumber {
  display:none;
}

div#lbCaption {
  background-color:inherit;
  color:#000000;
  font-weight:normal;
}


/* **********************************************
 * override default html tags
 * **********************************************
 */

a, a img, body, div, fieldset, form, input, label, p, ol, ul, select, table, td, textarea, tr,
h1, h2, h3, h4, h5, h6 {
  border:0;
  margin:0;
  padding:0;

  background-color:inherit;
  color:#66a0d1;
  font-family:Helvetica,Arial,Verdana,Sans-Serif;
  font-size:12px;
}

a {
  background-color:inherit;
  color:#66a0d1;
  text-decoration:none;
}

a img {
  border:0;
}

h1, h2 {
  background-color:inherit;
  color:#000000;
  font-weight:bold;
}

h1 {
  font-size:18px;
  padding-bottom:20px;
}

h2 {
  font-size:14px;
  padding-bottom:16px;
}

table {
  border-collapse:collapse;
}

div#content-left table.contenttable tr td p {
  margin:0;
  padding:0;
}

ul {
  list-style-type:none;
}

/* ********************************************
 * indexed search
 * ********************************************
 */
.browsebox li { display:inline; padding-right:20px; }


/* ********************************************
 * macina searchbox
 * ********************************************
 */
/*#searchform { height:15px; line-height:20px; margin-top:48px; } */
/*.searchField { position:relative; top:-2px; width:186px; } */
.searchField {
  width:150px;
}

.searchSubmit {
  height:12px;
  position:relative;
  top:1px;
  left:4px;
  width:13px;
  border:0px;
}

