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