/* these are used by listings */
/* header of listing */
.row0 {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #006699;;
    background-color : #EFEFEF;
    font-weight : bold;
}
/* odd lines - also title */
.row1 {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Black;
    background-color : #DEE3E7;
}
/* even lines - also description */
.row2 {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Black;
    background-color : #D1D7DC;
}
/* even lines - new description */
.row3 {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Black;
}

/* blank row - optionally set the same as centerboxtext*/
.rowblank {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EFEFEF;
	color : #333333;
}
/* category row - optionally set the same as centerboxtext with a larger or bold font*/
.rowgroup {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
	color : #333333;
	font-weight : bold;
}

.rowpostedby {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #999999;
    font-weight : normal;
    border-bottom : 1px solid #A9A9A9;	
}

.rowpostedbylink {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #999999;
    text-decoration : none;
}

.rowpostedbylink:HOVER {
    color : #666666;
    text-decoration : underline;
}

