div#WasteBox div.InsertionList select
{
	margin-top: 10px;
	margin-bottom: 20px;
}

div#WasteBox div.InsertionList table
{
	width: 100%;
	text-align: left;
}

div#WasteBox div.InsertionList table tr
{
	background-color: #f3ffeb;
}

div#WasteBox div.InsertionList table tr:hover
{
	background-color: #e4ffd2;
	cursor: pointer;
	cursor: hand; /* für ie < 6 */
}

div#WasteBox div.InsertionList table tr.Empty
{
	text-align: center;
}

div#WasteBox div.InsertionList table tr.Header
{
	background-color: #e4ffd2;
}

div#WasteBox div.InsertionList table tr.Header:hover
{
	background-color: #e4ffd2;
	cursor: default;
}

div#WasteBox div.InsertionList table tr.Header a
{
	text-decoration: none;
}

div#WasteBox div.InsertionList table tr.Header a:hover
{
	text-decoration: underline;
}

div#WasteBox div.InsertionList table tr.Checking
{
	background-color: #ffffb9;
}

div#WasteBox div.InsertionList table tr.Checking:hover
{
	background-color: #ffff75;
}

div#WasteBox div.InsertionList table tr.Rejected
{
	background-color: #ffb9b9;
}

div#WasteBox div.InsertionList table tr.Rejected:hover
{
	background-color: #ff7575;
}

div#WasteBox div.InsertionList table tr th
{
	padding: 6px 4px 6px 2px;
	border-bottom: 1px solid #9db390;
}

div#WasteBox div.InsertionList table tr td
{
	padding: 4px 4px 4px 2px;
	border-bottom: 1px solid white;
}

div#WasteBox div.InsertionList table .InsertionType
{
	padding-right: 6px;
}

div#WasteBox div.InsertionList table .InsertionTitle
{
}

div#WasteBox div.InsertionList table .InsertionCity
{
}

div#WasteBox div.InsertionList table .InsertionExpiration
{
}

div#WasteBox div.InsertionList table .InsertionActions
{
}

