/* 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 : #CDCDCD;
}
/* odd lines - also title */
.row1 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    	color : Black;
    	background : #F0F0F0;
}
/* even lines - also description */
.row2 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    	color : Black;
    	background-color : #FFFFFF;
}
/* blank row - optionally set the same as centerboxtext*/
.rowblank {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : White;
	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 : #F0F0F0;
	color : #666666;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
}

.rowgroup2 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    	background : #B0D090;
	color : #000000;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
}

.rowpostedby {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    	color : #999999;
   	background-color : transparent;
    	font-weight : normal;
    	border-bottom : 1px solid #A9A9A9;	
}

.rowpostedbylink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #999999;
   	background-color : transparent;
    	text-decoration : none;
}

.rowpostedbylink:HOVER {
    	color : #000000;
    	text-decoration : underline;
}
