.inlineBreadcrumb {
  margin-bottom:10px;
  float:left;
}
.inlineBreadcrumb span {
  font-size:10px;
  margin-right:5px;
}
.inlineBreadcrumb li {
  float:left;
  margin-right:5px;
}
div.forum {
  clear:both;
}
table.forum {
  border:1px solid #EEEEEE;
  border-collapse:collapse;
  width:100%;
  margin-bottom:10px;
}
table.forum thead tr {
  width:100%;
}
table.forum th,
.forum tr.heading td {
  border-bottom:1px solid #ccc;
}
.forum th {
  background:#E9EFF7;
  color:#263D5F;
  line-height:30px;
  padding:5px;
  text-align:left;
}
.forum th.date {
  width:25%;
}
.forum.thread th.title {
  width:65%;
}

.thread th.number {
  width:5%;
}
.forum.threads th.title {
  width:45%;
}
.forum.threads th.lastpost {
  width:30%;
}
.forum.threads th.posts {
  width:5%;
}
.forum td.posts {
  text-align:center;
  vertical-align:middle;
}
.forum tr.heading {
  font-weight:bold;
  line-height:18px;
}
.forum td {
  border:1px solid #EEEEEE;
  padding:5px;
  line-height:110%;
  text-align:left;
  vertical-align:top;
}
.forum tr.first.forumpost {
  background-color:#f0f5fb;
}
ul.forumNav {
  float:right;
}
ul.forumNav li{
  float:left;
  display:inline-block;
  padding:0px 5px;
}
ul.forumNav li a{
  display:block;
}
span.quote {
  color:#444;
  height:auto;
  font-size:11px;
  display:block;
  padding:10px;
  margin-bottom:5px;
  background-color:#EEEEEE;
  border:1px solid #ccc;
}
.forum a.quote {
  clear:both;
  margin-top:5px;
  font-size:12px;
  display:block;
  height:auto;
}
.desc {
  font-size:11px;
  display:block;
  color:#444;
}
ul.categories {
  clear:both;
}
.content ul.categories ul li,
ul.category li{
  margin-bottom:5px;
  background: url(../GFX/forum.jpg) left center no-repeat;
  padding-left:50px;
  height:40px;
}
#navSub ul li.category ul {
  display:none;
}
#navSub ul li.current ul {
  display:block;
}
.threads td.title {
  height:50px;
  /*background-image:url(../GFX/forum.jpg);
  background-position:1px center;
  background-repeat:no-repeat;
  padding-left:45px;*/
}
#navSub .forum span.desc {
  display:none;
}
#wrapper #navSub li a.forum {
  padding-left:30px;
  text-indent:0px;
}
#wrapper #navSub .category a {
  padding-left:20px;
  text-indent:0px;
}
#content a.categoryTitle {
  font-size:120%;
  font-weight:bold;
  text-decoration:none;
  display:block;
  border-bottom:1px solid #ccc;
  padding:5px 0px;
  margin-bottom:5px;
}
div.captcha {
  margin:10px 0px;
  padding:10px;
  background-color:#f1f1f1;
  border:1px solid #ccc;
}

div.captcha img {
  margin:5px 0px;
  border:1px solid #ccc;
}
div.captcha input {
  padding:5px;
  margin-right:10px;
}
#content p.attachment {
  color:#444;
  font-size:10px;
  margin-bottom:0px;
}
div.attachment {
  width:102px;
  padding:5px;
  margin-bottom:5px;
  border:1px solid #ccc;
}
div.attachment img {
  border:1px solid #ccc;
}
