.listItemRow {
    width: 100%;
}

.listItemRow.evenLine {
    background-color: #DEDEDE;
}

.listItemRow.oddLine {
    background-color: #EFEFEF;
}

.listItemRow.listHeaderLine {
	margin-top:20px;
    background-color: #CCCCCC;
}

.listItemRow.listFooterLine {
	margin-bottom: 20px;
    background-color: #CCCCCC;
}

.listItemRow .listeItemColHeader {
	font-weight: bold;
}

.listItemRow .listItemCol {
	display: inline-block;
	min-width: 180px;
	vertical-align: top;
}

.listItemRow .listItemCol .listItemData {
	
}