
/* praclist.css */

.list {
	display: none;
}

.list table {
	width: 100%;
	border-collapse: collapse;
}

.list table td {
	color: #555;
	border: solid #777 1px;
}
.list table tr.odd{
	background: #eee;
}
.list table tr.even{
	background: #ccc;
}
