/*
  File to override possible vaklues from Easy CMS default.css file
  We do this so that an upgrade ofr the system will work without having
  to manage the typical files for the installation.  
*/
#threads {
  margin-bottom: 10px;
}
form.threads {
  color: #000;
}
#threads #t490 {            /* Inside table table */
  width: 590px;
}
#threads #t490 tr td.c110 { /* left Fullt navn, emne, skriv inn kode etc */
  width: 110px;
}
#threads #t490 tr td.c380 { /* right */
  width: 452px;
}
form.threads input {
  width: 420px;
  font-size: 12px;
  margin-bottom: auto;
}
form.threads textarea.body {
  width: 525px;
}
#threads table.threads-table {
  width: 590px;
}
#threads table.threads-table th.w375 {
  width: 450px;
}
#threads div.threads-single-error {
  width: 580px;
}
#threads div.threads-single {
  width: 575px;
  color: #000;
}
.wrap1 {
  float: left;
  background: url(/images/easycms_shadow-black.gif) right bottom no-repeat;
}
.wrap2 {
  background: url(/images/easycms_corner_bl-black.gif) left bottom no-repeat;
}
.wrap3 {
  background: url(/images/easycms_corner_tr-black.gif) right top no-repeat;
}





#easycms-search-page-results {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
#easycms-search-page-results div {
  color: #fff;
  font-weight: normal;
}
#easycms-search-page-results a {
  color: #3cc;
}
#easycms-search-page-results a:hover {
  color: #3cc;
}
.easycms-search-page-top {
  font-size: 12px;
}
.easycms-search-page-top form {
  padding-left: 10px;
}
.easycms-search-page-top div { /* RIGHT BOX */ }

