/* these are used by listings */
/* header of listing */
.row0 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #000080;
    background-color : #E3E6F2;
    font-weight : bold;
}
/* odd lines - also title */
.row1 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #052435;
    background-color : #DEEBF2;
}
/* even lines - also description */
.row2 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #052435;
    background-color : #EDF3F7;
}
/* blank row - optionally set the same as centerboxtext*/
.rowblank {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #000000;
/*    background : #ffffff;*/
}
/* 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 : #000000;
    background : #BFCCCA;
	font-weight : bold;
}

.rowpostedby {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #000000;
    background-color : #BFCCCA;
    border-bottom : 1px solid #000000;
    border-top : 1px solid #000000;
}

.rowpostedbylink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #000080;
    text-decoration : none;
}

.rowpostedbylink:HOVER {
    color : Red;
    text-decoration : underline;
}