.TopMenu {
  border-width: 0px;
  height: 18px;
  background-image: url(/forum/Styles/2006/TopMenuBack.gif);
}
.Header {
  border-width: 0px;
  height: 125px;
  background-image: url(/forum/Styles/2012/Header2012.gif);
}

/* Indien je geen mouseover effect wilt, dan kan je volstaan met een enkele class:

      .bMyRatings {
        border: 0;
        width: 100;
        height: 15;
      }

   als je wel een mouseover effect wilt, *moet* je 3 classes aanmaken:

      IMG.bMyRatings {
        border: 0;
        width: 83px;
        height: 15px;
      }
      A.bMyRatings {
        background: url(http://www.fiero.nl/forum/Styles/2006/bMyRatings2006.gif);
        font-size: 99pt;
      }
      A.bMyRatings:hover {
        background: url(http://www.fiero.nl/forum/Styles/2006/bMyRatings2006_H.gif);
      }
      
   omdat IE uitsluitend een ":hover" ondersteunt op een <A> tag. En om er voor te zorgen dat de image tussen de <A>
   tag de juiste grootte krijgt, maak je een IMG.bMyRatings versie aan waar je uitsuitend de grootte zet. Het voordeel
   hiervan ipv een aparte class aan te maken, is dat je de code van de pagina niet hoeft te veranderen, want de code ziet
   er als volgt uit:

     <A Class="bMyRatings" HREF="..."><IMG Class="bMyRatings" SRC="empty.gif"></A>

   Overigens zie je in A.bMyRatings een "font-size: 99pt" staan. Dit is nodig omdat anders in Firefox het achtergrond
   plaatje compleet verkeerd wordt neergezet (want die gebruikt de grootte van het huidige font - da's dus een bug in FF).

*/


/* Default Link leaves the font setting alone and just changes the color and decoration */
.DefaultLink {
  color: #FFA800;
  text-decoration: none;
}
.DefaultLink:visited {
  color: #FFA800;
  text-decoration: none;
}
.DefaultLink:hover {
  color: #805300;
  text-decoration: underline;
}


.bMyRatings {
  border: 0;
  width: 89px;
  height: 19px;
  background: url(/forum/Styles/2006/bMyRatings2006.gif);
  background-repeat: no-repeat;
}

.bProfile {
  border: 0;
  width: 65px;
  height: 19px;
  background: url(/forum/Styles/2006/bProfile2006.gif);
  background-repeat: no-repeat;
}

.bRegister {
  border: 0;
  width: 73px;
  height: 19px;
  background: url(/forum/Styles/2006/bRegister2006.gif);
  background-repeat: no-repeat;
}

.bPreferences {
  border: 0;
  width: 56px;
  height: 19px;
  background: url(/forum/Styles/2006/bPreferences2006.gif);
  background-repeat: no-repeat;
}

.bFaq {
  border: 0;
  width: 43px;
  height: 19px;
  background: url(/forum/Styles/2006/bFaq2006.gif);
  background-repeat: no-repeat;
}

.bMemberlist {
  border: 0;
  width: 92px;
  height: 19px;
  background: url(/forum/Styles/2006/bMemberlist2006.gif);
  background-repeat: no-repeat;
}

.bSearch {
  border: 0;
  width: 65px;
  height: 19px;
  background: url(/forum/Styles/2006/bSearch2006.gif);
  background-repeat: no-repeat;
}

.bNewTopic {
  border: 0px;
  width: 122px;
  height: 30px;
  background-image: url(/forum/Styles/2006/bNewTopic2006.gif);
  background-repeat: no-repeat;
}

.bPostReply {
  border: 0px;
  width: 136px;
  height: 30px;
  background-image: url(/forum/Styles/2006/bPostReply2006.gif);
  background-repeat: no-repeat;
}

.bThreadClosed {
  border: 0px;
  width: 136px;
  height: 30px;
  background-image: url(/forum/Styles/2006/bThreadClosed2006.gif);
  background-repeat: no-repeat;
}

.bExpand {
  border: 0px;
  width: 17px;
  height: 9px;
  background-image: url(/forum/Styles/2006/bExpand.gif);
  background-repeat: no-repeat;
}

.bCollapse {
  border: 0px;
  width: 17px;
  height: 9px;
  background-image: url(/forum/Styles/2006/bCollapse.gif);
  background-repeat: no-repeat;
}

.ExpandLines1 {
  border: 0px;
  width: 34px;
  height: 14px;
  background-image: url(/forum/Styles/2006/ExpandLines1.gif);
  background-repeat: no-repeat;
}

.ExpandLines2 {
  border: 0px;
  width: 34px;
  height: 14px;
  background-image: url(/forum/Styles/2006/ExpandLines2.gif);
  background-repeat: no-repeat;
}

.Category1 {
  border-width: 0px;
  height: 32px;
  background-color: #404040;
  background-image: url(/forum/Styles/2006/category1_back.gif);
}
.Category2 {
  border-width: 0px;
  height: 32px;
  background-color: #404040;
  background-image: url(/forum/Styles/2006/category2_back.gif);
}
.Category3 {
  border-width: 0px;
  height: 32px;
  background-color: #404040;
  background-image: url(/forum/Styles/2006/category3_back.gif);
}
.Category4 {
  border-width: 0px;
  height: 32px;
  background-color: #404040;
  background-image: url(/forum/Styles/2006/category4_back.gif);
}
.CatPM {
  border-width: 0px;
  height: 32px;
  background-color: #404040;
  background-image: url(/forum/Styles/2006/privatemessages_back.gif);
}

IMG.mbProfile {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/mbProfile.gif);
  background-repeat: no-repeat;
  width: 67px;
  height: 11px;
}
A.mbProfile {
  background: url(http://www.fiero.nl/forum/Styles/2006/mbProfile.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}


IMG.mbHome {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/mbHome.gif);
  background-repeat: no-repeat;
  width: 50px;
  height: 11px;
}
A.mbHome {
  background: url(http://www.fiero.nl/forum/Styles/2006/mbHome.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

IMG.mbEmail {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/mbEmail.gif);
  background-repeat: no-repeat;
  width: 52px;
  height: 11px;
}
A.mbEmail {
  background: url(http://www.fiero.nl/forum/Styles/2006/mbEmail.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

IMG.mbMessage {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/mbMessage.gif);
  background-repeat: no-repeat;
  width: 38px;
  height: 11px;
}
A.mbMessage {
  background: url(http://www.fiero.nl/forum/Styles/2006/mbMessage.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

IMG.mbEdit {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/mbEdit.gif);
  background-repeat: no-repeat;
  width: 39px;
  height: 11px;
}
A.mbEdit {
  background: url(http://www.fiero.nl/forum/Styles/2006/mbEdit.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

IMG.mbQuote {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/mbQuote.gif);
  background-repeat: no-repeat;
  width: 58px;
  height: 11px;
}
A.mbQuote {
  background: url(http://www.fiero.nl/forum/Styles/2006/mbQuote.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

IMG.mbLink {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/mbLink.gif);
  background-repeat: no-repeat;
  width: 23px;
  height: 11px;
}
A.mbLink {
  background: url(http://www.fiero.nl/forum/Styles/2006/mbLink.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

.PMTable {
  background-color: #1F2B3A;
  width: 100%;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  text-indent: 35px;
  background-image: url(http://www.fiero.nl/forum/Styles/2006/HTMLMsgHeaderTableBack.gif);
  background-repeat: no-repeat;
}

.PMHeaderTable {
  height: 26px;
}

.PMHeaderText {
  font-size: 7.5pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  width: 100%;
  color: #A0A0A0;
  position: relative;
  top: 9px;
}

.PMHeaderButtons {
  height: 23px; /* Als ik deze 26px maak (hoogte van PMHeaderTable), dan gaat het op een of andere manier mis in IE... */
  position: relative;
  top: 10px;
}

IMG.pmProfile {
  border: 0;
  width: 67px;
  height: 13px;
}
A.pmProfile {
  background: url(http://www.fiero.nl/forum/Styles/2006/pmProfile.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}
IMG.pmEmail {
  border: 0;
  width: 52px;
  height: 13px;
}
A.pmEmail {
  background: url(http://www.fiero.nl/forum/Styles/2006/pmEmail.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}
IMG.pmHome {
  border: 0;
  width: 48px;
  height: 13px;
}
A.pmHome {
  background: url(http://www.fiero.nl/forum/Styles/2006/pmHome.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

.MainPageBackground {
  background-color: #1F2B3A;
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 7.5pt;
  font-style: normal;
  color: #FFFFFF;
}
.MainPageSmallLink {
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.MainPageSmallLink:visited {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.MainPageSmallLink:hover {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.MainPageNormalLink {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.MainPageNormalLink:visited {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.MainPageNormalLink:hover {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}

.ForumBackgroundTable {
  background-color: #1F2B3A;
}
.ForumTopBar {
  border-width: 0px;
  height: 26px;
  background-color: #304257;
  background-image: url(/forum/Styles/2006/toprow_back.gif);
  background-repeat: repeat-x;
}
.ForumTopBarNoBG {
  border-width: 0px;
  background-color: #304257;
}
.ForumTopBarText {
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 7.5pt;
  font-weight: bold;
  color: #CCD5E1;
}
.ForumTitle {
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 12pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
}

.ForumTable {
  background-color: #2D3D51;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  color: #000000;
}
.ForumName {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.ForumName:hover {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.ForumSubName {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.ForumSubName:hover {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.ForumInfo {
  color: #C1C1C1;
  font-size: 7.5pt;
}

.TopicsTable {
  background-color: #5D6979;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: center;
  color: #A3A3A3;
}
.TopicsNumber {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  color: #A3A3A3;
}

.PostsTable {
  background-color: #485668;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: center;
  color: #A3A3A3;
}
.PostsNumber {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  color: #A3A3A3;
}

.LastPostTable {
  background-color: #5D6979;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: center;
  color: #A3A3A3;
}
.LastPostDate {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #A3A3A3;
}
.LastPostTime {
  font-size: 8pt;
  font-weight: normal;
  font-style: italic;
  color: #000000;
  text-decoration: none;
}

.ModeratorTable {
  background-color: #485668;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: left;
  color: #A3A3A3;
}
.ModeratorName {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  color: #A3A3A3;
}

.fdExpand {
  border: 0px;
  width: 17px;
  height: 9px;
  background-image: url(/forum/Styles/2006/fdExpand.gif);
}
.fdCollapse {
  border: 0px;
  width: 17px;
  height: 9px;
  background-image: url(/forum/Styles/2006/fdCollapse.gif);
}

.fdShowTopicsFrom {
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 7.5pt;
  font-style: normal;
  background-color: #FFFFFF;
  color: #000000;
}
.fdBackground {
  background-color: #1F2B3A;
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 7.5pt;
  font-style: normal;
  color: #FFFFFF;
}
.fdForumTitle {
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
}
.fdSmallText {
  font-size: 7.5pt;
}
.fdSmallLink {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.fdSmallLink:visited {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.fdSmallLink:hover {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.fdNormalLink {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.fdNormalLink:visited {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.fdNormalLink:hover {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.fdTopicPagesLink {
  font-size: 7pt;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  text-decoration: underline;
}
.fdTopicPagesLink:visited {
  font-size: 7pt;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  text-decoration: underline;
}
.fdPagesLink {
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: #FFA800;;
  text-decoration: underline;
}
.fdPagesLink:visited {
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: #FFD800;
  text-decoration: underline;
}
.fdBannerLink {
  font-size: 7pt;
  font-weight: normal;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.fdBannerLink:hover {
  font-size: 7pt;
  font-weight: normal;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.fdBackgroundTable {
  background-color: #1F2B3A;
}
.fdNewTopicTable {
  background-color: #2D3D51;
}
.fdIconTable {
  background-color: #2D3D51;
}
.fdTopicsTable {
  background-color: #2D3D51;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  color: #000000;
}
.fdTopicsName {
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.fdTopicsName:visited {
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: #B27500;
  text-decoration: none;
}
.fdTopicsName:hover {
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: #FFD800;
  text-decoration: underline;
}

.fdTopicStarterTable {
  background-color: #5D6979;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: left;
  color: #A3A3A3;
}
.fdTopicStarterName {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}
.fdTopicStarterLink {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-decoration: none;
}
.fdTopicStarterLink:hover {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #FFD800;
  text-decoration: underline;
}

.fdRepliesTable {
  background-color: #485668;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: center;
  color: #A3A3A3;
}
.fdRepliesNumber {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}

.fdPageViewsTable {
  background-color: #485668;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: center;
  color: #707070;
}
.fdPageViewsNumber {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}

.fdLastPostTable {
  background-color: #5D6979;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: center;
  color: #A3A3A3;
  line-height: 12px;
}
.fdLastPostDate {
  font-size: 7.5pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 12px;
}
.fdLastPostTime {
  font-size: 7.5pt;
  font-weight: normal;
  font-style: italic;
  color: #000000;
  text-decoration: none;
  line-height: 12px;
}
.fdLastPostBy {
  font-size: 7.5pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  line-height: 12px;
}

.fdOptionsTable {
  background-color: #2D3D51;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  color: #000000;
}

/* .fdFavDel {
  border: 0px;
  width: 16px;
  height: 16px;
  background-image: url(/forum/Styles/2006/bFavDel.gif);
} */

.fdFavAdd {
  border: 0px;
  width: 16px;
  height: 16px;
  background-image: url(/forum/Styles/2006/bFavAdd.gif);
}

.fdStickyTable {
  background-color: #0F1B2A;
  font-family: "Courier New", "Verdana", "Arial", "Helvetica";
  font-style: normal;
  color: #5B6C90;
}
.fdStickyTableCentered {
  background-color: #0F1B2A;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: center;
  color: #5B6C90;
}
.fdStickyTitle {
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: #FFFF00;
  text-decoration: none;
}
.fdStickyTitle:hover {
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: #AFAF00;
  text-decoration: underline;
}
.fdStickyStarterName {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}
.fdStickyRepliesNumber {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}
.fdStickyPageViewsNumber {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}
.fdStickyLastPostDate {
  font-size: 7.5pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.fdStickyLastPostTime {
  font-size: 7.5pt;
  font-weight: normal;
  font-style: italic;
  color: #0040FF;
  text-decoration: none;
}
.fdStickyLastPostBy {
  font-size: 7.5pt;
  font-weight: normal;
  font-style: italic;
  color: #0040FF;
  text-decoration: none;
}
.fdTopicNewIcon {
  border: 0px;
  width: 16px;
  height: 16px;
  background-image: url(/forum/Styles/2009/closedb.gif);
}
.fdTopicOldIcon {
  border: 0px;
  width: 16px;
  height: 16px;
  background-image: url(/forum/Styles/2009/closed.gif);
}
.fdTopicNewHotIcon {
  border: 0px;
  width: 16px;
  height: 16px;
  background-image: url(/forum/Styles/2009/hotclosedb.gif);
}
.fdTopicOldHotIcon {
  border: 0px;
  width: 16px;
  height: 16px;
  background-image: url(/forum/Styles/2009/hotclosed.gif);
}
.fdTopicNewLockedIcon {
  border: 0px;
  width: 14px;
  height: 15px;
  background-image: url(/forum/Styles/2009/redlockfolder.gif);
}
.fdTopicOldLockedIcon {
  border: 0px;
  width: 14px;
  height: 15px;
  background-image: url(/forum/Styles/2009/yellockfolder.gif);
}

.QuoteBackgroundTable {
  background-color: #000000;
}
.QuoteTopBar {
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 7.5pt;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  background-image: url(/forum/Styles/2006/QuoteBoxBarBack.gif);
  background-repeat: no-repeat;
  background-position: left;
}
.QuoteMsgBox {
  background-color: #C1C1C1;
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 7.5pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}

.IMGLeft {
  float:left;
  margin: 0px 10px 0px 0px;
}

.IMGRight {
  float:right;
  margin: 0px 0px 0px 10px;
}

.HTMLBackground {
  background-color: #1F2B3A;
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 7.5pt;
  font-style: normal;
  color: FFFFFF;
}
.HTMLBackgroundTable {
  background-color: #1F2B3A;
}

.HTMLNotes {
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  background-color: #000000;
  padding: 6px 6px 6px 6px;
  border: 1px solid #808080;
  text-align: center;
}
.HTMLNotesLink {
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.HTMLNotesLink:visited {
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.HTMLNotesLink:hover {
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.HTMLMemberName {
  font-size: 11pt;
  font-family: "Tahoma", "Verdana", "Arial", "Helvetica";
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #FFFFFF;
  letter-spacing: 0px;
}
.HTMLMemberInfo {
  font-size: 7.5pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: left;
  color: #AFAFAF;
}
.HTMLBodyText {
  font-size: 10pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  text-align: left;
  color: #C1C1C1;
}
.HTMLBodyLink_org {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.HTMLBodyLink {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  border-style: dotted;
  border-color: #808080;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  text-decoration: none;
}
.HTMLBodyLink:visited {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.HTMLBodyLink:hover {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  border-bottom-width: 1px;
  text-decoration: none;
}
.HTMLAltCol1 {
  background-color: #485668;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  font-size: 10pt;
  text-align: left;
  color: #FFFFFF;
}
.HTMLAltCol1_Alt {
  background-color: #4A6283;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  font-size: 10pt;
  text-align: left;
  color: #FFFFFF;
}
.HTMLAltCol2 {
  background-color: #2D3D51;
  font-family: "Verdana", "Arial", "Helvetica";
  font-style: normal;
  font-size: 10pt;
  text-align: left;
  color: #FFFFFF;
}
.HTMLMsgHeaderTable {
  background-color: #1F2B3A;
  width: 100%;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  text-indent: 35px;
  height: 28px;
  background-image: url(/forum/Styles/2006/HTMLMsgHeaderTableBack.gif);
  background-repeat: no-repeat;
  padding-top: 5px;
}
/* Next to make sure the icons etc is positioned correctly in IE (since it does not react to the padding-top in the above line */
.HTMLMsgHeaderTable TD {
  position: relative;
  top: 4px;
}
.HTMLMsgHeaderText {
  font-size: 7.5pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  text-align: left;
  color: #A0A0A0;
}
.HTMLSmallLink {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.HTMLSmallLink:visited {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.HTMLSmallLink:hover {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.HTMLNormalLink {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.HTMLNormalLink:visited {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.HTMLNormalLink:hover {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.HTMLIPText {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #405070;
  text-decoration: none;
  vertical-align: bottom;
}
.HTMLIPLink {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #405070;
  text-decoration: none;
}
.HTMLIPLink:hover {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #405070;
  text-decoration: underline;
}
.EditedBy {
  font-size: 7.5pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: normal;
  font-style: normal;
  color: #506080;
}
.RatingLink {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #FFA800;
  text-decoration: none;
}
.RatingLink:hover {
  font-size: 7.5pt;
  font-weight: bold;
  font-style: normal;
  color: #805300;
  text-decoration: underline;
}
.PostDefaultText {
  font-size: 7.5pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
}
.PostWarningText {
  font-size: 7.5pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: normal;
  font-style: normal;
  color: #FFFF00;
}
.TableColorStrip {
  background-color: #000040;
  font-size: 7.5pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: normal;
  font-style: normal;
  color: #FFFF00;
}
.PostFieldName {
  font-size: 10pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
}
.PostFieldContents {
  font-size: 10pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
}
.InputText {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #7D92BF;
  background-color: #000000;
  font-family: "Arial", Helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: #FFA800;
}
.InputDropDown {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #7D92BF;
  background-color: #000000;
  font-family: "Arial", Helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: #FFA800;
}

.InputRadio {
  font-family: "Arial", Helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: #FFA800;
}

.InputTextArea {
  width: 100%;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #7D92BF;
  background-color: #404040;
  font-family: "Arial", Helvetica;
  font-size: 10pt;
  font-weight: normal;
  color: #FFFFFF;
}
.InputButton {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  border-style: outset;
  border-width: 2px;
  border-color: #485668;
  background-color: #2D3D51;
  font-family: "Arial", Helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: #FFA800;
}
.InputButton:hover {
  color: #FFFFFF;
}
.ImageANN {
  border: 0px;
  width: 430px;
  height: 86px;
  background-image: url(/forum/Styles/2006/ANNLogo.gif);
}
.ImageTDQ {
  border: 0px;
  width: 430px;
  height: 86px;
  background-image: url(/forum/Styles/2006/TDQLogo.gif);
}
.ImageGFC {
  border: 0px;
  width: 430px;
  height: 86px;
  background-image: url(/forum/Styles/2006/GFCLogo.gif);
}
.ImageTM {
  border: 0px;
  width: 430px;
  height: 86px;
  background-image: url(/forum/Styles/2006/TMLogo.gif);
}
.ImageCA {
  border: 0px;
  width: 430px;
  height: 86px;
  background-image: url(/forum/Styles/2006/CALogo.gif);
}
.ImageTOT {
  border: 0px;
  width: 430px;
  height: 86px;
  background-image: url(/forum/Styles/2006/TOTLogo.gif);
}
.ImageTC {
  border: 0px;
  width: 430px;
  height: 86px;
  background-image: url(/forum/Styles/2006/TCLogo.gif);
}

.sbTableLine {
  height: 16px;
  overflow: hidden;
}
.sbFavorites {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  text-decoration: none;
}
.sbRecents {
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  text-decoration: none;
}
.sbSubject {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #B8B8B8;
  text-decoration: none;
  position: relative;
  top: 1px;
}
.sbSubject:visited {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #B8B8B8;
  text-decoration: none;
  position: relative;
  top: 1px;
}
.sbSubject:hover {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #D8D8D8;
  text-decoration: underline;
  position: relative;
  top: 1px;
}
.sbDetails {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #A8A8A8;
  text-decoration: none;
}
.sbDetailHL {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #00A8A8;
  text-decoration: none;
}
.sbDetailLink {
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #00A8A8;
  text-decoration: none;
}
.sbDetailLink:hover {
  color: #FFFF00;
  text-decoration: underline;
}
.sbDetailLine {
  height: 14px;
  overflow: hidden;
}
.sbSubjectExpand {
  border: 0px;
  width: 17px;
  height: 9px;
  background-image: url(/forum/Styles/2006/sbExpand.gif);
}
.sbSubjectCollapse {
  border: 0px;
  width: 17px;
  height: 9px;
  background-image: url(/forum/Styles/2006/sbCollapse.gif);
}
.sbExpandLines1 {
  border: 0px;
  width: 34px;
  height: 16px;
  background-image: url(/forum/Styles/2006/sbExpandLines1.gif);
}
.sbExpandLines2 {
  border: 0px;
  width: 34px;
  height: 16px;
  background-image: url(/forum/Styles/2006/sbExpandLines2.gif);
}
.sbCollapseLines1 {
  border: 0px;
  width: 34px;
  height: 16px;
  background-image: url(/forum/Styles/2006/sbCollapseLines1.gif);
}
.sbCollapseLines2 {
  border: 0px;
  width: 34px;
  height: 16px;
  background-image: url(/forum/Styles/2006/sbCollapseLines2.gif);
}
.sbDetailLines1 {
  border: 0px;
  width: 55px;
  height: 14px;
  background-image: url(/forum/Styles/2006/sbDetailLines1.gif);
}
.sbDetailLines2 {
  border: 0px;
  width: 55px;
  height: 14px;
  background-image: url(/forum/Styles/2006/sbDetailLines2.gif);
}
.sbLastDetailLines1 {
  border: 0px;
  width: 55px;
  height: 14px;
  background-image: url(/forum/Styles/2006/sbLastDetailLines1.gif);
}
.sbLastDetailLines2 {
  border: 0px;
  width: 55px;
  height: 14px;
  background-image: url(/forum/Styles/2006/sbLastDetailLines2.gif);
}
.sbButtonHigh {
  border: 0px;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  background-image: url(/forum/Styles/2006/sbButtonHigh.gif);
}
.sbButtonLow {
  border: 0px;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  background-image: url(/forum/Styles/2006/sbButtonLow.gif);
}
.sbTopBar {
  border-width: 0px;
  height: 40px;
  background-color: #1F2B3A;
  background-image: url(/forum/Styles/2006/sbTopBar.gif);
  background-repeat: no-repeat;
}
.sbTopBar2 {
  border-width: 0px;
  height: 40px;
  background-color: #404040;
  background-image: url(/forum/Styles/2006/sbTopBar2.gif);
  background-repeat: repeat-x;
}
.sbTopBarText {
  font-size: 7pt;
  font-weight: bold;
  font-style: normal;
  color: #CCD5E1;
  text-decoration: none;
  position: absolute;
  top: 8px;
  left: 35px;
}
.sbBorderOpened {
  width: 6px;
  background-image: url(/forum/Styles/2006/SideBarClose.gif);
}
.sbBorderClosed {
  width: 6px;
  background-image: url(/forum/Styles/2006/SideBarOpen.gif);
}
.sbNewPostIcon {
  border: 0px;
  width: 16px;
  height: 16px;
  background-image: url(/forum/Styles/2006/sbNewPostIcon.gif);
}
.sbNoNewPostIcon {
  border: 0px;
  width: 16px;
  height: 16px;
  background-image: url(/forum/Styles/2006/sbNoNewPostIcon.gif);
}
/* Feedback */

.FeedbackTable {
  background-color: #1F2B3A;
  width: 100%;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  text-indent: 35px;
  background-image: url(http://www.fiero.nl/forum/Styles/2006/HTMLMsgHeaderTableBack.gif);
  background-repeat: no-repeat;
}

.FeedbackHeaderTable {
  height: 28px;
}

.FeedbackHeaderText {
  font-size: 7.5pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  width: 100%;
  color: #A0A0A0;
  position: relative;
  top: 9px;
}

.FeedbackHeaderButtons {
  height: 28px; /* Moet hetzelfde zijn als de hoogte van FeedBackHeaderTable, anders gaat de positionering fout. */
  position: relative;
  top: 10px;
}

IMG.fbbAll {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/feedback/fbbAll.gif);
  background-repeat: no-repeat;
  width: 40px;
  height: 11px;
}
A.fbbAll {
  background: url(http://www.fiero.nl/forum/Styles/2006/feedback/fbbAll.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

IMG.fbbSeller {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/feedback/fbbSeller.gif);
  background-repeat: no-repeat;
  width: 81px;
  height: 11px;
}
A.fbbSeller {
  background: url(http://www.fiero.nl/forum/Styles/2006/feedback/fbbSeller.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

IMG.fbbBuyer {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/feedback/fbbBuyer.gif);
  background-repeat: no-repeat;
  width: 78px;
  height: 11px;
}
A.fbbBuyer {
  background: url(http://www.fiero.nl/forum/Styles/2006/feedback/fbbBuyer.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

IMG.fbbLeft {
  border: 0;
  background: url(http://www.fiero.nl/forum/Styles/2006/feedback/fbbLeft.gif);
  background-repeat: no-repeat;
  width: 129px;
  height: 11px;
}
A.fbbLeft {
  background: url(http://www.fiero.nl/forum/Styles/2006/feedback/fbbLeft.gif);
  background-repeat: no-repeat;
  font-size: 13px;
}

/***************************/
/*        Main Page        */
/***************************/
.MainArticleTable {
  background-color: #1F2B3A;
  width: 100%;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  text-indent: 40px;
}

.MainArticleHeader {
  background-image: url(http://www.fiero.nl/forum/Styles/2006/HTMLMsgHeaderTableBack.gif);
  background-repeat: no-repeat;
  background-color: #000000;
  height: 26px;
}

.MainArticleHeaderText {
  font-size: 7.5pt;
  font-family: "Verdana", "Arial", "Helvetica";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #A0A0A0;
  position: relative;
  top: 9px;
}

.MainInformation {
  width: 150px;
  height: 15px;
  background-image: url(http://www.fiero.nl/forum/Styles/2006/information.gif);
}
.MainArticles {
  width: 150px;
  height: 15px;
  background-image: url(http://www.fiero.nl/forum/Styles/2006/articles.gif);
}
.MainDiscussion {
  width: 150px;
  height: 15px;
  background-image: url(http://www.fiero.nl/forum/Styles/2006/discussion.gif);
}
.MainMultimedia {
  width: 150px;
  height: 15px;
  background-image: url(http://www.fiero.nl/forum/Styles/2006/multimedia.gif);
}
.MainBnS {
  width: 150px;
  height: 15px;
  background-image: url(http://www.fiero.nl/forum/Styles/2006/buyingselling.gif);
}
.MainLinks {
  width: 150px;
  height: 15px;
  background-image: url(http://www.fiero.nl/forum/Styles/2006/links.gif);
}
/* Adsense is an ID, not a class */
#Adsense {
  background-color: #1F2B3A;
}
/*******************************/
/*        End Main Page        */
/*******************************/


