/******************************************************************************
 * C_GenericDataTable (tackle_trader/admin)
 *****************************************************************************/

table.generic_data_table {
	float:left;
	border-collapse:collapse;
	margin-bottom:15px;
}

table.generic_data_table td,
table.generic_data_table th {
	padding:7px;
	vertical-align:top;
	border:1px solid #aaaaaa;
	text-align:left;
}

table.generic_data_table th {
	color:#ffffff;
	text-shadow: 0 0 0 transparent, 0 1px 1px #242424;
	background-image:url(../../images/tables/th.jpg);
}

table.generic_data_table tr.odd_row td {
	background-color:#ffffff;
}

table.generic_data_table tr.even_row td {
	background-color:#eeeeee;
	background-color:#ffffff;
}

table.generic_data_table tr.over td {
	background-color:#CCDFEE;
}


table.generic_data_table tr td a {
	/* text-decoration:none; */
}

table.generic_data_table tr td a:hover {
	text-decoration:underline;
}
