/* these are used by listings */
/* header of listing */
.row0 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #CCCCCC;
	font-weight : bold;
	background : #666666;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	
}
/* odd lines - also title */
.row1 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #CCCCCC;
	background : #444;
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-color: d0a700;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
}
/* even lines - also description */
.row2 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #CCCCCC;
	background-color : #505050;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-color: d0a700;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
}
/* blank row - optionally set the same as centerboxtext*/
.rowblank {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : Black;
	border-top-style: none;
}
/* category row - optionally set the same as centerboxtext with a larger or bold font*/
.rowgroup {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
    background : url(img/tbbg.png);
	color : #CCCCCC;
	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 : #666666;
    text-decoration : underline;
}

