.bbsThread {
/*margin-top:16px;*/
background-color:pink;
width:420px;
}
.bbsThread td {
font-size:12px;
color:#336;
overflow :hidden;
background-color:white;
padding:2px;
}
.bbsThread td.title {
 background-color:#808080;
 color:white;
}
.bbsThread td.icon {
background-image:url(../images/bbs/holder.gif);
background-position:center center;
background-repeat:no-repeat;
width:20px;
}
.bbsThread td.iconAlert{
background-image:url(../images/bbs/alert.gif);
background-position:center center;
background-repeat:no-repeat;
width:20px;
}
.bbsThread td.iconAttached{
background-image:url(../images/bbs/h_attached.gif);
background-position:center center;
background-repeat:no-repeat;
width:20px;
}
.bbsThread td.iconLocked{
background-image:url(../images/bbs/h_locked.gif);
background-position:center center;
background-repeat:no-repeat;
width:20px;
}
.bbsThread td.columnTitle {
background-color:white;
text-align:center;
}
.bbsThread td.topics{
background-color:white;
width:250px;
overflow:hidden;
padding: 2px;
font-size:14px;
line-height:18px;
}
.bbsThread td.poster{
text-align:center;
background-color:white;
width:92px;
}
.bbsThread td.postDate{
background-color:white;
width:92px;
}
.bbsThread td a:link {
color:#933;
}
.bbsThread td.deleted {
background-color:#666;
}
.input-label-normal { font-size:10pt; background-color:#006; color:white}
.input-label-dimmed { font-size:10pt; background-color:#069; color:#999 }
.input-normal { font-size:10pt; background-color:white;color:#006 }

.input-label-normal-bbs { font-size:10pt; background-color:#E3E3E3; color:#666}
.input-label-dimmed { font-size:10pt; background-color:#E3E3E3; color:#999 }
.input-normal-bbs { font-size:10pt; background-color:#E3E3E3;color:#006 }


.bbs2 {
/*margin-top:16px;*/
/*background-color:#808080;*/
width:420px;
}
.bbs2 td {
font-size:12px;
color:#404040;
overflow :hidden;
/*background-color:#A2A2A2;*/
padding:2px;
}
.bbs2 td.title {
font-weight:bold;
font-size:16px;
color:#933;
}
.title {
font-weight:bold;
font-size:16px;
color:#933;
}
.bbs2 td.header {
background-color:pink;
text-align:left;
padding: 4px 0px 4px 12px;
}
.bbs2 td.content{
text-align:left;
padding: 4px 0px 12px 8px;
}
.bbs2 td a:link {
color:#933;
}
.bbs2 td.deleted {
background-color:#666;
}


