/*
yuicompressor themes/kwacc2018/lists.css > themes/kwacc2018/lists.min.css
*/
/* these are used by listings */
/* header of listing */
.row0 {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
    color : #666666;
    background-color : #F0F0F0;
    font-weight : bold;
	border: 0px;
}
/* odd lines - also title */
.row1 {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
    color : Black;
    background-color : #FAFAFA;
	border: 0px;
}
.row1 input {
	background-color: transparent;
}
/* even lines - also description */
.row2 {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 10px;
    color : Black;
    background-color : #FFFFFF;
    border: 0px;
}
.row2 input {
	background-color: transparent;
}
/* header of listing */
.bigrow0 {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 14px;
    color : #cccccc;
    background-color : #F0F0F0;
    font-weight : bold;
}
/* odd lines - also title */
.bigrow1 {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 14px;
    color : Black;
    background-color : #FAFAFA;
}
/* even lines - also description */
.bigrow2 {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 14px;
    color : Black;
    background-color : #FFFFFF;
}
/* blank row - optionally set the same as centerboxtext*/
.rowblank {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 9px;	
	background : White;
	color : #333333;
}
/* category row - optionally set the same as centerboxtext with a larger or bold font*/
.rowgroup {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : White;
	color : #333333;
	font-weight : bold;
}

.rowpostedby {
    font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 11px;
    color : #999999;
    background-color : transparent;
    font-weight : normal;
    border-bottom : 1px solid #A9A9A9;	
}

.rowpostedbylink {
    font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 11px;
    color : #999999;
    background-color : transparent;
    text-decoration : none;
}

.rowpostedbylink:HOVER {
    color : #666666;
    text-decoration : underline;
}
