/*******************************************************************************
    Bulletin Board Style
*******************************************************************************/

/*------------------------ Index -------------------------*/
#flist h2 {
    margin-bottom: 10px;
    border-left: 10px solid #218C62;
    border-bottom: 0px solid #3399CC;
    padding-left: 5px;
    color: #006833;
    font-size: 150%;
}
#flist table {
    margin-bottom: 30px;
    width: 100%;
}
#flist table caption {
    font-size: 140%;
}
#flist table th {
    border: 1px solid #CCC;
    font-size: 110%;
}
#flist table td {
    border: 1px solid #CCC;
    padding: 5px;
}
#flist table td.name {
    width: 120px;
}
#flist table th.num {
    width: 40px;
}

/*------------------------ Forum -------------------------*/
#tlist table {
    margin-bottom: 15px;
    width: 100%;
    border: 0px solid #f00;
}
#tlist table th {
    border: 1px solid #CCC;
    padding: 5px;
    font-size: 100%;
}
#tlist table td {
    border: 1px solid #CCC;
    padding: 5px;
}
#tlist table th.title  { width: 228px; }
#tlist table th.num    { width:  28px; }
#tlist table th.member { width:  98px; }
#tlist table th.time   { width: 158px; }

/*------------------------ Topic -------------------------*/
#plist table {
    margin-bottom: 15px;
    width: 100%;
}
#plist table caption {
    padding: 6px;
    font-size: 150%;
}
#plist table td {
    border: 1px solid #CCC;
    padding: 5px;
}
#plist table td.member { width: 138px; }
#plist table td.topic .tag { 
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
}
#plist table td.post p.time { 
    margin-top: 15px;
    border-top: 1px solid #CCC;
    padding-top: 5px;
    color: #999999;
    text-align: right;
}

#plist form caption {
    padding: 3px;
    font-size: 120%;
}
#plist table th {
    border: 1px solid #CCC;
    width: 148px;
}

/*------------------------ Post --------------------------*/
