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