/* ---------- 3. tables ---------- */
table.rows {
		border-collapse: collapse;
		width: 535px;
		margin-bottom: 10px;
		} 
table.rows thead { 
	display: none;
		border: 2px solid #cccccc; 
		font: bold 12px/22px arial;
		color: #000000;
		padding: 5px 10px;
		} 
table.rows td {
		border: 0px solid #cccccc; 		
}
table.rows tbody {
		border: 2px solid #cccccc;
}
table.rows tbody td {
		padding: 10px 0px 0px 10px;
		border: 0px solid #cccccc; 		
		border-top: 0px;
		border-bottom: 0px;
		height: 20px;
		}
table.rows th {
		background: #ffffff; 
		text-align: left;
		}
table.rows tfoot {
	display: none;
		background: #eeeeee;
		color: #555555;
		}
table.rows tfoot td {
		text-align: center;
		}
table.rows tbody tr.alt td {
		background-color: #f9f9f9;
		}
table.rows tbody tr.over td, table.rows tbody tr:hover td {
		background: #eeeeee;
		color: #ffffff;
		}
table.rows tbody tr.over+tr td {
		background-repeat: repeat-x;
		}
	