/* these are used by listings */
/* header of listing */
.row0 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
    	color : Black;
	background : #CDCDCD;
	line-height: 16px;
}
/* odd lines - also title */
.row1 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
    	color : Black;
    	background : #F0F0F0;
	line-height: 16px;

}
/* even lines - also description */
.row2 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
    	color : Black;
	background-color : #FFFFFF;
	line-height: 16px;

}
/* blank row - optionally set the same as centerboxtext*/
.rowblank {
	font-family : 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 : Verdana, Arial, sans-serif;
	font-size : 11px;
    background : #F0F0F0;
	color : #666666;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
}

.rowpostedby {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #999999;
    background-color : transparent;
    font-weight : normal;
    border-bottom : 1px solid #A9A9A9;	
}

.rowpostedbylink {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #999999;
    background-color : transparent;
    text-decoration : none;
}

.rowpostedbylink:HOVER {
    color : #666666;
    text-decoration : underline;
}

.rowx0 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : Black;
	background : #F0F0F0;
	line-height: 16px;
}

.rowx1 {

	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : Black;
	background : #D7DDE6;
	line-height: 16px;	
}

