/* these are used by listings */
/* header of listing */
.row0 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    background-color : #996633;
    font-weight : bold;
}
/* odd lines - also title */
.row1 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Black;
    background-image : url(img/table_background.gif);
}
/* even lines - also description */
.row2 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Black;
    background-color : #FFFFFF;
}
/* blank row - optionally set the same as centerboxtext*/
.rowblank {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Black;
    background : White;
}
/* category row - optionally set the same as centerboxtext with a larger or bold font*/
.rowgroup {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Black;
    background : White;
    font-weight : bold;
}

.rowpostedby {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	font-weight : bold;
    color : #000000;
    background-image : url(img/table_background.gif);
    border-bottom : 1px solid #996633;
    border-top : 1px solid #996633;
}

.rowpostedbylink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #3366FF;
    background-image : url(img/table_background.gif);
    text-decoration : none;
}

.rowpostedbylink:HOVER {
    color : Red;
    text-decoration : underline;
}
