.table_list
{
	width: 98%;
	margin-right: 5px;

	margin-bottom: 5px;
}

tr.zebra1
{
	background-color: #FFFFFF;
}

tr.zebra2
{
	background-color: #EAEAEA;
}

tr.hover
{
	background-color: #E0F0FF !important;
}

.table_list th button
{
	background: none;
	border: none;
}

.table_list th button:hover
{
	cursor: pointer;
	_cursor: hand;
}

.table_list td
{
	padding: 3px;
}

.table_list th
{
	padding: 3px;
	background-color: #FFFFFF;
}
