/* hot 070609 Motorsportfriends for phpwcms 1.3.3 / ExData Module v2.70       */
/*            #exd_filter, .exd_filter temporarily hidden..				      */

/*Head Category*/
#exd_head {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  line-height: 150%;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0 0 5px;
  }

/*Entries Background - holds all entries*/
#exd_items {
  background: #e2e3e7;
  font-size: 10px;
  }

/*titelrow to click*/
.stretchtoggle{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 8pt;
  line-height: 100%;
  padding: 0px;
  background: #b0b9bf;
/*width:100%; */
  margin-top: 0px;
  cursor: pointer;
  }

/*the links in titlerow*/
.stretchtoggle a:link, .stretchtoggle a:visited, .stretchtoggle a:hover  {
  color: #c6c6c6;
  font-weight: bold;
  text-decoration: none;
  }

/*container that expands*/
.stretcher {
  margin: 0px;
  padding: 0px;
  }

/*One Entry - gets the bg-color when opacity*/
.exd_item {
  margin-top: 5px;
  padding: 0px;
  color: #ffffff;
  background: #040444;
  }

/*field title*/
.exd_field {
  width: 143px;
  text-align: right;
  vertical-align: top;
  padding: 2px 5px 2px 2px;
  background: #969696;
  border-bottom: 1px solid #636363;
}

/*field content*/
.exd_entry {
  border-bottom: 1px solid #636363;
  vertical-align: top;
  padding: 2px 2px 2px 5px;
  background: #777777;
}

/*image field (msf)*/
.exd_image {
  width: 150px;
  border-bottom: 1px solid #636363;
  vertical-align: top;
  padding: 0;
  background: #777777;
}

/*text field (msf)*/
.exd_text {
  color: #636363;
  font-size: 10px;
  font-weight: normal;
  line-height: 125%;
  vertical-align: bottom;
  padding: 2px 2px 2px 5px;
  background: #b0b9bf;
  text-align: left;
}

/*Navigation -  div id="exd_navi"  - all the elements in table -  /div */
#exd_navi, .exd_navi{ 
background-image: none; 
background-repeat: repeat; 
background-attachment: scroll; 
background-position: 0 0; 
}
/*Page Numbers -  div id="exd_page"  - table with paging -  /div */
#exd_page, .exd_page {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 8pt;
padding: 4px 4px 3px 3px; 
text-align: left; /*left | center | right - alignment in div-container*/
}
/*Page Statistics -  div id="exd_stats"  - text -  /div */
#exd_stats, .exd_stats {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 8pt;
color: #000000;
margin: 0px 3px 0px 0px;
text-align: right; /*left | center | right - alignment in div-container*/
}
/*Sort-Function -  div id="exd_sort"  - text [Drop-Down class="exd_dd"] -  /div */
#exd_sort, .exd_sort {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 8pt;
padding: 3px;
background: #33CCFF;
/*margin-right: 0px;*/
text-align: right; /*left | center | right - alignment in div-container*/
}
/*Filter-Function in Dropdown -  div id="exd_filter"  - text [Drop-Down class="exd_dd"] -  /div */
#exd_filter, .exd_filter { 
font-family: Verdana, Helvetica, Arial, sans-serif; 
font-size: 8pt; 
background: #33ffcc; 
text-align: left; 
visibility: hidden; /* hot 070601 hidden to make features of EXD_FILTER:3 available without showing the filter itself.. */
}
/*Filter-Function Menu  div id="exd_filtermenu"  -  ul  li  /li  /ul  -  /div */
#exd_filtermenu, .exd_filtermenu {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 8pt;
padding: 3px;
background: #FF4488;
text-align: left;
}
/*Filter-Function Menu  ul */
#exd_filtermenu ul{
margin-left: 0px; /*put it to left side*/
}
/*Filter-Function Menu  li */
#exd_filtermenu ul li{
display: inline; /*block(vertical) | inline(horizontal)*/
padding: 5px;
}
/*Search-Function -  div id="exd_search"  - [Textfield class="exd_txt"][Button class="exd_but"] -  /div */
#exd_search, .exd_search {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 8pt;
padding: 3px;
background: #CC3399;
text-align: left;
}