/* listings in table form */
/**************************/

table.listings_table_body
{

	border-collapse:collapse;
}

tr.listings_column_headers
{
	background-color: #e7e7e7;
	font-weight:bold;
}

tr.listings_row_odd
{
	background-color: #f7f7f7;
}

tr.listings_row_even
{
	background-color: #ffffff;
}

td.listings_functions
{
	vertical-align:top;
	text-align:right;	
}

td.listings_cell_border
{
	border: 1px solid #a7a7a7;
}
